Shades of Downy #62D4C0
Tints of Downy #62D4C0
RGB
CMYK
RGB Variations
Color information
#62D4C0 (or 0x62D4C0) is known color: Downy. HEX triplet: 62, D4 and C0. RGB value is (98,212,192). Sum of RGB (Red+Green+Blue) = 98+212+192=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #62D4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D4C0 is #9D2B3F. Grayscale: #AFAFAF. Windows color (decimal): -10300224 or 12637282. OLE color: 12637282.
HSL color Cylindrical-coordinate representation of color #62D4C0: hue angle of 169.47º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62D4C0 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 212 | 192 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.17 |
| HSL | 169.47º | 0.57% | 0.61% | - |
| HSV(B) | 169.47º | 0.54% | 0.83% | - |
| XYZ | 38.09 | 53.49 | 58.19 | - |
| YUV | 175.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 212 | 192 | 0.54 | 0 | 0.09 | 0.17 | 169.47 | 0.57 | 0.61 |
| Hex | 62 | D4 | C0 | 36 | 0 | 9 | 11 | A9 | 39 | 3D |
| Octal | 142 | 324 | 300 | 66 | 0 | 11 | 21 | 251 | 71 | 75 |
| Binary | 1100010 | 11010100 | 11000000 | 110110 | 0 | 1001 | 10001 | 10101001 | 111001 | 111101 |
Color Harmonies of #62D4C0
Complementary color
Monochromatic Colors of #62D4C0
Black with #62D4C0
Text Example
Text Example
White with #62D4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D4C0; }
p { color: rgb(98,212,192); }
H1.HeaderClassName
{
color: #62D4C0;
}
.AnyTagClassName
{
color: #62D4C0;
}
</style>
background-color css
<style>
a { background-color: #62D4C0; }
a { background-color: rgb(98,212,192); }
div.DivClassName
{
background-color: #62D4C0;
}
.BgClassName
{
background-color: #62D4C0;
}
</style>
border-color css
<style>
span { border-color: #62D4C0; }
span { border-color: rgb(98,212,192); }
td.TdClassName
{
border-color: #62D4C0;
}
.TagClassName
{
border-color: #62D4C0;
}
</style>