Shades of Downy #60DBBD
Tints of Downy #60DBBD
RGB
CMYK
RGB Variations
Color information
#60DBBD (or 0x60DBBD) is known color: Downy. HEX triplet: 60, DB and BD. RGB value is (96,219,189). Sum of RGB (Red+Green+Blue) = 96+219+189=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBBD is #9F2442. Grayscale: #B2B2B2. Windows color (decimal): -10429507 or 12442464. OLE color: 12442464.
HSL color Cylindrical-coordinate representation of color #60DBBD: hue angle of 165.37º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DBBD is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 189 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.14 |
| HSL | 165.37º | 0.63% | 0.62% | - |
| HSV(B) | 165.37º | 0.56% | 0.86% | - |
| XYZ | 39.34 | 56.82 | 57.04 | - |
| YUV | 178.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 189 | 0.56 | 0 | 0.14 | 0.14 | 165.37 | 0.63 | 0.62 |
| Hex | 60 | DB | BD | 38 | 0 | E | E | A5 | 3F | 3E |
| Octal | 140 | 333 | 275 | 70 | 0 | 16 | 16 | 245 | 77 | 76 |
| Binary | 1100000 | 11011011 | 10111101 | 111000 | 0 | 1110 | 1110 | 10100101 | 111111 | 111110 |
Color Harmonies of #60DBBD
Complementary color
Monochromatic Colors of #60DBBD
Black with #60DBBD
Text Example
Text Example
White with #60DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBBD; }
p { color: rgb(96,219,189); }
H1.HeaderClassName
{
color: #60DBBD;
}
.AnyTagClassName
{
color: #60DBBD;
}
</style>
background-color css
<style>
a { background-color: #60DBBD; }
a { background-color: rgb(96,219,189); }
div.DivClassName
{
background-color: #60DBBD;
}
.BgClassName
{
background-color: #60DBBD;
}
</style>
border-color css
<style>
span { border-color: #60DBBD; }
span { border-color: rgb(96,219,189); }
td.TdClassName
{
border-color: #60DBBD;
}
.TagClassName
{
border-color: #60DBBD;
}
</style>