Shades of Downy #62E8C9
Tints of Downy #62E8C9
RGB
CMYK
RGB Variations
Color information
#62E8C9 (or 0x62E8C9) is known color: Downy. HEX triplet: 62, E8 and C9. RGB value is (98,232,201). Sum of RGB (Red+Green+Blue) = 98+232+201=531 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.46% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #62E8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62E8C9 is #9D1736. Grayscale: #BCBCBC. Windows color (decimal): -10295095 or 13232226. OLE color: 13232226.
HSL color Cylindrical-coordinate representation of color #62E8C9: hue angle of 166.12º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62E8C9 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 232 | 201 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.09 |
| HSL | 166.12º | 0.74% | 0.65% | - |
| HSV(B) | 166.12º | 0.58% | 0.91% | - |
| XYZ | 44.44 | 64.53 | 65.37 | - |
| YUV | 188.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 232 | 201 | 0.58 | 0 | 0.13 | 0.09 | 166.12 | 0.74 | 0.65 |
| Hex | 62 | E8 | C9 | 3A | 0 | D | 9 | A6 | 4A | 41 |
| Octal | 142 | 350 | 311 | 72 | 0 | 15 | 11 | 246 | 112 | 101 |
| Binary | 1100010 | 11101000 | 11001001 | 111010 | 0 | 1101 | 1001 | 10100110 | 1001010 | 1000001 |
Color Harmonies of #62E8C9
Complementary color
Monochromatic Colors of #62E8C9
Black with #62E8C9
Text Example
Text Example
White with #62E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E8C9; }
p { color: rgb(98,232,201); }
H1.HeaderClassName
{
color: #62E8C9;
}
.AnyTagClassName
{
color: #62E8C9;
}
</style>
background-color css
<style>
a { background-color: #62E8C9; }
a { background-color: rgb(98,232,201); }
div.DivClassName
{
background-color: #62E8C9;
}
.BgClassName
{
background-color: #62E8C9;
}
</style>
border-color css
<style>
span { border-color: #62E8C9; }
span { border-color: rgb(98,232,201); }
td.TdClassName
{
border-color: #62E8C9;
}
.TagClassName
{
border-color: #62E8C9;
}
</style>