Shades of Downy #60D3CB
Tints of Downy #60D3CB
RGB
CMYK
RGB Variations
Color information
#60D3CB (or 0x60D3CB) is known color: Downy. HEX triplet: 60, D3 and CB. RGB value is (96,211,203). Sum of RGB (Red+Green+Blue) = 96+211+203=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #60D3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D3CB is #9F2C34. Grayscale: #AFAFAF. Windows color (decimal): -10431541 or 13357920. OLE color: 13357920.
HSL color Cylindrical-coordinate representation of color #60D3CB: hue angle of 175.83º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D3CB is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 211 | 203 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.17 |
| HSL | 175.83º | 0.57% | 0.6% | - |
| HSV(B) | 175.83º | 0.55% | 0.83% | - |
| XYZ | 38.9 | 53.39 | 64.75 | - |
| YUV | 175.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 211 | 203 | 0.55 | 0 | 0.04 | 0.17 | 175.83 | 0.57 | 0.6 |
| Hex | 60 | D3 | CB | 37 | 0 | 4 | 11 | B0 | 39 | 3C |
| Octal | 140 | 323 | 313 | 67 | 0 | 4 | 21 | 260 | 71 | 74 |
| Binary | 1100000 | 11010011 | 11001011 | 110111 | 0 | 100 | 10001 | 10110000 | 111001 | 111100 |
Color Harmonies of #60D3CB
Complementary color
Monochromatic Colors of #60D3CB
Black with #60D3CB
Text Example
Text Example
White with #60D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D3CB; }
p { color: rgb(96,211,203); }
H1.HeaderClassName
{
color: #60D3CB;
}
.AnyTagClassName
{
color: #60D3CB;
}
</style>
background-color css
<style>
a { background-color: #60D3CB; }
a { background-color: rgb(96,211,203); }
div.DivClassName
{
background-color: #60D3CB;
}
.BgClassName
{
background-color: #60D3CB;
}
</style>
border-color css
<style>
span { border-color: #60D3CB; }
span { border-color: rgb(96,211,203); }
td.TdClassName
{
border-color: #60D3CB;
}
.TagClassName
{
border-color: #60D3CB;
}
</style>