Shades of Downy #60CFC0
Tints of Downy #60CFC0
RGB
CMYK
RGB Variations
Color information
#60CFC0 (or 0x60CFC0) is known color: Downy. HEX triplet: 60, CF and C0. RGB value is (96,207,192). Sum of RGB (Red+Green+Blue) = 96+207+192=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFC0 is #9F303F. Grayscale: #ACACAC. Windows color (decimal): -10432576 or 12636000. OLE color: 12636000.
HSL color Cylindrical-coordinate representation of color #60CFC0: hue angle of 171.89º 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 #60CFC0 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 192 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.19 |
| HSL | 171.89º | 0.54% | 0.59% | - |
| HSV(B) | 171.89º | 0.54% | 0.81% | - |
| XYZ | 36.65 | 50.92 | 57.77 | - |
| YUV | 172.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 192 | 0.54 | 0 | 0.07 | 0.19 | 171.89 | 0.54 | 0.59 |
| Hex | 60 | CF | C0 | 36 | 0 | 7 | 13 | AC | 36 | 3B |
| Octal | 140 | 317 | 300 | 66 | 0 | 7 | 23 | 254 | 66 | 73 |
| Binary | 1100000 | 11001111 | 11000000 | 110110 | 0 | 111 | 10011 | 10101100 | 110110 | 111011 |
Color Harmonies of #60CFC0
Complementary color
Monochromatic Colors of #60CFC0
Black with #60CFC0
Text Example
Text Example
White with #60CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFC0; }
p { color: rgb(96,207,192); }
H1.HeaderClassName
{
color: #60CFC0;
}
.AnyTagClassName
{
color: #60CFC0;
}
</style>
background-color css
<style>
a { background-color: #60CFC0; }
a { background-color: rgb(96,207,192); }
div.DivClassName
{
background-color: #60CFC0;
}
.BgClassName
{
background-color: #60CFC0;
}
</style>
border-color css
<style>
span { border-color: #60CFC0; }
span { border-color: rgb(96,207,192); }
td.TdClassName
{
border-color: #60CFC0;
}
.TagClassName
{
border-color: #60CFC0;
}
</style>