COLOR #6CC496

HEX: #6CC496
RGB: (108,196,150)

Renk bilgisi

#6CC496 contains mainly green and blue colors. #6CC496 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6CC496 color RGB value is (108,196,150).

  • kırmız ton 108;
  • yeşil ton 196;
  • mavi ton 150.
RGB:
(108,196,150)
(42%,77%,59%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 196 of 255 = 77%
B 150 of 255 = 59%

108
196
150

R + G + B ~ 59%. #6CC496 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 196 + 150 = 454 (100%)
R 108 of 454 ~ 23.79%
G 196 of 454 ~ 43.17%
B 150 of 454 ~ 33.04%

%23.79
%43.17
%33.04

CMYK RENK MODELİ

#6CC496 rengi CMYK tonu (45,0,23,23).

  • camgöbeği tonu 44.90%
  • eflatun tonu 0.00%
  • sarı tonu 23.47%
  • ana renk tonu 23.14%
CMYK:
(45,0,23,23)
C45M0Y23K23 
(45%,0%,23%,23%)
(0.45/0.00/0.23/0.23)	

CMYK yüzdeleri

%44.9
%0
%23.47
%23.14

Codes

Color #6CC496 in popluar color models

6CC496
RGB108196150
HSL149°42.72%59.61%
HSB/HSV149°44.90%76.86%
CMYK44.90%0.00%23.47%
23.14%

Color #6CC496 in popluar number systems.

HEX6CC496
Decimal108196150
Binary11011001100010010010110
Octal154304226

Shades and tints

Shades of #6CC496

#6CC496
(108,196,150)
#63B389
(99,179,137)
#5AA27C
(90,162,124)
#51916F
(81,145,111)
#488062
(72,128,98)
#3F6F55
(63,111,85)
#365E48
(54,94,72)
#2D4D3B
(45,77,59)
#243C2E
(36,60,46)
#1B2B21
(27,43,33)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #6CC496

#6CC496
(108,196,150)
#79C99F
(121,201,159)
#86CEA8
(134,206,168)
#93D3B1
(147,211,177)
#A0D8BA
(160,216,186)
#ADDDC3
(173,221,195)
#BAE2CC
(186,226,204)
#C7E7D5
(199,231,213)
#D4ECDE
(212,236,222)
#E1F1E7
(225,241,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC496 color. Also use rgb(108,196,150) instead hex code.

Text Font Color

.myTextColor { color: #6CC496; }

<p style="color:#6CC496">This sample text font color is #6CC496.</p>

This text font color is #6CC496.


Background Color

.myBgColor { background-color: #6CC496; }

<div style="background-color:#6CC496">Inner text</div>

This div background color is #6CC496.


Border color

.myBorderColor { border: 1px solid #6CC496; }

<div style="border:3px solid #6CC496">Div</div>

This div border color is #6CC496.


Opacity

.myOpacity80 { color: #6CC496; opacity: 0.8; }

<p style="color:#6CC496;opacity:0.8;">80%</p>

Text with #6CC496 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6CC496;}

<p style="text-shadow: 3px 3px 1px #6CC496">Text here.</p>

This text has shadow with #6CC496 color.

.textShadow {text-shadow: 3px 3px 1px #6CC496, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6CC496, 5px 5px 20px red">Text here.</p>

This text has shadow with #6CC496 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CC496, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6CC496, Direction=45, Strength=4)">Text</p>

This text has shadow with #6CC496 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6CC496;
  -webkit-box-shadow:	1px 1px 3px 2px #6CC496;
  box-shadow:		1px 1px 3px 2px #6CC496;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CC496;
-webkit-box-shadow: 1px 1px 3px 2px #6CC496;
box-shadow:1px 1px 3px 2px #6CC496;">
Div content here</div>
This div box has shadow with color #6CC496.

Preview

Color preview on black background

This text has color #6CC496 on black background.


Color preview on white background

This text has color #6CC496 on white background.



Black color preview on #6CC496 background

This text has black color on #6CC496 background.


White color preview on #6CC496 background

This text has white color on #6CC496 background.