Shades of Downy #60D2C8
Tints of Downy #60D2C8
RGB
CMYK
RGB Variations
Color information
#60D2C8 (or 0x60D2C8) is known color: Downy. HEX triplet: 60, D2 and C8. RGB value is (96,210,200). Sum of RGB (Red+Green+Blue) = 96+210+200=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #60D2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D2C8 is #9F2D37. Grayscale: #AEAEAE. Windows color (decimal): -10431800 or 13161056. OLE color: 13161056.
HSL color Cylindrical-coordinate representation of color #60D2C8: hue angle of 174.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D2C8 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 200 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.18 |
| HSL | 174.74º | 0.56% | 0.6% | - |
| HSV(B) | 174.74º | 0.54% | 0.82% | - |
| XYZ | 38.3 | 52.75 | 62.81 | - |
| YUV | 174.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 200 | 0.54 | 0 | 0.05 | 0.18 | 174.74 | 0.56 | 0.6 |
| Hex | 60 | D2 | C8 | 36 | 0 | 5 | 12 | AF | 38 | 3C |
| Octal | 140 | 322 | 310 | 66 | 0 | 5 | 22 | 257 | 70 | 74 |
| Binary | 1100000 | 11010010 | 11001000 | 110110 | 0 | 101 | 10010 | 10101111 | 111000 | 111100 |
Color Harmonies of #60D2C8
Complementary color
Monochromatic Colors of #60D2C8
Black with #60D2C8
Text Example
Text Example
White with #60D2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D2C8; }
p { color: rgb(96,210,200); }
H1.HeaderClassName
{
color: #60D2C8;
}
.AnyTagClassName
{
color: #60D2C8;
}
</style>
background-color css
<style>
a { background-color: #60D2C8; }
a { background-color: rgb(96,210,200); }
div.DivClassName
{
background-color: #60D2C8;
}
.BgClassName
{
background-color: #60D2C8;
}
</style>
border-color css
<style>
span { border-color: #60D2C8; }
span { border-color: rgb(96,210,200); }
td.TdClassName
{
border-color: #60D2C8;
}
.TagClassName
{
border-color: #60D2C8;
}
</style>