Shades of Downy #62ECC0
Tints of Downy #62ECC0
RGB
CMYK
RGB Variations
Color information
#62ECC0 (or 0x62ECC0) is known color: Downy. HEX triplet: 62, EC and C0. RGB value is (98,236,192). Sum of RGB (Red+Green+Blue) = 98+236+192=526 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.63% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #62ECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62ECC0 is #9D133F. Grayscale: #BDBDBD. Windows color (decimal): -10294080 or 12643426. OLE color: 12643426.
HSL color Cylindrical-coordinate representation of color #62ECC0: hue angle of 160.87º 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 #62ECC0 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 192 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.07 |
| HSL | 160.87º | 0.78% | 0.65% | - |
| HSV(B) | 160.87º | 0.58% | 0.93% | - |
| XYZ | 44.55 | 66.39 | 60.34 | - |
| YUV | 189.72 | 129.28 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 192 | 0.58 | 0 | 0.19 | 0.07 | 160.87 | 0.78 | 0.65 |
| Hex | 62 | EC | C0 | 3A | 0 | 13 | 7 | A1 | 4E | 41 |
| Octal | 142 | 354 | 300 | 72 | 0 | 23 | 7 | 241 | 116 | 101 |
| Binary | 1100010 | 11101100 | 11000000 | 111010 | 0 | 10011 | 111 | 10100001 | 1001110 | 1000001 |
Color Harmonies of #62ECC0
Complementary color
Monochromatic Colors of #62ECC0
Black with #62ECC0
Text Example
Text Example
White with #62ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ECC0; }
p { color: rgb(98,236,192); }
H1.HeaderClassName
{
color: #62ECC0;
}
.AnyTagClassName
{
color: #62ECC0;
}
</style>
background-color css
<style>
a { background-color: #62ECC0; }
a { background-color: rgb(98,236,192); }
div.DivClassName
{
background-color: #62ECC0;
}
.BgClassName
{
background-color: #62ECC0;
}
</style>
border-color css
<style>
span { border-color: #62ECC0; }
span { border-color: rgb(98,236,192); }
td.TdClassName
{
border-color: #62ECC0;
}
.TagClassName
{
border-color: #62ECC0;
}
</style>