Shades of Downy #60C9BD
Tints of Downy #60C9BD
RGB
CMYK
RGB Variations
Color information
#60C9BD (or 0x60C9BD) is known color: Downy. HEX triplet: 60, C9 and BD. RGB value is (96,201,189). Sum of RGB (Red+Green+Blue) = 96+201+189=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #60C9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C9BD is #9F3642. Grayscale: #A8A8A8. Windows color (decimal): -10434115 or 12437856. OLE color: 12437856.
HSL color Cylindrical-coordinate representation of color #60C9BD: hue angle of 173.14º 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 #60C9BD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 189 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.21 |
| HSL | 173.14º | 0.49% | 0.58% | - |
| HSV(B) | 173.14º | 0.52% | 0.79% | - |
| XYZ | 34.9 | 47.93 | 55.56 | - |
| YUV | 168.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 189 | 0.52 | 0 | 0.06 | 0.21 | 173.14 | 0.49 | 0.58 |
| Hex | 60 | C9 | BD | 34 | 0 | 6 | 15 | AD | 31 | 3A |
| Octal | 140 | 311 | 275 | 64 | 0 | 6 | 25 | 255 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10111101 | 110100 | 0 | 110 | 10101 | 10101101 | 110001 | 111010 |
Color Harmonies of #60C9BD
Complementary color
Monochromatic Colors of #60C9BD
Black with #60C9BD
Text Example
Text Example
White with #60C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C9BD; }
p { color: rgb(96,201,189); }
H1.HeaderClassName
{
color: #60C9BD;
}
.AnyTagClassName
{
color: #60C9BD;
}
</style>
background-color css
<style>
a { background-color: #60C9BD; }
a { background-color: rgb(96,201,189); }
div.DivClassName
{
background-color: #60C9BD;
}
.BgClassName
{
background-color: #60C9BD;
}
</style>
border-color css
<style>
span { border-color: #60C9BD; }
span { border-color: rgb(96,201,189); }
td.TdClassName
{
border-color: #60C9BD;
}
.TagClassName
{
border-color: #60C9BD;
}
</style>