Shades of Downy #60CEB9
Tints of Downy #60CEB9
RGB
CMYK
RGB Variations
Color information
#60CEB9 (or 0x60CEB9) is known color: Downy. HEX triplet: 60, CE and B9. RGB value is (96,206,185). Sum of RGB (Red+Green+Blue) = 96+206+185=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEB9 is #9F3146. Grayscale: #AAAAAA. Windows color (decimal): -10432839 or 12176992. OLE color: 12176992.
HSL color Cylindrical-coordinate representation of color #60CEB9: hue angle of 168.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEB9 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 185 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.19 |
| HSL | 168.55º | 0.53% | 0.59% | - |
| HSV(B) | 168.55º | 0.53% | 0.81% | - |
| XYZ | 35.65 | 50.13 | 53.7 | - |
| YUV | 170.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 185 | 0.53 | 0 | 0.10 | 0.19 | 168.55 | 0.53 | 0.59 |
| Hex | 60 | CE | B9 | 35 | 0 | A | 13 | A9 | 35 | 3B |
| Octal | 140 | 316 | 271 | 65 | 0 | 12 | 23 | 251 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10111001 | 110101 | 0 | 1010 | 10011 | 10101001 | 110101 | 111011 |
Color Harmonies of #60CEB9
Complementary color
Monochromatic Colors of #60CEB9
Black with #60CEB9
Text Example
Text Example
White with #60CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEB9; }
p { color: rgb(96,206,185); }
H1.HeaderClassName
{
color: #60CEB9;
}
.AnyTagClassName
{
color: #60CEB9;
}
</style>
background-color css
<style>
a { background-color: #60CEB9; }
a { background-color: rgb(96,206,185); }
div.DivClassName
{
background-color: #60CEB9;
}
.BgClassName
{
background-color: #60CEB9;
}
</style>
border-color css
<style>
span { border-color: #60CEB9; }
span { border-color: rgb(96,206,185); }
td.TdClassName
{
border-color: #60CEB9;
}
.TagClassName
{
border-color: #60CEB9;
}
</style>