Shades of Medium Aquamarine #62CEA0
Tints of Medium Aquamarine #62CEA0
RGB
CMYK
RGB Variations
Color information
#62CEA0 (or 0x62CEA0) is known color: Medium Aquamarine. HEX triplet: 62, CE and A0. RGB value is (98,206,160). Sum of RGB (Red+Green+Blue) = 98+206+160=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #62CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CEA0 is #9D315F. Grayscale: #A8A8A8. Windows color (decimal): -10301792 or 10538594. OLE color: 10538594.
HSL color Cylindrical-coordinate representation of color #62CEA0: hue angle of 154.44º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CEA0 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 160 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.19 |
| HSL | 154.44º | 0.52% | 0.6% | - |
| HSV(B) | 154.44º | 0.52% | 0.81% | - |
| XYZ | 33.45 | 49.28 | 41.01 | - |
| YUV | 168.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 160 | 0.52 | 0 | 0.22 | 0.19 | 154.44 | 0.52 | 0.6 |
| Hex | 62 | CE | A0 | 34 | 0 | 16 | 13 | 9A | 34 | 3C |
| Octal | 142 | 316 | 240 | 64 | 0 | 26 | 23 | 232 | 64 | 74 |
| Binary | 1100010 | 11001110 | 10100000 | 110100 | 0 | 10110 | 10011 | 10011010 | 110100 | 111100 |
Color Harmonies of #62CEA0
Complementary color
Monochromatic Colors of #62CEA0
Black with #62CEA0
Text Example
Text Example
White with #62CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CEA0; }
p { color: rgb(98,206,160); }
H1.HeaderClassName
{
color: #62CEA0;
}
.AnyTagClassName
{
color: #62CEA0;
}
</style>
background-color css
<style>
a { background-color: #62CEA0; }
a { background-color: rgb(98,206,160); }
div.DivClassName
{
background-color: #62CEA0;
}
.BgClassName
{
background-color: #62CEA0;
}
</style>
border-color css
<style>
span { border-color: #62CEA0; }
span { border-color: rgb(98,206,160); }
td.TdClassName
{
border-color: #62CEA0;
}
.TagClassName
{
border-color: #62CEA0;
}
</style>