Shades of Downy #62E2C2
Tints of Downy #62E2C2
RGB
CMYK
RGB Variations
Color information
#62E2C2 (or 0x62E2C2) is known color: Downy. HEX triplet: 62, E2 and C2. RGB value is (98,226,194). Sum of RGB (Red+Green+Blue) = 98+226+194=518 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.92% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #62E2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E2C2 is #9D1D3D. Grayscale: #B8B8B8. Windows color (decimal): -10296638 or 12771938. OLE color: 12771938.
HSL color Cylindrical-coordinate representation of color #62E2C2: hue angle of 165º degrees, saturation: 0.69, 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 #62E2C2 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 226 | 194 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.11 |
| HSL | 165º | 0.69% | 0.64% | - |
| HSV(B) | 165º | 0.57% | 0.89% | - |
| XYZ | 41.97 | 60.88 | 60.58 | - |
| YUV | 184.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 226 | 194 | 0.57 | 0 | 0.14 | 0.11 | 165 | 0.69 | 0.64 |
| Hex | 62 | E2 | C2 | 39 | 0 | E | B | A5 | 45 | 40 |
| Octal | 142 | 342 | 302 | 71 | 0 | 16 | 13 | 245 | 105 | 100 |
| Binary | 1100010 | 11100010 | 11000010 | 111001 | 0 | 1110 | 1011 | 10100101 | 1000101 | 1000000 |
Color Harmonies of #62E2C2
Complementary color
Monochromatic Colors of #62E2C2
Black with #62E2C2
Text Example
Text Example
White with #62E2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E2C2; }
p { color: rgb(98,226,194); }
H1.HeaderClassName
{
color: #62E2C2;
}
.AnyTagClassName
{
color: #62E2C2;
}
</style>
background-color css
<style>
a { background-color: #62E2C2; }
a { background-color: rgb(98,226,194); }
div.DivClassName
{
background-color: #62E2C2;
}
.BgClassName
{
background-color: #62E2C2;
}
</style>
border-color css
<style>
span { border-color: #62E2C2; }
span { border-color: rgb(98,226,194); }
td.TdClassName
{
border-color: #62E2C2;
}
.TagClassName
{
border-color: #62E2C2;
}
</style>