#66DDC8

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

Shades of Downy #66DDC8

Tints of Downy #66DDC8

Color information

#66DDC8 (or 0x66DDC8) is unknown color: approx Downy. HEX triplet: 66, DD and C8. RGB value is (102,221,200). Sum of RGB (Red+Green+Blue) = 102+221+200=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDC8 is #992237. Grayscale: #B6B6B6. Windows color (decimal): -10035768 or 13163878. OLE color: 13163878.

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

Color convert

RGB102221200-
CMYK0.5400.100.13
HSL169.41º63.64%63.33%-
HSV(B)169.41º53.85%86.67%-
XYZ41.7658.7163.77-
YUV183.02137.5870.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.50%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=19.50%
G=42.26%
B=38.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022212000.5400.100.13169.4163.6463.33
Hex66DDC8360ADa9403f
Octal146335310660121525110077
Binary11001101101110111001000110110010101101101010011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,221,200); }

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

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

 a { background-color: rgb(102,221,200); }

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

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

 span { border-color: rgb(102,221,200); }

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