Shades of Medium Aquamarine #62D0AA
Tints of Medium Aquamarine #62D0AA
RGB
CMYK
RGB Variations
Color information
#62D0AA (or 0x62D0AA) is known color: Medium Aquamarine. HEX triplet: 62, D0 and AA. RGB value is (98,208,170). Sum of RGB (Red+Green+Blue) = 98+208+170=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #62D0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62D0AA is #9D2F55. Grayscale: #AAAAAA. Windows color (decimal): -10301270 or 11194466. OLE color: 11194466.
HSL color Cylindrical-coordinate representation of color #62D0AA: hue angle of 159.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62D0AA is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 208 | 170 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.18 |
| HSL | 159.27º | 0.54% | 0.6% | - |
| HSV(B) | 159.27º | 0.53% | 0.82% | - |
| XYZ | 34.85 | 50.61 | 45.96 | - |
| YUV | 170.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 170 | 0.53 | 0 | 0.18 | 0.18 | 159.27 | 0.54 | 0.6 |
| Hex | 62 | D0 | AA | 35 | 0 | 12 | 12 | 9F | 36 | 3C |
| Octal | 142 | 320 | 252 | 65 | 0 | 22 | 22 | 237 | 66 | 74 |
| Binary | 1100010 | 11010000 | 10101010 | 110101 | 0 | 10010 | 10010 | 10011111 | 110110 | 111100 |
Color Harmonies of #62D0AA
Complementary color
Monochromatic Colors of #62D0AA
Black with #62D0AA
Text Example
Text Example
White with #62D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D0AA; }
p { color: rgb(98,208,170); }
H1.HeaderClassName
{
color: #62D0AA;
}
.AnyTagClassName
{
color: #62D0AA;
}
</style>
background-color css
<style>
a { background-color: #62D0AA; }
a { background-color: rgb(98,208,170); }
div.DivClassName
{
background-color: #62D0AA;
}
.BgClassName
{
background-color: #62D0AA;
}
</style>
border-color css
<style>
span { border-color: #62D0AA; }
span { border-color: rgb(98,208,170); }
td.TdClassName
{
border-color: #62D0AA;
}
.TagClassName
{
border-color: #62D0AA;
}
</style>