Shades of Downy #66D8BA
Tints of Downy #66D8BA
RGB
CMYK
RGB Variations
Color information
#66D8BA (or 0x66D8BA) is known color: Downy. HEX triplet: 66, D8 and BA. RGB value is (102,216,186). Sum of RGB (Red+Green+Blue) = 102+216+186=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8BA is #992745. Grayscale: #B2B2B2. Windows color (decimal): -10037062 or 12245094. OLE color: 12245094.
HSL color Cylindrical-coordinate representation of color #66D8BA: hue angle of 164.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D8BA is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 186 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.15 |
| HSL | 164.21º | 0.59% | 0.62% | - |
| HSV(B) | 164.21º | 0.53% | 0.85% | - |
| XYZ | 38.9 | 55.48 | 55.11 | - |
| YUV | 178.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 186 | 0.53 | 0 | 0.14 | 0.15 | 164.21 | 0.59 | 0.62 |
| Hex | 66 | D8 | BA | 35 | 0 | E | F | A4 | 3B | 3E |
| Octal | 146 | 330 | 272 | 65 | 0 | 16 | 17 | 244 | 73 | 76 |
| Binary | 1100110 | 11011000 | 10111010 | 110101 | 0 | 1110 | 1111 | 10100100 | 111011 | 111110 |
Color Harmonies of #66D8BA
Complementary color
Monochromatic Colors of #66D8BA
Black with #66D8BA
Text Example
Text Example
White with #66D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D8BA; }
p { color: rgb(102,216,186); }
H1.HeaderClassName
{
color: #66D8BA;
}
.AnyTagClassName
{
color: #66D8BA;
}
</style>
background-color css
<style>
a { background-color: #66D8BA; }
a { background-color: rgb(102,216,186); }
div.DivClassName
{
background-color: #66D8BA;
}
.BgClassName
{
background-color: #66D8BA;
}
</style>
border-color css
<style>
span { border-color: #66D8BA; }
span { border-color: rgb(102,216,186); }
td.TdClassName
{
border-color: #66D8BA;
}
.TagClassName
{
border-color: #66D8BA;
}
</style>