Shades of Medium Aquamarine #60E5AC
Tints of Medium Aquamarine #60E5AC
RGB
CMYK
RGB Variations
Color information
#60E5AC (or 0x60E5AC) is known color: Medium Aquamarine. HEX triplet: 60, E5 and AC. RGB value is (96,229,172). Sum of RGB (Red+Green+Blue) = 96+229+172=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E5AC is #9F1A53. Grayscale: #B6B6B6. Windows color (decimal): -10426964 or 11330912. OLE color: 11330912.
HSL color Cylindrical-coordinate representation of color #60E5AC: hue angle of 154.29º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E5AC is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 172 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.10 |
| HSL | 154.29º | 0.72% | 0.64% | - |
| HSV(B) | 154.29º | 0.58% | 0.9% | - |
| XYZ | 40.29 | 61.5 | 48.78 | - |
| YUV | 182.74 | 121.94 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 172 | 0.58 | 0 | 0.25 | 0.10 | 154.29 | 0.72 | 0.64 |
| Hex | 60 | E5 | AC | 3A | 0 | 19 | A | 9A | 48 | 40 |
| Octal | 140 | 345 | 254 | 72 | 0 | 31 | 12 | 232 | 110 | 100 |
| Binary | 1100000 | 11100101 | 10101100 | 111010 | 0 | 11001 | 1010 | 10011010 | 1001000 | 1000000 |
Color Harmonies of #60E5AC
Complementary color
Monochromatic Colors of #60E5AC
Black with #60E5AC
Text Example
Text Example
White with #60E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E5AC; }
p { color: rgb(96,229,172); }
H1.HeaderClassName
{
color: #60E5AC;
}
.AnyTagClassName
{
color: #60E5AC;
}
</style>
background-color css
<style>
a { background-color: #60E5AC; }
a { background-color: rgb(96,229,172); }
div.DivClassName
{
background-color: #60E5AC;
}
.BgClassName
{
background-color: #60E5AC;
}
</style>
border-color css
<style>
span { border-color: #60E5AC; }
span { border-color: rgb(96,229,172); }
td.TdClassName
{
border-color: #60E5AC;
}
.TagClassName
{
border-color: #60E5AC;
}
</style>