Shades of Downy #62ECD0
Tints of Downy #62ECD0
RGB
CMYK
RGB Variations
Color information
#62ECD0 (or 0x62ECD0) is known color: Downy. HEX triplet: 62, EC and D0. RGB value is (98,236,208). Sum of RGB (Red+Green+Blue) = 98+236+208=542 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.08% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #62ECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62ECD0 is #9D132F. Grayscale: #BFBFBF. Windows color (decimal): -10294064 or 13692002. OLE color: 13692002.
HSL color Cylindrical-coordinate representation of color #62ECD0: hue angle of 167.83º 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 #62ECD0 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 208 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.07 |
| HSL | 167.83º | 0.78% | 0.65% | - |
| HSV(B) | 167.83º | 0.58% | 0.93% | - |
| XYZ | 46.42 | 67.14 | 70.19 | - |
| YUV | 191.55 | 137.28 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 208 | 0.58 | 0 | 0.12 | 0.07 | 167.83 | 0.78 | 0.65 |
| Hex | 62 | EC | D0 | 3A | 0 | C | 7 | A8 | 4E | 41 |
| Octal | 142 | 354 | 320 | 72 | 0 | 14 | 7 | 250 | 116 | 101 |
| Binary | 1100010 | 11101100 | 11010000 | 111010 | 0 | 1100 | 111 | 10101000 | 1001110 | 1000001 |
Color Harmonies of #62ECD0
Complementary color
Monochromatic Colors of #62ECD0
Black with #62ECD0
Text Example
Text Example
White with #62ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ECD0; }
p { color: rgb(98,236,208); }
H1.HeaderClassName
{
color: #62ECD0;
}
.AnyTagClassName
{
color: #62ECD0;
}
</style>
background-color css
<style>
a { background-color: #62ECD0; }
a { background-color: rgb(98,236,208); }
div.DivClassName
{
background-color: #62ECD0;
}
.BgClassName
{
background-color: #62ECD0;
}
</style>
border-color css
<style>
span { border-color: #62ECD0; }
span { border-color: rgb(98,236,208); }
td.TdClassName
{
border-color: #62ECD0;
}
.TagClassName
{
border-color: #62ECD0;
}
</style>