Shades of Medium Aquamarine #60E2AA
Tints of Medium Aquamarine #60E2AA
RGB
CMYK
RGB Variations
Color information
#60E2AA (or 0x60E2AA) is known color: Medium Aquamarine. HEX triplet: 60, E2 and AA. RGB value is (96,226,170). Sum of RGB (Red+Green+Blue) = 96+226+170=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #60E2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E2AA is #9F1D55. Grayscale: #B4B4B4. Windows color (decimal): -10427734 or 11199072. OLE color: 11199072.
HSL color Cylindrical-coordinate representation of color #60E2AA: hue angle of 154.15º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E2AA is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 226 | 170 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.11 |
| HSL | 154.15º | 0.69% | 0.63% | - |
| HSV(B) | 154.15º | 0.58% | 0.89% | - |
| XYZ | 39.28 | 59.78 | 47.5 | - |
| YUV | 180.75 | 121.93 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 170 | 0.58 | 0 | 0.25 | 0.11 | 154.15 | 0.69 | 0.63 |
| Hex | 60 | E2 | AA | 3A | 0 | 19 | B | 9A | 45 | 3F |
| Octal | 140 | 342 | 252 | 72 | 0 | 31 | 13 | 232 | 105 | 77 |
| Binary | 1100000 | 11100010 | 10101010 | 111010 | 0 | 11001 | 1011 | 10011010 | 1000101 | 111111 |
Color Harmonies of #60E2AA
Complementary color
Monochromatic Colors of #60E2AA
Black with #60E2AA
Text Example
Text Example
White with #60E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E2AA; }
p { color: rgb(96,226,170); }
H1.HeaderClassName
{
color: #60E2AA;
}
.AnyTagClassName
{
color: #60E2AA;
}
</style>
background-color css
<style>
a { background-color: #60E2AA; }
a { background-color: rgb(96,226,170); }
div.DivClassName
{
background-color: #60E2AA;
}
.BgClassName
{
background-color: #60E2AA;
}
</style>
border-color css
<style>
span { border-color: #60E2AA; }
span { border-color: rgb(96,226,170); }
td.TdClassName
{
border-color: #60E2AA;
}
.TagClassName
{
border-color: #60E2AA;
}
</style>