Shades of Medium Aquamarine #5EF5AB
Tints of Medium Aquamarine #5EF5AB
RGB
CMYK
RGB Variations
Color information
#5EF5AB (or 0x5EF5AB) is known color: Medium Aquamarine. HEX triplet: 5E, F5 and AB. RGB value is (94,245,171). Sum of RGB (Red+Green+Blue) = 94+245+171=510 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.43% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF5AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF5AB is #A10A54. Grayscale: #BFBFBF. Windows color (decimal): -10553941 or 11269470. OLE color: 11269470.
HSL color Cylindrical-coordinate representation of color #5EF5AB: hue angle of 150.6º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF5AB is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 245 | 171 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.04 |
| HSL | 150.6º | 0.88% | 0.66% | - |
| HSV(B) | 150.6º | 0.62% | 0.96% | - |
| XYZ | 44.62 | 70.62 | 49.81 | - |
| YUV | 191.42 | 116.47 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 245 | 171 | 0.62 | 0 | 0.30 | 0.04 | 150.6 | 0.88 | 0.66 |
| Hex | 5E | F5 | AB | 3E | 0 | 1E | 4 | 97 | 58 | 42 |
| Octal | 136 | 365 | 253 | 76 | 0 | 36 | 4 | 227 | 130 | 102 |
| Binary | 1011110 | 11110101 | 10101011 | 111110 | 0 | 11110 | 100 | 10010111 | 1011000 | 1000010 |
Color Harmonies of #5EF5AB
Complementary color
Monochromatic Colors of #5EF5AB
Black with #5EF5AB
Text Example
Text Example
White with #5EF5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF5AB; }
p { color: rgb(94,245,171); }
H1.HeaderClassName
{
color: #5EF5AB;
}
.AnyTagClassName
{
color: #5EF5AB;
}
</style>
background-color css
<style>
a { background-color: #5EF5AB; }
a { background-color: rgb(94,245,171); }
div.DivClassName
{
background-color: #5EF5AB;
}
.BgClassName
{
background-color: #5EF5AB;
}
</style>
border-color css
<style>
span { border-color: #5EF5AB; }
span { border-color: rgb(94,245,171); }
td.TdClassName
{
border-color: #5EF5AB;
}
.TagClassName
{
border-color: #5EF5AB;
}
</style>