Shades of Downy #66DBBA
Tints of Downy #66DBBA
RGB
CMYK
RGB Variations
Color information
#66DBBA (or 0x66DBBA) is known color: 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
| RGB | 102 | 219 | 186 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.14 |
| HSL | 163.08º | 0.62% | 0.63% | - |
| HSV(B) | 163.08º | 0.53% | 0.86% | - |
| XYZ | 39.67 | 57.03 | 55.37 | - |
| YUV | 180.26 | 131.24 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 186 | 0.53 | 0 | 0.15 | 0.14 | 163.08 | 0.62 | 0.63 |
| Hex | 66 | DB | BA | 35 | 0 | F | E | A3 | 3E | 3F |
| Octal | 146 | 333 | 272 | 65 | 0 | 17 | 16 | 243 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10111010 | 110101 | 0 | 1111 | 1110 | 10100011 | 111110 | 111111 |
Color Harmonies of #66DBBA
Complementary color
Monochromatic Colors of #66DBBA
Black with #66DBBA
Text Example
Text Example
White with #66DBBA
Text Example
Text Example
HTML Codes & Css Web 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>