Shades of Downy #60C9BB
Tints of Downy #60C9BB
RGB
CMYK
RGB Variations
Color information
#60C9BB (or 0x60C9BB) is known color: Downy. HEX triplet: 60, C9 and BB. RGB value is (96,201,187). Sum of RGB (Red+Green+Blue) = 96+201+187=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #60C9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C9BB is #9F3644. Grayscale: #A7A7A7. Windows color (decimal): -10434117 or 12306784. OLE color: 12306784.
HSL color Cylindrical-coordinate representation of color #60C9BB: hue angle of 172º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C9BB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 187 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.21 |
| HSL | 172º | 0.49% | 0.58% | - |
| HSV(B) | 172º | 0.52% | 0.79% | - |
| XYZ | 34.68 | 47.85 | 54.42 | - |
| YUV | 168.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 187 | 0.52 | 0 | 0.07 | 0.21 | 172 | 0.49 | 0.58 |
| Hex | 60 | C9 | BB | 34 | 0 | 7 | 15 | AC | 31 | 3A |
| Octal | 140 | 311 | 273 | 64 | 0 | 7 | 25 | 254 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10111011 | 110100 | 0 | 111 | 10101 | 10101100 | 110001 | 111010 |
Color Harmonies of #60C9BB
Complementary color
Monochromatic Colors of #60C9BB
Black with #60C9BB
Text Example
Text Example
White with #60C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C9BB; }
p { color: rgb(96,201,187); }
H1.HeaderClassName
{
color: #60C9BB;
}
.AnyTagClassName
{
color: #60C9BB;
}
</style>
background-color css
<style>
a { background-color: #60C9BB; }
a { background-color: rgb(96,201,187); }
div.DivClassName
{
background-color: #60C9BB;
}
.BgClassName
{
background-color: #60C9BB;
}
</style>
border-color css
<style>
span { border-color: #60C9BB; }
span { border-color: rgb(96,201,187); }
td.TdClassName
{
border-color: #60C9BB;
}
.TagClassName
{
border-color: #60C9BB;
}
</style>