#66DABF

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

Shades of Downy #66DABF

Tints of Downy #66DABF

Color information

#66DABF (or 0x66DABF) is unknown color: approx Downy. HEX triplet: 66, DA and BF. RGB value is (102,218,191). Sum of RGB (Red+Green+Blue) = 102+218+191=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #66DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DABF is #992540. Grayscale: #B4B4B4. Windows color (decimal): -10036545 or 12573286. OLE color: 12573286.

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

Color convert

RGB102218191-
CMYK0.5300.120.15
HSL166.03º61.05%62.75%-
HSV(B)166.03º53.21%85.49%-
XYZ39.9556.7358.13-
YUV180.24134.0772.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.96%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 191 (75% from 255) = 37.38%
R=19.96%
G=42.66%
B=37.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181910.5300.120.15166.0361.0562.75
Hex66DABF350CFa63d3f
Octal14633227765014172467577
Binary1100110110110101011111111010101100111110100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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