Shades of Downy #62D0C0
Tints of Downy #62D0C0
RGB
CMYK
RGB Variations
Color information
#62D0C0 (or 0x62D0C0) is known color: Downy. HEX triplet: 62, D0 and C0. RGB value is (98,208,192). Sum of RGB (Red+Green+Blue) = 98+208+192=498 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.68% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #62D0C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D0C0 is #9D2F3F. Grayscale: #ADADAD. Windows color (decimal): -10301248 or 12636258. OLE color: 12636258.
HSL color Cylindrical-coordinate representation of color #62D0C0: hue angle of 171.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62D0C0 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 208 | 192 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.18 |
| HSL | 171.27º | 0.54% | 0.6% | - |
| HSV(B) | 171.27º | 0.53% | 0.82% | - |
| XYZ | 37.11 | 51.51 | 57.86 | - |
| YUV | 173.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 192 | 0.53 | 0 | 0.08 | 0.18 | 171.27 | 0.54 | 0.6 |
| Hex | 62 | D0 | C0 | 35 | 0 | 8 | 12 | AB | 36 | 3C |
| Octal | 142 | 320 | 300 | 65 | 0 | 10 | 22 | 253 | 66 | 74 |
| Binary | 1100010 | 11010000 | 11000000 | 110101 | 0 | 1000 | 10010 | 10101011 | 110110 | 111100 |
Color Harmonies of #62D0C0
Complementary color
Monochromatic Colors of #62D0C0
Black with #62D0C0
Text Example
Text Example
White with #62D0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D0C0; }
p { color: rgb(98,208,192); }
H1.HeaderClassName
{
color: #62D0C0;
}
.AnyTagClassName
{
color: #62D0C0;
}
</style>
background-color css
<style>
a { background-color: #62D0C0; }
a { background-color: rgb(98,208,192); }
div.DivClassName
{
background-color: #62D0C0;
}
.BgClassName
{
background-color: #62D0C0;
}
</style>
border-color css
<style>
span { border-color: #62D0C0; }
span { border-color: rgb(98,208,192); }
td.TdClassName
{
border-color: #62D0C0;
}
.TagClassName
{
border-color: #62D0C0;
}
</style>