COLOR #66BC90

HEX: #66BC90
RGB: (102,188,144)

Color info

#66BC90 contains mainly green and blue colors. Web safe color of #66BC90 is #66CC99 (or #6C9).

RGB color model

#66BC90 color RGB value is (102,188,144).

  • red value is 102;
  • green value is 188;
  • blue value is 144.
RGB:
(102,188,144)
(40%,74%,56%)

RGB channels and saturation

R 102 of 255 = 40%
G 188 of 255 = 74%
B 144 of 255 = 56%

102
188
144

R + G + B ~ 57%. #66BC90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 188 + 144 = 434 (100%)
R 102 of 434 ~ 23.5%
G 188 of 434 ~ 43.32%
B 144 of 434 ~ 33.18%

%23.5
%43.32
%33.18

CMYK color model

#66BC90 color CMYK value is (46,0,23,26).

  • cyan value is 45.74%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 26.27%
CMYK:
(46,0,23,26)
C46M0Y23K26 
(46%,0%,23%,26%)
(0.46/0.00/0.23/0.26)	

CMYK percentages

%45.74
%0
%23.4
%26.27

Codes

Color #66BC90 in popluar color models

66BC90
RGB102188144
HSL149°39.09%56.86%
HSB/HSV149°45.74%73.73%
CMYK45.74%0.00%23.40%
26.27%

Color #66BC90 in popluar number systems.

HEX66BC90
Decimal102188144
Binary11001101011110010010000
Octal146274220

Shades and tints

Shades of #66BC90

#66BC90
(102,188,144)
#5DAB83
(93,171,131)
#549A76
(84,154,118)
#4B8969
(75,137,105)
#42785C
(66,120,92)
#39674F
(57,103,79)
#305642
(48,86,66)
#274535
(39,69,53)
#1E3428
(30,52,40)
#15231B
(21,35,27)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #66BC90

#66BC90
(102,188,144)
#73C29A
(115,194,154)
#80C8A4
(128,200,164)
#8DCEAE
(141,206,174)
#9AD4B8
(154,212,184)
#A7DAC2
(167,218,194)
#B4E0CC
(180,224,204)
#C1E6D6
(193,230,214)
#CEECE0
(206,236,224)
#DBF2EA
(219,242,234)
#E8F8F4
(232,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BC90 color. Also use rgb(102,188,144) instead hex code.

Text Font Color

.myTextColor { color: #66BC90; }

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

This text font color is #66BC90.


Background Color

.myBgColor { background-color: #66BC90; }

<div style="background-color:#66BC90">Inner text</div>

This div background color is #66BC90.


Border color

.myBorderColor { border: 1px solid #66BC90; }

<div style="border:3px solid #66BC90">Div</div>

This div border color is #66BC90.


Opacity

.myOpacity80 { color: #66BC90; opacity: 0.8; }

<p style="color:#66BC90;opacity:0.8;">80%</p>

Text with #66BC90 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 #66BC90;}

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

This text has shadow with #66BC90 color.

.textShadow {text-shadow: 3px 3px 1px #66BC90, 3px 3px 1px red;}

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

This text has shadow with #66BC90 primary color and red secondary color.


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

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

This text has shadow with #66BC90 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66BC90 on black background.


Color preview on white background

This text has color #66BC90 on white background.



Black color preview on #66BC90 background

This text has black color on #66BC90 background.


White color preview on #66BC90 background

This text has white color on #66BC90 background.