Shades of Medium Aquamarine #60E7A1
Tints of Medium Aquamarine #60E7A1
RGB
CMYK
RGB Variations
Color information
#60E7A1 (or 0x60E7A1) is known color: Medium Aquamarine. HEX triplet: 60, E7 and A1. RGB value is (96,231,161). Sum of RGB (Red+Green+Blue) = 96+231+161=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #60E7A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60E7A1 is #9F185E. Grayscale: #B6B6B6. Windows color (decimal): -10426463 or 10610528. OLE color: 10610528.
HSL color Cylindrical-coordinate representation of color #60E7A1: hue angle of 148.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E7A1 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 231 | 161 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.09 |
| HSL | 148.89º | 0.74% | 0.64% | - |
| HSV(B) | 148.89º | 0.58% | 0.91% | - |
| XYZ | 39.83 | 62.21 | 43.63 | - |
| YUV | 182.66 | 115.77 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 231 | 161 | 0.58 | 0 | 0.30 | 0.09 | 148.89 | 0.74 | 0.64 |
| Hex | 60 | E7 | A1 | 3A | 0 | 1E | 9 | 95 | 4A | 40 |
| Octal | 140 | 347 | 241 | 72 | 0 | 36 | 11 | 225 | 112 | 100 |
| Binary | 1100000 | 11100111 | 10100001 | 111010 | 0 | 11110 | 1001 | 10010101 | 1001010 | 1000000 |
Color Harmonies of #60E7A1
Complementary color
Monochromatic Colors of #60E7A1
Black with #60E7A1
Text Example
Text Example
White with #60E7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E7A1; }
p { color: rgb(96,231,161); }
H1.HeaderClassName
{
color: #60E7A1;
}
.AnyTagClassName
{
color: #60E7A1;
}
</style>
background-color css
<style>
a { background-color: #60E7A1; }
a { background-color: rgb(96,231,161); }
div.DivClassName
{
background-color: #60E7A1;
}
.BgClassName
{
background-color: #60E7A1;
}
</style>
border-color css
<style>
span { border-color: #60E7A1; }
span { border-color: rgb(96,231,161); }
td.TdClassName
{
border-color: #60E7A1;
}
.TagClassName
{
border-color: #60E7A1;
}
</style>