Shades of Downy #60CBC0
Tints of Downy #60CBC0
RGB
CMYK
RGB Variations
Color information
#60CBC0 (or 0x60CBC0) is known color: Downy. HEX triplet: 60, CB and C0. RGB value is (96,203,192). Sum of RGB (Red+Green+Blue) = 96+203+192=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBC0 is #9F343F. Grayscale: #A9A9A9. Windows color (decimal): -10433600 or 12634976. OLE color: 12634976.
HSL color Cylindrical-coordinate representation of color #60CBC0: hue angle of 173.83º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CBC0 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 192 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.20 |
| HSL | 173.83º | 0.51% | 0.59% | - |
| HSV(B) | 173.83º | 0.53% | 0.8% | - |
| XYZ | 35.69 | 49 | 57.45 | - |
| YUV | 169.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 192 | 0.53 | 0 | 0.05 | 0.20 | 173.83 | 0.51 | 0.59 |
| Hex | 60 | CB | C0 | 35 | 0 | 5 | 14 | AE | 33 | 3B |
| Octal | 140 | 313 | 300 | 65 | 0 | 5 | 24 | 256 | 63 | 73 |
| Binary | 1100000 | 11001011 | 11000000 | 110101 | 0 | 101 | 10100 | 10101110 | 110011 | 111011 |
Color Harmonies of #60CBC0
Complementary color
Monochromatic Colors of #60CBC0
Black with #60CBC0
Text Example
Text Example
White with #60CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBC0; }
p { color: rgb(96,203,192); }
H1.HeaderClassName
{
color: #60CBC0;
}
.AnyTagClassName
{
color: #60CBC0;
}
</style>
background-color css
<style>
a { background-color: #60CBC0; }
a { background-color: rgb(96,203,192); }
div.DivClassName
{
background-color: #60CBC0;
}
.BgClassName
{
background-color: #60CBC0;
}
</style>
border-color css
<style>
span { border-color: #60CBC0; }
span { border-color: rgb(96,203,192); }
td.TdClassName
{
border-color: #60CBC0;
}
.TagClassName
{
border-color: #60CBC0;
}
</style>