Shades of Medium Aquamarine #5EE9AF
Tints of Medium Aquamarine #5EE9AF
RGB
CMYK
RGB Variations
Color information
#5EE9AF (or 0x5EE9AF) is known color: Medium Aquamarine. HEX triplet: 5E, E9 and AF. RGB value is (94,233,175). Sum of RGB (Red+Green+Blue) = 94+233+175=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE9AF is #A11650. Grayscale: #B8B8B8. Windows color (decimal): -10557009 or 11528542. OLE color: 11528542.
HSL color Cylindrical-coordinate representation of color #5EE9AF: hue angle of 154.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EE9AF is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 175 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.09 |
| HSL | 154.96º | 0.76% | 0.64% | - |
| HSV(B) | 154.96º | 0.6% | 0.91% | - |
| XYZ | 41.49 | 63.75 | 50.68 | - |
| YUV | 184.83 | 122.45 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 175 | 0.60 | 0 | 0.25 | 0.09 | 154.96 | 0.76 | 0.64 |
| Hex | 5E | E9 | AF | 3C | 0 | 19 | 9 | 9B | 4C | 40 |
| Octal | 136 | 351 | 257 | 74 | 0 | 31 | 11 | 233 | 114 | 100 |
| Binary | 1011110 | 11101001 | 10101111 | 111100 | 0 | 11001 | 1001 | 10011011 | 1001100 | 1000000 |
Color Harmonies of #5EE9AF
Complementary color
Monochromatic Colors of #5EE9AF
Black with #5EE9AF
Text Example
Text Example
White with #5EE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE9AF; }
p { color: rgb(94,233,175); }
H1.HeaderClassName
{
color: #5EE9AF;
}
.AnyTagClassName
{
color: #5EE9AF;
}
</style>
background-color css
<style>
a { background-color: #5EE9AF; }
a { background-color: rgb(94,233,175); }
div.DivClassName
{
background-color: #5EE9AF;
}
.BgClassName
{
background-color: #5EE9AF;
}
</style>
border-color css
<style>
span { border-color: #5EE9AF; }
span { border-color: rgb(94,233,175); }
td.TdClassName
{
border-color: #5EE9AF;
}
.TagClassName
{
border-color: #5EE9AF;
}
</style>