#66DAC7

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

Shades of Downy #66DAC7

Tints of Downy #66DAC7

Color information

#66DAC7 (or 0x66DAC7) is unknown color: approx Downy. HEX triplet: 66, DA and C7. RGB value is (102,218,199). Sum of RGB (Red+Green+Blue) = 102+218+199=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAC7 is #992538. Grayscale: #B5B5B5. Windows color (decimal): -10036537 or 13097574. OLE color: 13097574.

HSL color Cylindrical-coordinate representation of color #66DAC7: hue angle of 170.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DAC7 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB102218199-
CMYK0.5300.090.15
HSL170.17º61.05%62.75%-
HSV(B)170.17º53.21%85.49%-
XYZ40.8657.0962.9-
YUV181.15138.0771.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.65%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=19.65%
G=42.00%
B=38.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181990.5300.090.15170.1761.0562.75
Hex66DAC73509Faa3d3f
Octal14633230765011172527577
Binary1100110110110101100011111010101001111110101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,218,199); }

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

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

 a { background-color: rgb(102,218,199); }

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

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

 span { border-color: rgb(102,218,199); }

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