#66EAB9

Color #66EAB9 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #66EAB9

Tints of Downy #66EAB9

Color information

#66EAB9 (or 0x66EAB9) is unknown color: approx Downy. HEX triplet: 66, EA and B9. RGB value is (102,234,185). Sum of RGB (Red+Green+Blue) = 102+234+185=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EAB9 is #991546. Grayscale: #BDBDBD. Windows color (decimal): -10032455 or 12184166. OLE color: 12184166.

HSL color Cylindrical-coordinate representation of color #66EAB9: hue angle of 157.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EAB9 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB102234185-
CMYK0.5600.210.08
HSL157.73º75.86%65.88%-
HSV(B)157.73º56.41%91.76%-
XYZ43.6665.1756.18-
YUV188.95125.7765.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 19.58%
GREEN value IS 234 (91.80% from 255) = 44.91%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=19.58%
G=44.91%
B=35.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022341850.5600.210.08157.7375.8665.88
Hex66EAB93801589e4c42
Octal1463522717002510236114102
Binary1100110111010101011100111100001010110001001111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66EAB9; }

 p { color: rgb(102,234,185); }

 H1.HeaderClassName
 {
   color: #66EAB9;
 }
 .AnyTagClassName
 {
   color: #66EAB9;
 }
</style>
background-color css

<style>
 a { background-color: #66EAB9; }

 a { background-color: rgb(102,234,185); }

 div.DivClassName
 {
   background-color: #66EAB9;
 }
 .BgClassName
 {
   background-color: #66EAB9;
 }
</style>
border-color css

<style>
 span { border-color: #66EAB9; }

 span { border-color: rgb(102,234,185); }

 td.TdClassName
 {
   border-color: #66EAB9;
 }
 .TagClassName
 {
   border-color: #66EAB9;
 }
</style>