COLOR #66C890

HEX: #66C890 RGB: (102,200,144)

Color info

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

RGB color model

#66C890 color RGB value is (102,200,144).

RGB: (102,200,144) (40%, 78%, 56%)

RGB channels and saturation

R 102 of 255 = 40%
G 200 of 255 = 78%
B 144 of 255 = 56%

102
200
144

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

Portions of RGB colors in percentages

R + G + B = 102 + 200 + 144 = 446 (100%)
R 102 of 446 ~ 22.87%
G 200 of 446 ~ 44.84%
B 144 of 446 ~ 32.29'%

%22.87
%44.84
%32.29

CMYK color model

#66C890 color CMYK value is (49,0,28,22).

  • cyan value is 49.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 21.57%

CMYK: (49,0,28,22)
C49M0Y28K22 (49%, 0%, 28%, 22%)
(0.49 / 0.00 / 0.28 / 0.22)

CMYK percentages

%49
%0
%28
%21.57

Codes

Color #66C890 in popluar color models

66 C8 90
RGB 102 200 144
HSL 146° 47.12% 59.22%
HSB/HSV 146° 49.00% 78.43%
CMYK 49.00% 0.00% 28.00%
21.57%

Color #66C890 in popluar number systems.

HEX 66 C8 90
Decimal 102 200 144
Binary 1100110 11001000 10010000
Octal 146 310 220

Shades and tints

Shades of #66C890

#66C890
(102,200,144)
#5DB683
(93,182,131)
#54A476
(84,164,118)
#4B9269
(75,146,105)
#42805C
(66,128,92)
#396E4F
(57,110,79)
#305C42
(48,92,66)
#274A35
(39,74,53)
#1E3828
(30,56,40)
#15261B
(21,38,27)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #66C890

#66C890
(102,200,144)
#73CD9A
(115,205,154)
#80D2A4
(128,210,164)
#8DD7AE
(141,215,174)
#9ADCB8
(154,220,184)
#A7E1C2
(167,225,194)
#B4E6CC
(180,230,204)
#C1EBD6
(193,235,214)
#CEF0E0
(206,240,224)
#DBF5EA
(219,245,234)
#E8FAF4
(232,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C890 color. Also use rgb(102,200,144) instead hex code.

Text Font Color

.myTextColor { color: #66C890; }

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

This text font color is #66C890.

Background Color

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

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

This div background color is #66C890.

Border color

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

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

This div border color is #66C890.

Opacity

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

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

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

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

This text has shadow with #66C890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66C890.

Preview

Color preview on black background

This text has color #66C890 on black background.


Color preview on white background

This text has color #66C890 on white background.


Black color preview on #66C890 background

This text has black color on #66C890 background.


White color preview on #66C890 background

This text has white color on #66C890 background.


Related colors

Complementary color

Complementary color for #hex is #99376F.


I love getcolorcode.com

Triadic colors

1 #9066C8 and #C89066 with #66C890 are triadic colors.

2 #90C866 and #C86690 with #66C890 are triadic colors.