Shades of Medium Aquamarine #62D0A6
Tints of Medium Aquamarine #62D0A6
RGB
CMYK
RGB Variations
Color information
#62D0A6 (or 0x62D0A6) is known color: Medium Aquamarine. HEX triplet: 62, D0 and A6. RGB value is (98,208,166). Sum of RGB (Red+Green+Blue) = 98+208+166=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #62D0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62D0A6 is #9D2F59. Grayscale: #AAAAAA. Windows color (decimal): -10301274 or 10932322. OLE color: 10932322.
HSL color Cylindrical-coordinate representation of color #62D0A6: hue angle of 157.09º 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 #62D0A6 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 208 | 166 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.18 |
| HSL | 157.09º | 0.54% | 0.6% | - |
| HSV(B) | 157.09º | 0.53% | 0.82% | - |
| XYZ | 34.48 | 50.46 | 44 | - |
| YUV | 170.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 166 | 0.53 | 0 | 0.20 | 0.18 | 157.09 | 0.54 | 0.6 |
| Hex | 62 | D0 | A6 | 35 | 0 | 14 | 12 | 9D | 36 | 3C |
| Octal | 142 | 320 | 246 | 65 | 0 | 24 | 22 | 235 | 66 | 74 |
| Binary | 1100010 | 11010000 | 10100110 | 110101 | 0 | 10100 | 10010 | 10011101 | 110110 | 111100 |
Color Harmonies of #62D0A6
Complementary color
Monochromatic Colors of #62D0A6
Black with #62D0A6
Text Example
Text Example
White with #62D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D0A6; }
p { color: rgb(98,208,166); }
H1.HeaderClassName
{
color: #62D0A6;
}
.AnyTagClassName
{
color: #62D0A6;
}
</style>
background-color css
<style>
a { background-color: #62D0A6; }
a { background-color: rgb(98,208,166); }
div.DivClassName
{
background-color: #62D0A6;
}
.BgClassName
{
background-color: #62D0A6;
}
</style>
border-color css
<style>
span { border-color: #62D0A6; }
span { border-color: rgb(98,208,166); }
td.TdClassName
{
border-color: #62D0A6;
}
.TagClassName
{
border-color: #62D0A6;
}
</style>