Shades of Downy #62D7D0
Tints of Downy #62D7D0
RGB
CMYK
RGB Variations
Color information
#62D7D0 (or 0x62D7D0) is known color: Downy. HEX triplet: 62, D7 and D0. RGB value is (98,215,208). Sum of RGB (Red+Green+Blue) = 98+215+208=521 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.81% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #62D7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D7D0 is #9D282F. Grayscale: #B3B3B3. Windows color (decimal): -10299440 or 13686626. OLE color: 13686626.
HSL color Cylindrical-coordinate representation of color #62D7D0: hue angle of 176.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62D7D0 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 215 | 208 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.16 |
| HSL | 176.41º | 0.59% | 0.61% | - |
| HSV(B) | 176.41º | 0.54% | 0.84% | - |
| XYZ | 40.72 | 55.75 | 68.29 | - |
| YUV | 179.22 | 144.24 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 215 | 208 | 0.54 | 0 | 0.03 | 0.16 | 176.41 | 0.59 | 0.61 |
| Hex | 62 | D7 | D0 | 36 | 0 | 3 | 10 | B0 | 3B | 3D |
| Octal | 142 | 327 | 320 | 66 | 0 | 3 | 20 | 260 | 73 | 75 |
| Binary | 1100010 | 11010111 | 11010000 | 110110 | 0 | 11 | 10000 | 10110000 | 111011 | 111101 |
Color Harmonies of #62D7D0
Complementary color
Monochromatic Colors of #62D7D0
Black with #62D7D0
Text Example
Text Example
White with #62D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D7D0; }
p { color: rgb(98,215,208); }
H1.HeaderClassName
{
color: #62D7D0;
}
.AnyTagClassName
{
color: #62D7D0;
}
</style>
background-color css
<style>
a { background-color: #62D7D0; }
a { background-color: rgb(98,215,208); }
div.DivClassName
{
background-color: #62D7D0;
}
.BgClassName
{
background-color: #62D7D0;
}
</style>
border-color css
<style>
span { border-color: #62D7D0; }
span { border-color: rgb(98,215,208); }
td.TdClassName
{
border-color: #62D7D0;
}
.TagClassName
{
border-color: #62D7D0;
}
</style>