COLOR #66B39C

HEX: #66B39C RGB: (102,179,156)

Color info

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

RGB color model

#66B39C color RGB value is (102,179,156).

RGB: (102,179,156) (40%, 70%, 61%)

RGB channels and saturation

R 102 of 255 = 40%
G 179 of 255 = 70%
B 156 of 255 = 61%

102
179
156

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

Portions of RGB colors in percentages

R + G + B = 102 + 179 + 156 = 437 (100%)
R 102 of 437 ~ 23.34%
G 179 of 437 ~ 40.96%
B 156 of 437 ~ 35.7'%

%23.34
%40.96
%35.7

CMYK color model

#66B39C color CMYK value is (43,0,13,30).

  • cyan value is 43.02%
  • magenta value is 0.00%
  • yellow value is 12.85%
  • key color value is 29.80%

CMYK: (43,0,13,30)
C43M0Y13K30 (43%, 0%, 13%, 30%)
(0.43 / 0.00 / 0.13 / 0.30)

CMYK percentages

%43.02
%0
%12.85
%29.8

Codes

Color #66B39C in popluar color models

66 B3 9C
RGB 102 179 156
HSL 162° 33.62% 55.10%
HSB/HSV 162° 43.02% 70.20%
CMYK 43.02% 0.00% 12.85%
29.80%

Color #66B39C in popluar number systems.

HEX 66 B3 9C
Decimal 102 179 156
Binary 1100110 10110011 10011100
Octal 146 263 234

Shades and tints

Shades of #66B39C

#66B39C
(102,179,156)
#5DA38E
(93,163,142)
#549380
(84,147,128)
#4B8372
(75,131,114)
#427364
(66,115,100)
#396356
(57,99,86)
#305348
(48,83,72)
#27433A
(39,67,58)
#1E332C
(30,51,44)
#15231E
(21,35,30)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #66B39C

#66B39C
(102,179,156)
#73B9A5
(115,185,165)
#80BFAE
(128,191,174)
#8DC5B7
(141,197,183)
#9ACBC0
(154,203,192)
#A7D1C9
(167,209,201)
#B4D7D2
(180,215,210)
#C1DDDB
(193,221,219)
#CEE3E4
(206,227,228)
#DBE9ED
(219,233,237)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B39C color. Also use rgb(102,179,156) instead hex code.

Text Font Color

.myTextColor { color: #66B39C; }

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

This text font color is #66B39C.

Background Color

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

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

This div background color is #66B39C.

Border color

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

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

This div border color is #66B39C.

Opacity

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

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

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

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

This text has shadow with #66B39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B39C.

Preview

Color preview on black background

This text has color #66B39C on black background.


Color preview on white background

This text has color #66B39C on white background.


Black color preview on #66B39C background

This text has black color on #66B39C background.


White color preview on #66B39C background

This text has white color on #66B39C background.


Related colors

Complementary color

Complementary color for #hex is #994C63.


I love getcolorcode.com

Triadic colors

1 #9C66B3 and #B39C66 with #66B39C are triadic colors.

2 #9CB366 and #B3669C with #66B39C are triadic colors.