COLOR #66A18C

HEX: #66A18C RGB: (102,161,140)

Color info

#66A18C contains red, green and blue colors in about the same proportion. Web safe color of #66A18C is #669999 (or #699).

RGB color model

#66A18C color RGB value is (102,161,140).

RGB: (102,161,140) (40%, 63%, 55%)

RGB channels and saturation

R 102 of 255 = 40%
G 161 of 255 = 63%
B 140 of 255 = 55%

102
161
140

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

Portions of RGB colors in percentages

R + G + B = 102 + 161 + 140 = 403 (100%)
R 102 of 403 ~ 25.31%
G 161 of 403 ~ 39.95%
B 140 of 403 ~ 34.74'%

%25.31
%39.95
%34.74

CMYK color model

#66A18C color CMYK value is (37,0,13,37).

  • cyan value is 36.65%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 36.86%

CMYK: (37,0,13,37)
C37M0Y13K37 (37%, 0%, 13%, 37%)
(0.37 / 0.00 / 0.13 / 0.37)

CMYK percentages

%36.65
%0
%13.04
%36.86

Codes

Color #66A18C in popluar color models

66 A1 8C
RGB 102 161 140
HSL 159° 23.89% 51.57%
HSB/HSV 159° 36.65% 63.14%
CMYK 36.65% 0.00% 13.04%
36.86%

Color #66A18C in popluar number systems.

HEX 66 A1 8C
Decimal 102 161 140
Binary 1100110 10100001 10001100
Octal 146 241 214

Shades and tints

Shades of #66A18C

#66A18C
(102,161,140)
#5D9380
(93,147,128)
#548574
(84,133,116)
#4B7768
(75,119,104)
#42695C
(66,105,92)
#395B50
(57,91,80)
#304D44
(48,77,68)
#273F38
(39,63,56)
#1E312C
(30,49,44)
#152320
(21,35,32)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #66A18C

#66A18C
(102,161,140)
#73A996
(115,169,150)
#80B1A0
(128,177,160)
#8DB9AA
(141,185,170)
#9AC1B4
(154,193,180)
#A7C9BE
(167,201,190)
#B4D1C8
(180,209,200)
#C1D9D2
(193,217,210)
#CEE1DC
(206,225,220)
#DBE9E6
(219,233,230)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A18C; }

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

This text font color is #66A18C.

Background Color

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

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

This div background color is #66A18C.

Border color

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

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

This div border color is #66A18C.

Opacity

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

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

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

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

This text has shadow with #66A18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A18C.

Preview

Color preview on black background

This text has color #66A18C on black background.


Color preview on white background

This text has color #66A18C on white background.


Black color preview on #66A18C background

This text has black color on #66A18C background.


White color preview on #66A18C background

This text has white color on #66A18C background.


Related colors

Complementary color

Complementary color for #hex is #995E73.


I love getcolorcode.com

Triadic colors

1 #8C66A1 and #A18C66 with #66A18C are triadic colors.

2 #8CA166 and #A1668C with #66A18C are triadic colors.