Shades of Downy #60CFBC
Tints of Downy #60CFBC
RGB
CMYK
RGB Variations
Color information
#60CFBC (or 0x60CFBC) is known color: Downy. HEX triplet: 60, CF and BC. RGB value is (96,207,188). Sum of RGB (Red+Green+Blue) = 96+207+188=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFBC is #9F3043. Grayscale: #ABABAB. Windows color (decimal): -10432580 or 12373856. OLE color: 12373856.
HSL color Cylindrical-coordinate representation of color #60CFBC: hue angle of 169.73º 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 #60CFBC is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 188 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.19 |
| HSL | 169.73º | 0.54% | 0.59% | - |
| HSV(B) | 169.73º | 0.54% | 0.81% | - |
| XYZ | 36.21 | 50.74 | 55.46 | - |
| YUV | 171.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 188 | 0.54 | 0 | 0.09 | 0.19 | 169.73 | 0.54 | 0.59 |
| Hex | 60 | CF | BC | 36 | 0 | 9 | 13 | AA | 36 | 3B |
| Octal | 140 | 317 | 274 | 66 | 0 | 11 | 23 | 252 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10111100 | 110110 | 0 | 1001 | 10011 | 10101010 | 110110 | 111011 |
Color Harmonies of #60CFBC
Complementary color
Monochromatic Colors of #60CFBC
Black with #60CFBC
Text Example
Text Example
White with #60CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFBC; }
p { color: rgb(96,207,188); }
H1.HeaderClassName
{
color: #60CFBC;
}
.AnyTagClassName
{
color: #60CFBC;
}
</style>
background-color css
<style>
a { background-color: #60CFBC; }
a { background-color: rgb(96,207,188); }
div.DivClassName
{
background-color: #60CFBC;
}
.BgClassName
{
background-color: #60CFBC;
}
</style>
border-color css
<style>
span { border-color: #60CFBC; }
span { border-color: rgb(96,207,188); }
td.TdClassName
{
border-color: #60CFBC;
}
.TagClassName
{
border-color: #60CFBC;
}
</style>