#66DBBA

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

Shades of Downy #66DBBA

Tints of Downy #66DBBA

Color information

#66DBBA (or 0x66DBBA) is unknown color: approx Downy. HEX triplet: 66, DB and BA. RGB value is (102,219,186). Sum of RGB (Red+Green+Blue) = 102+219+186=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBBA is #992445. Grayscale: #B4B4B4. Windows color (decimal): -10036294 or 12245862. OLE color: 12245862.

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

Color convert

RGB102219186-
CMYK0.5300.150.14
HSL163.08º61.9%62.94%-
HSV(B)163.08º53.42%85.88%-
XYZ39.6757.0355.37-
YUV180.26131.2472.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.12%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=20.12%
G=43.20%
B=36.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022191860.5300.150.14163.0861.962.94
Hex66DBBA350FEa33e3f
Octal14633327265017162437677
Binary1100110110110111011101011010101111111010100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,219,186); }

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

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

 a { background-color: rgb(102,219,186); }

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

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

 span { border-color: rgb(102,219,186); }

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