#66DEC9

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

Shades of Downy #66DEC9

Tints of Downy #66DEC9

Color information

#66DEC9 (or 0x66DEC9) is unknown color: approx Downy. HEX triplet: 66, DE and C9. RGB value is (102,222,201). Sum of RGB (Red+Green+Blue) = 102+222+201=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEC9 is #992136. Grayscale: #B7B7B7. Windows color (decimal): -10035511 or 13229670. OLE color: 13229670.

HSL color Cylindrical-coordinate representation of color #66DEC9: hue angle of 169.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEC9 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB102222201-
CMYK0.5400.090.13
HSL169.5º64.52%63.53%-
HSV(B)169.5º54.05%87.06%-
XYZ42.1459.2864.48-
YUV183.73137.7469.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.43%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=19.43%
G=42.29%
B=38.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022222010.5400.090.13169.564.5263.53
Hex66DEC93609Daa4140
Octal1463363116601115252101100
Binary110011011011110110010011101100100111011010101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,222,201); }

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

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

 a { background-color: rgb(102,222,201); }

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

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

 span { border-color: rgb(102,222,201); }

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