Shades of Medium Aquamarine #5EE9AC
Tints of Medium Aquamarine #5EE9AC
RGB
CMYK
RGB Variations
Color information
#5EE9AC (or 0x5EE9AC) is known color: Medium Aquamarine. HEX triplet: 5E, E9 and AC. RGB value is (94,233,172). Sum of RGB (Red+Green+Blue) = 94+233+172=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE9AC is #A11653. Grayscale: #B8B8B8. Windows color (decimal): -10557012 or 11331934. OLE color: 11331934.
HSL color Cylindrical-coordinate representation of color #5EE9AC: hue angle of 153.67º 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 #5EE9AC is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 172 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.09 |
| HSL | 153.67º | 0.76% | 0.64% | - |
| HSV(B) | 153.67º | 0.6% | 0.91% | - |
| XYZ | 41.2 | 63.64 | 49.14 | - |
| YUV | 184.49 | 120.95 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 172 | 0.60 | 0 | 0.26 | 0.09 | 153.67 | 0.76 | 0.64 |
| Hex | 5E | E9 | AC | 3C | 0 | 1A | 9 | 9A | 4C | 40 |
| Octal | 136 | 351 | 254 | 74 | 0 | 32 | 11 | 232 | 114 | 100 |
| Binary | 1011110 | 11101001 | 10101100 | 111100 | 0 | 11010 | 1001 | 10011010 | 1001100 | 1000000 |
Color Harmonies of #5EE9AC
Complementary color
Monochromatic Colors of #5EE9AC
Black with #5EE9AC
Text Example
Text Example
White with #5EE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE9AC; }
p { color: rgb(94,233,172); }
H1.HeaderClassName
{
color: #5EE9AC;
}
.AnyTagClassName
{
color: #5EE9AC;
}
</style>
background-color css
<style>
a { background-color: #5EE9AC; }
a { background-color: rgb(94,233,172); }
div.DivClassName
{
background-color: #5EE9AC;
}
.BgClassName
{
background-color: #5EE9AC;
}
</style>
border-color css
<style>
span { border-color: #5EE9AC; }
span { border-color: rgb(94,233,172); }
td.TdClassName
{
border-color: #5EE9AC;
}
.TagClassName
{
border-color: #5EE9AC;
}
</style>