#66E1C3

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

Shades of Downy #66E1C3

Tints of Downy #66E1C3

Color information

#66E1C3 (or 0x66E1C3) is unknown color: approx Downy. HEX triplet: 66, E1 and C3. RGB value is (102,225,195). Sum of RGB (Red+Green+Blue) = 102+225+195=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1C3 is #991E3C. Grayscale: #B8B8B8. Windows color (decimal): -10034749 or 12837222. OLE color: 12837222.

HSL color Cylindrical-coordinate representation of color #66E1C3: hue angle of 165.37º 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 #66E1C3 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB102225195-
CMYK0.5500.130.12
HSL165.37º67.21%64.12%-
HSV(B)165.37º54.67%88.24%-
XYZ42.2660.6261.1-
YUV184.8133.7568.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.54%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 195 (76.56% from 255) = 37.36%
R=19.54%
G=43.10%
B=37.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022251950.5500.130.12165.3767.2164.12
Hex66E1C3370DCa54340
Octal1463413036701514245103100
Binary110011011100001110000111101110110111001010010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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