#66DABC

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

Shades of Downy #66DABC

Tints of Downy #66DABC

Color information

#66DABC (or 0x66DABC) is unknown color: approx Downy. HEX triplet: 66, DA and BC. RGB value is (102,218,188). Sum of RGB (Red+Green+Blue) = 102+218+188=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #66DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DABC is #992543. Grayscale: #B3B3B3. Windows color (decimal): -10036548 or 12376678. OLE color: 12376678.

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

Color convert

RGB102218188-
CMYK0.5300.140.15
HSL164.48º61.05%62.75%-
HSV(B)164.48º53.21%85.49%-
XYZ39.6356.656.41-
YUV179.9132.5772.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.08%
GREEN value IS 218 (85.55% from 255) = 42.91%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=20.08%
G=42.91%
B=37.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181880.5300.140.15164.4861.0562.75
Hex66DABC350EFa43d3f
Octal14633227465016172447577
Binary1100110110110101011110011010101110111110100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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