Shades of Downy #66CEBD
Tints of Downy #66CEBD
RGB
CMYK
RGB Variations
Color information
#66CEBD (or 0x66CEBD) is known color: Downy. HEX triplet: 66, CE and BD. RGB value is (102,206,189). Sum of RGB (Red+Green+Blue) = 102+206+189=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEBD is #993142. Grayscale: #ACACAC. Windows color (decimal): -10039619 or 12439142. OLE color: 12439142.
HSL color Cylindrical-coordinate representation of color #66CEBD: hue angle of 170.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEBD is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 189 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.19 |
| HSL | 170.19º | 0.51% | 0.6% | - |
| HSV(B) | 170.19º | 0.5% | 0.81% | - |
| XYZ | 36.74 | 50.64 | 55.98 | - |
| YUV | 172.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 189 | 0.50 | 0 | 0.08 | 0.19 | 170.19 | 0.51 | 0.6 |
| Hex | 66 | CE | BD | 32 | 0 | 8 | 13 | AA | 33 | 3C |
| Octal | 146 | 316 | 275 | 62 | 0 | 10 | 23 | 252 | 63 | 74 |
| Binary | 1100110 | 11001110 | 10111101 | 110010 | 0 | 1000 | 10011 | 10101010 | 110011 | 111100 |
Color Harmonies of #66CEBD
Complementary color
Monochromatic Colors of #66CEBD
Black with #66CEBD
Text Example
Text Example
White with #66CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEBD; }
p { color: rgb(102,206,189); }
H1.HeaderClassName
{
color: #66CEBD;
}
.AnyTagClassName
{
color: #66CEBD;
}
</style>
background-color css
<style>
a { background-color: #66CEBD; }
a { background-color: rgb(102,206,189); }
div.DivClassName
{
background-color: #66CEBD;
}
.BgClassName
{
background-color: #66CEBD;
}
</style>
border-color css
<style>
span { border-color: #66CEBD; }
span { border-color: rgb(102,206,189); }
td.TdClassName
{
border-color: #66CEBD;
}
.TagClassName
{
border-color: #66CEBD;
}
</style>