Shades of Downy #62D2B9
Tints of Downy #62D2B9
RGB
CMYK
RGB Variations
Color information
#62D2B9 (or 0x62D2B9) is known color: Downy. HEX triplet: 62, D2 and B9. RGB value is (98,210,185). Sum of RGB (Red+Green+Blue) = 98+210+185=493 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.88% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #62D2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D2B9 is #9D2D46. Grayscale: #ADADAD. Windows color (decimal): -10300743 or 12178018. OLE color: 12178018.
HSL color Cylindrical-coordinate representation of color #62D2B9: hue angle of 166.61º degrees, saturation: 0.55, 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 #62D2B9 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 210 | 185 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.18 |
| HSL | 166.61º | 0.55% | 0.6% | - |
| HSV(B) | 166.61º | 0.53% | 0.82% | - |
| XYZ | 36.84 | 52.19 | 54.03 | - |
| YUV | 173.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 210 | 185 | 0.53 | 0 | 0.12 | 0.18 | 166.61 | 0.55 | 0.6 |
| Hex | 62 | D2 | B9 | 35 | 0 | C | 12 | A7 | 37 | 3C |
| Octal | 142 | 322 | 271 | 65 | 0 | 14 | 22 | 247 | 67 | 74 |
| Binary | 1100010 | 11010010 | 10111001 | 110101 | 0 | 1100 | 10010 | 10100111 | 110111 | 111100 |
Color Harmonies of #62D2B9
Complementary color
Monochromatic Colors of #62D2B9
Black with #62D2B9
Text Example
Text Example
White with #62D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D2B9; }
p { color: rgb(98,210,185); }
H1.HeaderClassName
{
color: #62D2B9;
}
.AnyTagClassName
{
color: #62D2B9;
}
</style>
background-color css
<style>
a { background-color: #62D2B9; }
a { background-color: rgb(98,210,185); }
div.DivClassName
{
background-color: #62D2B9;
}
.BgClassName
{
background-color: #62D2B9;
}
</style>
border-color css
<style>
span { border-color: #62D2B9; }
span { border-color: rgb(98,210,185); }
td.TdClassName
{
border-color: #62D2B9;
}
.TagClassName
{
border-color: #62D2B9;
}
</style>