Shades of Downy #62E4CE
Tints of Downy #62E4CE
RGB
CMYK
RGB Variations
Color information
#62E4CE (or 0x62E4CE) is known color: Downy. HEX triplet: 62, E4 and CE. RGB value is (98,228,206). Sum of RGB (Red+Green+Blue) = 98+228+206=532 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.42% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #62E4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E4CE is #9D1B31. Grayscale: #BABABA. Windows color (decimal): -10296114 or 13558882. OLE color: 13558882.
HSL color Cylindrical-coordinate representation of color #62E4CE: hue angle of 169.85º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62E4CE is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 228 | 206 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.11 |
| HSL | 169.85º | 0.71% | 0.64% | - |
| HSV(B) | 169.85º | 0.57% | 0.89% | - |
| XYZ | 43.92 | 62.54 | 68.15 | - |
| YUV | 186.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 228 | 206 | 0.57 | 0 | 0.10 | 0.11 | 169.85 | 0.71 | 0.64 |
| Hex | 62 | E4 | CE | 39 | 0 | A | B | AA | 47 | 40 |
| Octal | 142 | 344 | 316 | 71 | 0 | 12 | 13 | 252 | 107 | 100 |
| Binary | 1100010 | 11100100 | 11001110 | 111001 | 0 | 1010 | 1011 | 10101010 | 1000111 | 1000000 |
Color Harmonies of #62E4CE
Complementary color
Monochromatic Colors of #62E4CE
Black with #62E4CE
Text Example
Text Example
White with #62E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E4CE; }
p { color: rgb(98,228,206); }
H1.HeaderClassName
{
color: #62E4CE;
}
.AnyTagClassName
{
color: #62E4CE;
}
</style>
background-color css
<style>
a { background-color: #62E4CE; }
a { background-color: rgb(98,228,206); }
div.DivClassName
{
background-color: #62E4CE;
}
.BgClassName
{
background-color: #62E4CE;
}
</style>
border-color css
<style>
span { border-color: #62E4CE; }
span { border-color: rgb(98,228,206); }
td.TdClassName
{
border-color: #62E4CE;
}
.TagClassName
{
border-color: #62E4CE;
}
</style>