Shades of Medium Aquamarine #62F2A0
Tints of Medium Aquamarine #62F2A0
RGB
CMYK
RGB Variations
Color information
#62F2A0 (or 0x62F2A0) is known color: Medium Aquamarine. HEX triplet: 62, F2 and A0. RGB value is (98,242,160). Sum of RGB (Red+Green+Blue) = 98+242+160=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #62F2A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #62F2A0 is #9D0D5F. Grayscale: #BDBDBD. Windows color (decimal): -10292576 or 10547810. OLE color: 10547810.
HSL color Cylindrical-coordinate representation of color #62F2A0: hue angle of 145.83º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62F2A0 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 242 | 160 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.05 |
| HSL | 145.83º | 0.85% | 0.67% | - |
| HSV(B) | 145.83º | 0.6% | 0.95% | - |
| XYZ | 43.13 | 68.64 | 44.23 | - |
| YUV | 189.6 | 111.29 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 242 | 160 | 0.60 | 0 | 0.34 | 0.05 | 145.83 | 0.85 | 0.67 |
| Hex | 62 | F2 | A0 | 3C | 0 | 22 | 5 | 92 | 55 | 43 |
| Octal | 142 | 362 | 240 | 74 | 0 | 42 | 5 | 222 | 125 | 103 |
| Binary | 1100010 | 11110010 | 10100000 | 111100 | 0 | 100010 | 101 | 10010010 | 1010101 | 1000011 |
Color Harmonies of #62F2A0
Complementary color
Monochromatic Colors of #62F2A0
Black with #62F2A0
Text Example
Text Example
White with #62F2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F2A0; }
p { color: rgb(98,242,160); }
H1.HeaderClassName
{
color: #62F2A0;
}
.AnyTagClassName
{
color: #62F2A0;
}
</style>
background-color css
<style>
a { background-color: #62F2A0; }
a { background-color: rgb(98,242,160); }
div.DivClassName
{
background-color: #62F2A0;
}
.BgClassName
{
background-color: #62F2A0;
}
</style>
border-color css
<style>
span { border-color: #62F2A0; }
span { border-color: rgb(98,242,160); }
td.TdClassName
{
border-color: #62F2A0;
}
.TagClassName
{
border-color: #62F2A0;
}
</style>