Shades of Medium Aquamarine #60E0A5
Tints of Medium Aquamarine #60E0A5
RGB
CMYK
RGB Variations
Color information
#60E0A5 (or 0x60E0A5) is known color: Medium Aquamarine. HEX triplet: 60, E0 and A5. RGB value is (96,224,165). Sum of RGB (Red+Green+Blue) = 96+224+165=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #60E0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E0A5 is #9F1F5A. Grayscale: #B3B3B3. Windows color (decimal): -10428251 or 10870880. OLE color: 10870880.
HSL color Cylindrical-coordinate representation of color #60E0A5: hue angle of 152.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E0A5 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 165 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.12 |
| HSL | 152.34º | 0.67% | 0.63% | - |
| HSV(B) | 152.34º | 0.57% | 0.88% | - |
| XYZ | 38.27 | 58.51 | 44.87 | - |
| YUV | 179 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 165 | 0.57 | 0 | 0.26 | 0.12 | 152.34 | 0.67 | 0.63 |
| Hex | 60 | E0 | A5 | 39 | 0 | 1A | C | 98 | 43 | 3F |
| Octal | 140 | 340 | 245 | 71 | 0 | 32 | 14 | 230 | 103 | 77 |
| Binary | 1100000 | 11100000 | 10100101 | 111001 | 0 | 11010 | 1100 | 10011000 | 1000011 | 111111 |
Color Harmonies of #60E0A5
Complementary color
Monochromatic Colors of #60E0A5
Black with #60E0A5
Text Example
Text Example
White with #60E0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E0A5; }
p { color: rgb(96,224,165); }
H1.HeaderClassName
{
color: #60E0A5;
}
.AnyTagClassName
{
color: #60E0A5;
}
</style>
background-color css
<style>
a { background-color: #60E0A5; }
a { background-color: rgb(96,224,165); }
div.DivClassName
{
background-color: #60E0A5;
}
.BgClassName
{
background-color: #60E0A5;
}
</style>
border-color css
<style>
span { border-color: #60E0A5; }
span { border-color: rgb(96,224,165); }
td.TdClassName
{
border-color: #60E0A5;
}
.TagClassName
{
border-color: #60E0A5;
}
</style>