#66E1C2

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

Shades of Downy #66E1C2

Tints of Downy #66E1C2

Color information

#66E1C2 (or 0x66E1C2) is unknown color: approx Downy. HEX triplet: 66, E1 and C2. RGB value is (102,225,194). Sum of RGB (Red+Green+Blue) = 102+225+194=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1C2 is #991E3D. Grayscale: #B8B8B8. Windows color (decimal): -10034750 or 12771686. OLE color: 12771686.

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

Color convert

RGB102225194-
CMYK0.5500.140.12
HSL164.88º67.21%64.12%-
HSV(B)164.88º54.67%88.24%-
XYZ42.1460.5760.51-
YUV184.69133.2569.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.58%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=19.58%
G=43.19%
B=37.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022251940.5500.140.12164.8867.2164.12
Hex66E1C2370ECa54340
Octal1463413026701614245103100
Binary110011011100001110000101101110111011001010010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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