#66DDCC

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

Shades of Downy #66DDCC

Tints of Downy #66DDCC

Color information

#66DDCC (or 0x66DDCC) is unknown color: approx Downy. HEX triplet: 66, DD and CC. RGB value is (102,221,204). Sum of RGB (Red+Green+Blue) = 102+221+204=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDCC is #992233. Grayscale: #B7B7B7. Windows color (decimal): -10035764 or 13426022. OLE color: 13426022.

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

Color convert

RGB102221204-
CMYK0.5400.080.13
HSL171.43º63.64%63.33%-
HSV(B)171.43º53.85%86.67%-
XYZ42.2458.966.27-
YUV183.48139.5869.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.35%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=19.35%
G=41.94%
B=38.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022212040.5400.080.13171.4363.6463.33
Hex66DDCC3608Dab403f
Octal146335314660101525310077
Binary11001101101110111001100110110010001101101010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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