Shades of Downy #60CFBD
Tints of Downy #60CFBD
RGB
CMYK
RGB Variations
Color information
#60CFBD (or 0x60CFBD) is known color: Downy. HEX triplet: 60, CF and BD. RGB value is (96,207,189). Sum of RGB (Red+Green+Blue) = 96+207+189=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFBD is #9F3042. Grayscale: #ABABAB. Windows color (decimal): -10432579 or 12439392. OLE color: 12439392.
HSL color Cylindrical-coordinate representation of color #60CFBD: hue angle of 170.27º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFBD is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 189 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.19 |
| HSL | 170.27º | 0.54% | 0.59% | - |
| HSV(B) | 170.27º | 0.54% | 0.81% | - |
| XYZ | 36.32 | 50.79 | 56.03 | - |
| YUV | 171.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 189 | 0.54 | 0 | 0.09 | 0.19 | 170.27 | 0.54 | 0.59 |
| Hex | 60 | CF | BD | 36 | 0 | 9 | 13 | AA | 36 | 3B |
| Octal | 140 | 317 | 275 | 66 | 0 | 11 | 23 | 252 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10111101 | 110110 | 0 | 1001 | 10011 | 10101010 | 110110 | 111011 |
Color Harmonies of #60CFBD
Complementary color
Monochromatic Colors of #60CFBD
Black with #60CFBD
Text Example
Text Example
White with #60CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFBD; }
p { color: rgb(96,207,189); }
H1.HeaderClassName
{
color: #60CFBD;
}
.AnyTagClassName
{
color: #60CFBD;
}
</style>
background-color css
<style>
a { background-color: #60CFBD; }
a { background-color: rgb(96,207,189); }
div.DivClassName
{
background-color: #60CFBD;
}
.BgClassName
{
background-color: #60CFBD;
}
</style>
border-color css
<style>
span { border-color: #60CFBD; }
span { border-color: rgb(96,207,189); }
td.TdClassName
{
border-color: #60CFBD;
}
.TagClassName
{
border-color: #60CFBD;
}
</style>