Shades of Medium Aquamarine #62DDA0
Tints of Medium Aquamarine #62DDA0
RGB
CMYK
RGB Variations
Color information
#62DDA0 (or 0x62DDA0) is known color: Medium Aquamarine. HEX triplet: 62, DD and A0. RGB value is (98,221,160). Sum of RGB (Red+Green+Blue) = 98+221+160=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62DDA0 is #9D225F. Grayscale: #B1B1B1. Windows color (decimal): -10297952 or 10542434. OLE color: 10542434.
HSL color Cylindrical-coordinate representation of color #62DDA0: hue angle of 150.24º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62DDA0 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 160 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.13 |
| HSL | 150.24º | 0.64% | 0.63% | - |
| HSV(B) | 150.24º | 0.56% | 0.87% | - |
| XYZ | 37.24 | 56.85 | 42.27 | - |
| YUV | 177.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 160 | 0.56 | 0 | 0.28 | 0.13 | 150.24 | 0.64 | 0.63 |
| Hex | 62 | DD | A0 | 38 | 0 | 1C | D | 96 | 40 | 3F |
| Octal | 142 | 335 | 240 | 70 | 0 | 34 | 15 | 226 | 100 | 77 |
| Binary | 1100010 | 11011101 | 10100000 | 111000 | 0 | 11100 | 1101 | 10010110 | 1000000 | 111111 |
Color Harmonies of #62DDA0
Complementary color
Monochromatic Colors of #62DDA0
Black with #62DDA0
Text Example
Text Example
White with #62DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DDA0; }
p { color: rgb(98,221,160); }
H1.HeaderClassName
{
color: #62DDA0;
}
.AnyTagClassName
{
color: #62DDA0;
}
</style>
background-color css
<style>
a { background-color: #62DDA0; }
a { background-color: rgb(98,221,160); }
div.DivClassName
{
background-color: #62DDA0;
}
.BgClassName
{
background-color: #62DDA0;
}
</style>
border-color css
<style>
span { border-color: #62DDA0; }
span { border-color: rgb(98,221,160); }
td.TdClassName
{
border-color: #62DDA0;
}
.TagClassName
{
border-color: #62DDA0;
}
</style>