COLOR #66B08C

HEX: #66B08C RGB: (102,176,140)

Color info

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

RGB color model

#66B08C color RGB value is (102,176,140).

RGB: (102,176,140) (40%, 69%, 55%)

RGB channels and saturation

R 102 of 255 = 40%
G 176 of 255 = 69%
B 140 of 255 = 55%

102
176
140

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

Portions of RGB colors in percentages

R + G + B = 102 + 176 + 140 = 418 (100%)
R 102 of 418 ~ 24.4%
G 176 of 418 ~ 42.11%
B 140 of 418 ~ 33.49'%

%24.4
%42.11
%33.49

CMYK color model

#66B08C color CMYK value is (42,0,20,31).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 30.98%

CMYK: (42,0,20,31)
C42M0Y20K31 (42%, 0%, 20%, 31%)
(0.42 / 0.00 / 0.20 / 0.31)

CMYK percentages

%42.05
%0
%20.45
%30.98

Codes

Color #66B08C in popluar color models

66 B0 8C
RGB 102 176 140
HSL 151° 31.90% 54.51%
HSB/HSV 151° 42.05% 69.02%
CMYK 42.05% 0.00% 20.45%
30.98%

Color #66B08C in popluar number systems.

HEX 66 B0 8C
Decimal 102 176 140
Binary 1100110 10110000 10001100
Octal 146 260 214

Shades and tints

Shades of #66B08C

#66B08C
(102,176,140)
#5DA080
(93,160,128)
#549074
(84,144,116)
#4B8068
(75,128,104)
#42705C
(66,112,92)
#396050
(57,96,80)
#305044
(48,80,68)
#274038
(39,64,56)
#1E302C
(30,48,44)
#152020
(21,32,32)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #66B08C

#66B08C
(102,176,140)
#73B796
(115,183,150)
#80BEA0
(128,190,160)
#8DC5AA
(141,197,170)
#9ACCB4
(154,204,180)
#A7D3BE
(167,211,190)
#B4DAC8
(180,218,200)
#C1E1D2
(193,225,210)
#CEE8DC
(206,232,220)
#DBEFE6
(219,239,230)
#E8F6F0
(232,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B08C color. Also use rgb(102,176,140) instead hex code.

Text Font Color

.myTextColor { color: #66B08C; }

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

This text font color is #66B08C.

Background Color

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

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

This div background color is #66B08C.

Border color

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

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

This div border color is #66B08C.

Opacity

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

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

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

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

This text has shadow with #66B08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B08C.

Preview

Color preview on black background

This text has color #66B08C on black background.


Color preview on white background

This text has color #66B08C on white background.


Black color preview on #66B08C background

This text has black color on #66B08C background.


White color preview on #66B08C background

This text has white color on #66B08C background.


Related colors

Complementary color

Complementary color for #hex is #994F73.


I love getcolorcode.com

Triadic colors

1 #8C66B0 and #B08C66 with #66B08C are triadic colors.

2 #8CB066 and #B0668C with #66B08C are triadic colors.