#66E8CE

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

Shades of Downy #66E8CE

Tints of Downy #66E8CE

Color information

#66E8CE (or 0x66E8CE) is unknown color: approx Downy. HEX triplet: 66, E8 and CE. RGB value is (102,232,206). Sum of RGB (Red+Green+Blue) = 102+232+206=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #66E8CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E8CE is #991731. Grayscale: #BEBEBE. Windows color (decimal): -10032946 or 13559910. OLE color: 13559910.

HSL color Cylindrical-coordinate representation of color #66E8CE: hue angle of 168º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E8CE is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB102232206-
CMYK0.5600.110.09
HSL168º73.86%65.49%-
HSV(B)168º56.03%90.98%-
XYZ45.4864.9968.54-
YUV190.17136.9365.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.89%
GREEN value IS 232 (91.02% from 255) = 42.96%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=18.89%
G=42.96%
B=38.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022322060.5600.110.0916873.8665.49
Hex66E8CE380B9a84a41
Octal1463503167001311250112101
Binary110011011101000110011101110000101110011010100010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,232,206); }

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

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

 a { background-color: rgb(102,232,206); }

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

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

 span { border-color: rgb(102,232,206); }

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