Shades of Medium Aquamarine #60EBA9
Tints of Medium Aquamarine #60EBA9
RGB
CMYK
RGB Variations
Color information
#60EBA9 (or 0x60EBA9) is known color: Medium Aquamarine. HEX triplet: 60, EB and A9. RGB value is (96,235,169). Sum of RGB (Red+Green+Blue) = 96+235+169=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EBA9 is #9F1456. Grayscale: #BABABA. Windows color (decimal): -10425431 or 11135840. OLE color: 11135840.
HSL color Cylindrical-coordinate representation of color #60EBA9: hue angle of 151.51º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EBA9 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 235 | 169 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.08 |
| HSL | 151.51º | 0.78% | 0.65% | - |
| HSV(B) | 151.51º | 0.59% | 0.92% | - |
| XYZ | 41.69 | 64.77 | 47.84 | - |
| YUV | 185.92 | 118.45 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 235 | 169 | 0.59 | 0 | 0.28 | 0.08 | 151.51 | 0.78 | 0.65 |
| Hex | 60 | EB | A9 | 3B | 0 | 1C | 8 | 98 | 4E | 41 |
| Octal | 140 | 353 | 251 | 73 | 0 | 34 | 10 | 230 | 116 | 101 |
| Binary | 1100000 | 11101011 | 10101001 | 111011 | 0 | 11100 | 1000 | 10011000 | 1001110 | 1000001 |
Color Harmonies of #60EBA9
Complementary color
Monochromatic Colors of #60EBA9
Black with #60EBA9
Text Example
Text Example
White with #60EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EBA9; }
p { color: rgb(96,235,169); }
H1.HeaderClassName
{
color: #60EBA9;
}
.AnyTagClassName
{
color: #60EBA9;
}
</style>
background-color css
<style>
a { background-color: #60EBA9; }
a { background-color: rgb(96,235,169); }
div.DivClassName
{
background-color: #60EBA9;
}
.BgClassName
{
background-color: #60EBA9;
}
</style>
border-color css
<style>
span { border-color: #60EBA9; }
span { border-color: rgb(96,235,169); }
td.TdClassName
{
border-color: #60EBA9;
}
.TagClassName
{
border-color: #60EBA9;
}
</style>