Shades of Downy #62ECBC
Tints of Downy #62ECBC
RGB
CMYK
RGB Variations
Color information
#62ECBC (or 0x62ECBC) is known color: Downy. HEX triplet: 62, EC and BC. RGB value is (98,236,188). Sum of RGB (Red+Green+Blue) = 98+236+188=522 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.77% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #62ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62ECBC is #9D1343. Grayscale: #BDBDBD. Windows color (decimal): -10294084 or 12381282. OLE color: 12381282.
HSL color Cylindrical-coordinate representation of color #62ECBC: hue angle of 159.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62ECBC is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 188 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.07 |
| HSL | 159.13º | 0.78% | 0.65% | - |
| HSV(B) | 159.13º | 0.58% | 0.93% | - |
| XYZ | 44.11 | 66.22 | 58.03 | - |
| YUV | 189.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 188 | 0.58 | 0 | 0.20 | 0.07 | 159.13 | 0.78 | 0.65 |
| Hex | 62 | EC | BC | 3A | 0 | 14 | 7 | 9F | 4E | 41 |
| Octal | 142 | 354 | 274 | 72 | 0 | 24 | 7 | 237 | 116 | 101 |
| Binary | 1100010 | 11101100 | 10111100 | 111010 | 0 | 10100 | 111 | 10011111 | 1001110 | 1000001 |
Color Harmonies of #62ECBC
Complementary color
Monochromatic Colors of #62ECBC
Black with #62ECBC
Text Example
Text Example
White with #62ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ECBC; }
p { color: rgb(98,236,188); }
H1.HeaderClassName
{
color: #62ECBC;
}
.AnyTagClassName
{
color: #62ECBC;
}
</style>
background-color css
<style>
a { background-color: #62ECBC; }
a { background-color: rgb(98,236,188); }
div.DivClassName
{
background-color: #62ECBC;
}
.BgClassName
{
background-color: #62ECBC;
}
</style>
border-color css
<style>
span { border-color: #62ECBC; }
span { border-color: rgb(98,236,188); }
td.TdClassName
{
border-color: #62ECBC;
}
.TagClassName
{
border-color: #62ECBC;
}
</style>