#66E2C0

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

Shades of Downy #66E2C0

Tints of Downy #66E2C0

Color information

#66E2C0 (or 0x66E2C0) is unknown color: approx Downy. HEX triplet: 66, E2 and C0. RGB value is (102,226,192). Sum of RGB (Red+Green+Blue) = 102+226+192=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2C0 is #991D3F. Grayscale: #B9B9B9. Windows color (decimal): -10034496 or 12640870. OLE color: 12640870.

HSL color Cylindrical-coordinate representation of color #66E2C0: hue angle of 163.55º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2C0 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB102226192-
CMYK0.5500.150.11
HSL163.55º68.13%64.31%-
HSV(B)163.55º54.87%88.63%-
XYZ42.1961.0259.42-
YUV185.05131.9268.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 226 (88.67% from 255) = 43.46%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=19.62%
G=43.46%
B=36.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022261920.5500.150.11163.5568.1364.31
Hex66E2C0370FBa44440
Octal1463423006701713244104100
Binary110011011100010110000001101110111110111010010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,226,192); }

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

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

 a { background-color: rgb(102,226,192); }

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

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

 span { border-color: rgb(102,226,192); }

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