Shades of Medium Aquamarine #60E5B1
Tints of Medium Aquamarine #60E5B1
RGB
CMYK
RGB Variations
Color information
#60E5B1 (or 0x60E5B1) is known color: Medium Aquamarine. HEX triplet: 60, E5 and B1. RGB value is (96,229,177). Sum of RGB (Red+Green+Blue) = 96+229+177=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E5B1 is #9F1A4E. Grayscale: #B7B7B7. Windows color (decimal): -10426959 or 11658592. OLE color: 11658592.
HSL color Cylindrical-coordinate representation of color #60E5B1: hue angle of 156.54º 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 #60E5B1 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 177 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.10 |
| HSL | 156.54º | 0.72% | 0.64% | - |
| HSV(B) | 156.54º | 0.58% | 0.9% | - |
| XYZ | 40.78 | 61.7 | 51.35 | - |
| YUV | 183.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 177 | 0.58 | 0 | 0.23 | 0.10 | 156.54 | 0.72 | 0.64 |
| Hex | 60 | E5 | B1 | 3A | 0 | 17 | A | 9D | 48 | 40 |
| Octal | 140 | 345 | 261 | 72 | 0 | 27 | 12 | 235 | 110 | 100 |
| Binary | 1100000 | 11100101 | 10110001 | 111010 | 0 | 10111 | 1010 | 10011101 | 1001000 | 1000000 |
Color Harmonies of #60E5B1
Complementary color
Monochromatic Colors of #60E5B1
Black with #60E5B1
Text Example
Text Example
White with #60E5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E5B1; }
p { color: rgb(96,229,177); }
H1.HeaderClassName
{
color: #60E5B1;
}
.AnyTagClassName
{
color: #60E5B1;
}
</style>
background-color css
<style>
a { background-color: #60E5B1; }
a { background-color: rgb(96,229,177); }
div.DivClassName
{
background-color: #60E5B1;
}
.BgClassName
{
background-color: #60E5B1;
}
</style>
border-color css
<style>
span { border-color: #60E5B1; }
span { border-color: rgb(96,229,177); }
td.TdClassName
{
border-color: #60E5B1;
}
.TagClassName
{
border-color: #60E5B1;
}
</style>