#66E1C5

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

Shades of Downy #66E1C5

Tints of Downy #66E1C5

Color information

#66E1C5 (or 0x66E1C5) is unknown color: approx Downy. HEX triplet: 66, E1 and C5. RGB value is (102,225,197). Sum of RGB (Red+Green+Blue) = 102+225+197=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1C5 is #991E3A. Grayscale: #B9B9B9. Windows color (decimal): -10034747 or 12968294. OLE color: 12968294.

HSL color Cylindrical-coordinate representation of color #66E1C5: hue angle of 166.34º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1C5 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB102225197-
CMYK0.5500.120.12
HSL166.34º67.21%64.12%-
HSV(B)166.34º54.67%88.24%-
XYZ42.4860.7162.3-
YUV185.03134.7568.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.47%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=19.47%
G=42.94%
B=37.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022251970.5500.120.12166.3467.2164.12
Hex66E1C5370CCa64340
Octal1463413056701414246103100
Binary110011011100001110001011101110110011001010011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,225,197); }

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

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

 a { background-color: rgb(102,225,197); }

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

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

 span { border-color: rgb(102,225,197); }

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