Shades of Medium Aquamarine #60E7A0
Tints of Medium Aquamarine #60E7A0
RGB
CMYK
RGB Variations
Color information
#60E7A0 (or 0x60E7A0) is known color: Medium Aquamarine. HEX triplet: 60, E7 and A0. RGB value is (96,231,160). Sum of RGB (Red+Green+Blue) = 96+231+160=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #60E7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60E7A0 is #9F185F. Grayscale: #B6B6B6. Windows color (decimal): -10426464 or 10544992. OLE color: 10544992.
HSL color Cylindrical-coordinate representation of color #60E7A0: hue angle of 148.44º 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 #60E7A0 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 231 | 160 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.09 |
| HSL | 148.44º | 0.74% | 0.64% | - |
| HSV(B) | 148.44º | 0.58% | 0.91% | - |
| XYZ | 39.74 | 62.18 | 43.16 | - |
| YUV | 182.54 | 115.27 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 231 | 160 | 0.58 | 0 | 0.31 | 0.09 | 148.44 | 0.74 | 0.64 |
| Hex | 60 | E7 | A0 | 3A | 0 | 1F | 9 | 94 | 4A | 40 |
| Octal | 140 | 347 | 240 | 72 | 0 | 37 | 11 | 224 | 112 | 100 |
| Binary | 1100000 | 11100111 | 10100000 | 111010 | 0 | 11111 | 1001 | 10010100 | 1001010 | 1000000 |
Color Harmonies of #60E7A0
Complementary color
Monochromatic Colors of #60E7A0
Black with #60E7A0
Text Example
Text Example
White with #60E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E7A0; }
p { color: rgb(96,231,160); }
H1.HeaderClassName
{
color: #60E7A0;
}
.AnyTagClassName
{
color: #60E7A0;
}
</style>
background-color css
<style>
a { background-color: #60E7A0; }
a { background-color: rgb(96,231,160); }
div.DivClassName
{
background-color: #60E7A0;
}
.BgClassName
{
background-color: #60E7A0;
}
</style>
border-color css
<style>
span { border-color: #60E7A0; }
span { border-color: rgb(96,231,160); }
td.TdClassName
{
border-color: #60E7A0;
}
.TagClassName
{
border-color: #60E7A0;
}
</style>