Shades of Downy #62D4BE
Tints of Downy #62D4BE
RGB
CMYK
RGB Variations
Color information
#62D4BE (or 0x62D4BE) is known color: Downy. HEX triplet: 62, D4 and BE. RGB value is (98,212,190). Sum of RGB (Red+Green+Blue) = 98+212+190=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #62D4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D4BE is #9D2B41. Grayscale: #AFAFAF. Windows color (decimal): -10300226 or 12506210. OLE color: 12506210.
HSL color Cylindrical-coordinate representation of color #62D4BE: hue angle of 168.42º 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 #62D4BE is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 212 | 190 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.17 |
| HSL | 168.42º | 0.57% | 0.61% | - |
| HSV(B) | 168.42º | 0.54% | 0.83% | - |
| XYZ | 37.87 | 53.4 | 57.03 | - |
| YUV | 175.41 | 136.23 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 212 | 190 | 0.54 | 0 | 0.10 | 0.17 | 168.42 | 0.57 | 0.61 |
| Hex | 62 | D4 | BE | 36 | 0 | A | 11 | A8 | 39 | 3D |
| Octal | 142 | 324 | 276 | 66 | 0 | 12 | 21 | 250 | 71 | 75 |
| Binary | 1100010 | 11010100 | 10111110 | 110110 | 0 | 1010 | 10001 | 10101000 | 111001 | 111101 |
Color Harmonies of #62D4BE
Complementary color
Monochromatic Colors of #62D4BE
Black with #62D4BE
Text Example
Text Example
White with #62D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D4BE; }
p { color: rgb(98,212,190); }
H1.HeaderClassName
{
color: #62D4BE;
}
.AnyTagClassName
{
color: #62D4BE;
}
</style>
background-color css
<style>
a { background-color: #62D4BE; }
a { background-color: rgb(98,212,190); }
div.DivClassName
{
background-color: #62D4BE;
}
.BgClassName
{
background-color: #62D4BE;
}
</style>
border-color css
<style>
span { border-color: #62D4BE; }
span { border-color: rgb(98,212,190); }
td.TdClassName
{
border-color: #62D4BE;
}
.TagClassName
{
border-color: #62D4BE;
}
</style>