COLOR #66B18B

HEX: #66B18B
RGB: (102,177,139)

Color info

#66B18B contains mainly green and blue colors. Web safe color of #66B18B is #669999 (or #699).

RGB color model

#66B18B color RGB value is (102,177,139).

  • red value is 102;
  • green value is 177;
  • blue value is 139.
RGB:
(102,177,139)
(40%,69%,55%)

RGB channels and saturation

R 102 of 255 = 40%
G 177 of 255 = 69%
B 139 of 255 = 55%

102
177
139

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

Portions of RGB colors in percentages

R + G + B =
102 + 177 + 139 = 418 (100%)
R 102 of 418 ~ 24.4%
G 177 of 418 ~ 42.34%
B 139 of 418 ~ 33.25%

%24.4
%42.34
%33.25

CMYK color model

#66B18B color CMYK value is (42,0,21,31).

  • cyan value is 42.37%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 30.59%
CMYK:
(42,0,21,31)
C42M0Y21K31 
(42%,0%,21%,31%)
(0.42/0.00/0.21/0.31)	

CMYK percentages

%42.37
%0
%21.47
%30.59

Codes

Color #66B18B in popluar color models

66B18B
RGB102177139
HSL150°32.47%54.71%
HSB/HSV150°42.37%69.41%
CMYK42.37%0.00%21.47%
30.59%

Color #66B18B in popluar number systems.

HEX66B18B
Decimal102177139
Binary11001101011000110001011
Octal146261213

Shades and tints

Shades of #66B18B

#66B18B
(102,177,139)
#5DA17F
(93,161,127)
#549173
(84,145,115)
#4B8167
(75,129,103)
#42715B
(66,113,91)
#39614F
(57,97,79)
#305143
(48,81,67)
#274137
(39,65,55)
#1E312B
(30,49,43)
#15211F
(21,33,31)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #66B18B

#66B18B
(102,177,139)
#73B895
(115,184,149)
#80BF9F
(128,191,159)
#8DC6A9
(141,198,169)
#9ACDB3
(154,205,179)
#A7D4BD
(167,212,189)
#B4DBC7
(180,219,199)
#C1E2D1
(193,226,209)
#CEE9DB
(206,233,219)
#DBF0E5
(219,240,229)
#E8F7EF
(232,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B18B color. Also use rgb(102,177,139) instead hex code.

Text Font Color

.myTextColor { color: #66B18B; }

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

This text font color is #66B18B.


Background Color

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

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

This div background color is #66B18B.


Border color

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

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

This div border color is #66B18B.


Opacity

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

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

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

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

This text has shadow with #66B18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B18B on black background.


Color preview on white background

This text has color #66B18B on white background.



Black color preview on #66B18B background

This text has black color on #66B18B background.


White color preview on #66B18B background

This text has white color on #66B18B background.