Shades of Downy #60CDBD
Tints of Downy #60CDBD
RGB
CMYK
RGB Variations
Color information
#60CDBD (or 0x60CDBD) is known color: Downy. HEX triplet: 60, CD and BD. RGB value is (96,205,189). Sum of RGB (Red+Green+Blue) = 96+205+189=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDBD is #9F3242. Grayscale: #AAAAAA. Windows color (decimal): -10433091 or 12438880. OLE color: 12438880.
HSL color Cylindrical-coordinate representation of color #60CDBD: hue angle of 171.19º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CDBD is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 189 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.20 |
| HSL | 171.19º | 0.52% | 0.59% | - |
| HSV(B) | 171.19º | 0.53% | 0.8% | - |
| XYZ | 35.84 | 49.82 | 55.87 | - |
| YUV | 170.59 | 138.39 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 189 | 0.53 | 0 | 0.08 | 0.20 | 171.19 | 0.52 | 0.59 |
| Hex | 60 | CD | BD | 35 | 0 | 8 | 14 | AB | 34 | 3B |
| Octal | 140 | 315 | 275 | 65 | 0 | 10 | 24 | 253 | 64 | 73 |
| Binary | 1100000 | 11001101 | 10111101 | 110101 | 0 | 1000 | 10100 | 10101011 | 110100 | 111011 |
Color Harmonies of #60CDBD
Complementary color
Monochromatic Colors of #60CDBD
Black with #60CDBD
Text Example
Text Example
White with #60CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDBD; }
p { color: rgb(96,205,189); }
H1.HeaderClassName
{
color: #60CDBD;
}
.AnyTagClassName
{
color: #60CDBD;
}
</style>
background-color css
<style>
a { background-color: #60CDBD; }
a { background-color: rgb(96,205,189); }
div.DivClassName
{
background-color: #60CDBD;
}
.BgClassName
{
background-color: #60CDBD;
}
</style>
border-color css
<style>
span { border-color: #60CDBD; }
span { border-color: rgb(96,205,189); }
td.TdClassName
{
border-color: #60CDBD;
}
.TagClassName
{
border-color: #60CDBD;
}
</style>