COLOR #66B79A

HEX: #66B79A RGB: (102,183,154)

Color info

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

RGB color model

#66B79A color RGB value is (102,183,154).

RGB: (102,183,154) (40%, 72%, 60%)

RGB channels and saturation

R 102 of 255 = 40%
G 183 of 255 = 72%
B 154 of 255 = 60%

102
183
154

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

Portions of RGB colors in percentages

R + G + B = 102 + 183 + 154 = 439 (100%)
R 102 of 439 ~ 23.23%
G 183 of 439 ~ 41.69%
B 154 of 439 ~ 35.08'%

%23.23
%41.69
%35.08

CMYK color model

#66B79A color CMYK value is (44,0,16,28).

  • cyan value is 44.26%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 28.24%

CMYK: (44,0,16,28)
C44M0Y16K28 (44%, 0%, 16%, 28%)
(0.44 / 0.00 / 0.16 / 0.28)

CMYK percentages

%44.26
%0
%15.85
%28.24

Codes

Color #66B79A in popluar color models

66 B7 9A
RGB 102 183 154
HSL 159° 36.00% 55.88%
HSB/HSV 159° 44.26% 71.76%
CMYK 44.26% 0.00% 15.85%
28.24%

Color #66B79A in popluar number systems.

HEX 66 B7 9A
Decimal 102 183 154
Binary 1100110 10110111 10011010
Octal 146 267 232

Shades and tints

Shades of #66B79A

#66B79A
(102,183,154)
#5DA78C
(93,167,140)
#54977E
(84,151,126)
#4B8770
(75,135,112)
#427762
(66,119,98)
#396754
(57,103,84)
#305746
(48,87,70)
#274738
(39,71,56)
#1E372A
(30,55,42)
#15271C
(21,39,28)
#0C170E
(12,23,14)
#000000
(0,0,0)

Tints of #66B79A

#66B79A
(102,183,154)
#73BDA3
(115,189,163)
#80C3AC
(128,195,172)
#8DC9B5
(141,201,181)
#9ACFBE
(154,207,190)
#A7D5C7
(167,213,199)
#B4DBD0
(180,219,208)
#C1E1D9
(193,225,217)
#CEE7E2
(206,231,226)
#DBEDEB
(219,237,235)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B79A color. Also use rgb(102,183,154) instead hex code.

Text Font Color

.myTextColor { color: #66B79A; }

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

This text font color is #66B79A.

Background Color

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

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

This div background color is #66B79A.

Border color

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

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

This div border color is #66B79A.

Opacity

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

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

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

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

This text has shadow with #66B79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B79A.

Preview

Color preview on black background

This text has color #66B79A on black background.


Color preview on white background

This text has color #66B79A on white background.


Black color preview on #66B79A background

This text has black color on #66B79A background.


White color preview on #66B79A background

This text has white color on #66B79A background.


Related colors

Complementary color

Complementary color for #hex is #994865.


I love getcolorcode.com

Triadic colors

1 #9A66B7 and #B79A66 with #66B79A are triadic colors.

2 #9AB766 and #B7669A with #66B79A are triadic colors.