Shades of Medium Aquamarine #60E2A6
Tints of Medium Aquamarine #60E2A6
RGB
CMYK
RGB Variations
Color information
#60E2A6 (or 0x60E2A6) is known color: Medium Aquamarine. HEX triplet: 60, E2 and A6. RGB value is (96,226,166). Sum of RGB (Red+Green+Blue) = 96+226+166=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #60E2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E2A6 is #9F1D59. Grayscale: #B4B4B4. Windows color (decimal): -10427738 or 10936928. OLE color: 10936928.
HSL color Cylindrical-coordinate representation of color #60E2A6: hue angle of 152.31º 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 #60E2A6 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 226 | 166 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.11 |
| HSL | 152.31º | 0.69% | 0.63% | - |
| HSV(B) | 152.31º | 0.58% | 0.89% | - |
| XYZ | 38.9 | 59.63 | 45.54 | - |
| YUV | 180.29 | 119.93 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 166 | 0.58 | 0 | 0.27 | 0.11 | 152.31 | 0.69 | 0.63 |
| Hex | 60 | E2 | A6 | 3A | 0 | 1B | B | 98 | 45 | 3F |
| Octal | 140 | 342 | 246 | 72 | 0 | 33 | 13 | 230 | 105 | 77 |
| Binary | 1100000 | 11100010 | 10100110 | 111010 | 0 | 11011 | 1011 | 10011000 | 1000101 | 111111 |
Color Harmonies of #60E2A6
Complementary color
Monochromatic Colors of #60E2A6
Black with #60E2A6
Text Example
Text Example
White with #60E2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E2A6; }
p { color: rgb(96,226,166); }
H1.HeaderClassName
{
color: #60E2A6;
}
.AnyTagClassName
{
color: #60E2A6;
}
</style>
background-color css
<style>
a { background-color: #60E2A6; }
a { background-color: rgb(96,226,166); }
div.DivClassName
{
background-color: #60E2A6;
}
.BgClassName
{
background-color: #60E2A6;
}
</style>
border-color css
<style>
span { border-color: #60E2A6; }
span { border-color: rgb(96,226,166); }
td.TdClassName
{
border-color: #60E2A6;
}
.TagClassName
{
border-color: #60E2A6;
}
</style>