Shades of Downy #66DBBB
Tints of Downy #66DBBB
RGB
CMYK
RGB Variations
Color information
#66DBBB (or 0x66DBBB) is known color: Downy. HEX triplet: 66, DB and BB. RGB value is (102,219,187). Sum of RGB (Red+Green+Blue) = 102+219+187=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBBB is #992444. Grayscale: #B4B4B4. Windows color (decimal): -10036293 or 12311398. OLE color: 12311398.
HSL color Cylindrical-coordinate representation of color #66DBBB: hue angle of 163.59º 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 #66DBBB is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 187 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.14 |
| HSL | 163.59º | 0.62% | 0.63% | - |
| HSV(B) | 163.59º | 0.53% | 0.86% | - |
| XYZ | 39.78 | 57.08 | 55.93 | - |
| YUV | 180.37 | 131.74 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 187 | 0.53 | 0 | 0.15 | 0.14 | 163.59 | 0.62 | 0.63 |
| Hex | 66 | DB | BB | 35 | 0 | F | E | A4 | 3E | 3F |
| Octal | 146 | 333 | 273 | 65 | 0 | 17 | 16 | 244 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10111011 | 110101 | 0 | 1111 | 1110 | 10100100 | 111110 | 111111 |
Color Harmonies of #66DBBB
Complementary color
Monochromatic Colors of #66DBBB
Black with #66DBBB
Text Example
Text Example
White with #66DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBBB; }
p { color: rgb(102,219,187); }
H1.HeaderClassName
{
color: #66DBBB;
}
.AnyTagClassName
{
color: #66DBBB;
}
</style>
background-color css
<style>
a { background-color: #66DBBB; }
a { background-color: rgb(102,219,187); }
div.DivClassName
{
background-color: #66DBBB;
}
.BgClassName
{
background-color: #66DBBB;
}
</style>
border-color css
<style>
span { border-color: #66DBBB; }
span { border-color: rgb(102,219,187); }
td.TdClassName
{
border-color: #66DBBB;
}
.TagClassName
{
border-color: #66DBBB;
}
</style>