Shades of Downy #60D8BD
Tints of Downy #60D8BD
RGB
CMYK
RGB Variations
Color information
#60D8BD (or 0x60D8BD) is known color: Downy. HEX triplet: 60, D8 and BD. RGB value is (96,216,189). Sum of RGB (Red+Green+Blue) = 96+216+189=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #60D8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D8BD is #9F2742. Grayscale: #B1B1B1. Windows color (decimal): -10430275 or 12441696. OLE color: 12441696.
HSL color Cylindrical-coordinate representation of color #60D8BD: hue angle of 166.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D8BD is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 189 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.15 |
| HSL | 166.5º | 0.61% | 0.61% | - |
| HSV(B) | 166.5º | 0.56% | 0.85% | - |
| XYZ | 38.57 | 55.27 | 56.78 | - |
| YUV | 177.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 189 | 0.56 | 0 | 0.12 | 0.15 | 166.5 | 0.61 | 0.61 |
| Hex | 60 | D8 | BD | 38 | 0 | C | F | A6 | 3D | 3D |
| Octal | 140 | 330 | 275 | 70 | 0 | 14 | 17 | 246 | 75 | 75 |
| Binary | 1100000 | 11011000 | 10111101 | 111000 | 0 | 1100 | 1111 | 10100110 | 111101 | 111101 |
Color Harmonies of #60D8BD
Complementary color
Monochromatic Colors of #60D8BD
Black with #60D8BD
Text Example
Text Example
White with #60D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D8BD; }
p { color: rgb(96,216,189); }
H1.HeaderClassName
{
color: #60D8BD;
}
.AnyTagClassName
{
color: #60D8BD;
}
</style>
background-color css
<style>
a { background-color: #60D8BD; }
a { background-color: rgb(96,216,189); }
div.DivClassName
{
background-color: #60D8BD;
}
.BgClassName
{
background-color: #60D8BD;
}
</style>
border-color css
<style>
span { border-color: #60D8BD; }
span { border-color: rgb(96,216,189); }
td.TdClassName
{
border-color: #60D8BD;
}
.TagClassName
{
border-color: #60D8BD;
}
</style>