Shades of Downy #62EABD
Tints of Downy #62EABD
RGB
CMYK
RGB Variations
Color information
#62EABD (or 0x62EABD) is known color: Downy. HEX triplet: 62, EA and BD. RGB value is (98,234,189). Sum of RGB (Red+Green+Blue) = 98+234+189=521 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.81% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #62EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62EABD is #9D1542. Grayscale: #BCBCBC. Windows color (decimal): -10294595 or 12446306. OLE color: 12446306.
HSL color Cylindrical-coordinate representation of color #62EABD: hue angle of 160.15º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62EABD is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 234 | 189 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.08 |
| HSL | 160.15º | 0.76% | 0.65% | - |
| HSV(B) | 160.15º | 0.58% | 0.92% | - |
| XYZ | 43.65 | 65.12 | 58.41 | - |
| YUV | 188.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 234 | 189 | 0.58 | 0 | 0.19 | 0.08 | 160.15 | 0.76 | 0.65 |
| Hex | 62 | EA | BD | 3A | 0 | 13 | 8 | A0 | 4C | 41 |
| Octal | 142 | 352 | 275 | 72 | 0 | 23 | 10 | 240 | 114 | 101 |
| Binary | 1100010 | 11101010 | 10111101 | 111010 | 0 | 10011 | 1000 | 10100000 | 1001100 | 1000001 |
Color Harmonies of #62EABD
Complementary color
Monochromatic Colors of #62EABD
Black with #62EABD
Text Example
Text Example
White with #62EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EABD; }
p { color: rgb(98,234,189); }
H1.HeaderClassName
{
color: #62EABD;
}
.AnyTagClassName
{
color: #62EABD;
}
</style>
background-color css
<style>
a { background-color: #62EABD; }
a { background-color: rgb(98,234,189); }
div.DivClassName
{
background-color: #62EABD;
}
.BgClassName
{
background-color: #62EABD;
}
</style>
border-color css
<style>
span { border-color: #62EABD; }
span { border-color: rgb(98,234,189); }
td.TdClassName
{
border-color: #62EABD;
}
.TagClassName
{
border-color: #62EABD;
}
</style>