Shades of Medium Spring Green #02E6AA
Tints of Medium Spring Green #02E6AA
RGB
CMYK
RGB Variations
Color information
#02E6AA (or 0x02E6AA) is known color: Medium Spring Green. HEX triplet: 02, E6 and AA. RGB value is (2,230,170). Sum of RGB (Red+Green+Blue) = 2+230+170=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 230 (90.23% from 255 or 57.21% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 230 - color contains mainly: green. Hex color #02E6AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E6AA is #FD1955. Grayscale: #9A9A9A. Windows color (decimal): -16587094 or 11200002. OLE color: 11200002.
HSL color Cylindrical-coordinate representation of color #02E6AA: hue angle of 164.21º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E6AA is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 170 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.10 |
| HSL | 164.21º | 0.98% | 0.45% | - |
| HSV(B) | 164.21º | 0.99% | 0.9% | - |
| XYZ | 35.58 | 59.51 | 47.64 | - |
| YUV | 154.99 | 136.46 | 18.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 170 | 0.99 | 0 | 0.26 | 0.10 | 164.21 | 0.98 | 0.45 |
| Hex | 2 | E6 | AA | 63 | 0 | 1A | A | A4 | 62 | 2D |
| Octal | 2 | 346 | 252 | 143 | 0 | 32 | 12 | 244 | 142 | 55 |
| Binary | 10 | 11100110 | 10101010 | 1100011 | 0 | 11010 | 1010 | 10100100 | 1100010 | 101101 |
Color Harmonies of #02E6AA
Complementary color
Monochromatic Colors of #02E6AA
Black with #02E6AA
Text Example
Text Example
White with #02E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E6AA; }
p { color: rgb(2,230,170); }
H1.HeaderClassName
{
color: #02E6AA;
}
.AnyTagClassName
{
color: #02E6AA;
}
</style>
background-color css
<style>
a { background-color: #02E6AA; }
a { background-color: rgb(2,230,170); }
div.DivClassName
{
background-color: #02E6AA;
}
.BgClassName
{
background-color: #02E6AA;
}
</style>
border-color css
<style>
span { border-color: #02E6AA; }
span { border-color: rgb(2,230,170); }
td.TdClassName
{
border-color: #02E6AA;
}
.TagClassName
{
border-color: #02E6AA;
}
</style>