Shades of Downy #62E6BA
Tints of Downy #62E6BA
RGB
CMYK
RGB Variations
Color information
#62E6BA (or 0x62E6BA) is known color: Downy. HEX triplet: 62, E6 and BA. RGB value is (98,230,186). Sum of RGB (Red+Green+Blue) = 98+230+186=514 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.07% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #62E6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62E6BA is #9D1945. Grayscale: #B9B9B9. Windows color (decimal): -10295622 or 12248674. OLE color: 12248674.
HSL color Cylindrical-coordinate representation of color #62E6BA: hue angle of 160º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62E6BA is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 230 | 186 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.10 |
| HSL | 160º | 0.73% | 0.64% | - |
| HSV(B) | 160º | 0.57% | 0.9% | - |
| XYZ | 42.2 | 62.74 | 56.34 | - |
| YUV | 185.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 230 | 186 | 0.57 | 0 | 0.19 | 0.10 | 160 | 0.73 | 0.64 |
| Hex | 62 | E6 | BA | 39 | 0 | 13 | A | A0 | 49 | 40 |
| Octal | 142 | 346 | 272 | 71 | 0 | 23 | 12 | 240 | 111 | 100 |
| Binary | 1100010 | 11100110 | 10111010 | 111001 | 0 | 10011 | 1010 | 10100000 | 1001001 | 1000000 |
Color Harmonies of #62E6BA
Complementary color
Monochromatic Colors of #62E6BA
Black with #62E6BA
Text Example
Text Example
White with #62E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E6BA; }
p { color: rgb(98,230,186); }
H1.HeaderClassName
{
color: #62E6BA;
}
.AnyTagClassName
{
color: #62E6BA;
}
</style>
background-color css
<style>
a { background-color: #62E6BA; }
a { background-color: rgb(98,230,186); }
div.DivClassName
{
background-color: #62E6BA;
}
.BgClassName
{
background-color: #62E6BA;
}
</style>
border-color css
<style>
span { border-color: #62E6BA; }
span { border-color: rgb(98,230,186); }
td.TdClassName
{
border-color: #62E6BA;
}
.TagClassName
{
border-color: #62E6BA;
}
</style>