Shades of Downy #60CFBB
Tints of Downy #60CFBB
RGB
CMYK
RGB Variations
Color information
#60CFBB (or 0x60CFBB) is known color: Downy. HEX triplet: 60, CF and BB. RGB value is (96,207,187). Sum of RGB (Red+Green+Blue) = 96+207+187=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFBB is #9F3044. Grayscale: #ABABAB. Windows color (decimal): -10432581 or 12308320. OLE color: 12308320.
HSL color Cylindrical-coordinate representation of color #60CFBB: hue angle of 169.19º 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 #60CFBB is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 187 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.19 |
| HSL | 169.19º | 0.54% | 0.59% | - |
| HSV(B) | 169.19º | 0.54% | 0.81% | - |
| XYZ | 36.11 | 50.7 | 54.9 | - |
| YUV | 171.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 187 | 0.54 | 0 | 0.10 | 0.19 | 169.19 | 0.54 | 0.59 |
| Hex | 60 | CF | BB | 36 | 0 | A | 13 | A9 | 36 | 3B |
| Octal | 140 | 317 | 273 | 66 | 0 | 12 | 23 | 251 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10111011 | 110110 | 0 | 1010 | 10011 | 10101001 | 110110 | 111011 |
Color Harmonies of #60CFBB
Complementary color
Monochromatic Colors of #60CFBB
Black with #60CFBB
Text Example
Text Example
White with #60CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFBB; }
p { color: rgb(96,207,187); }
H1.HeaderClassName
{
color: #60CFBB;
}
.AnyTagClassName
{
color: #60CFBB;
}
</style>
background-color css
<style>
a { background-color: #60CFBB; }
a { background-color: rgb(96,207,187); }
div.DivClassName
{
background-color: #60CFBB;
}
.BgClassName
{
background-color: #60CFBB;
}
</style>
border-color css
<style>
span { border-color: #60CFBB; }
span { border-color: rgb(96,207,187); }
td.TdClassName
{
border-color: #60CFBB;
}
.TagClassName
{
border-color: #60CFBB;
}
</style>