Shades of Medium Aquamarine #5EEBAC
Tints of Medium Aquamarine #5EEBAC
RGB
CMYK
RGB Variations
Color information
#5EEBAC (or 0x5EEBAC) is known color: Medium Aquamarine. HEX triplet: 5E, EB and AC. RGB value is (94,235,172). Sum of RGB (Red+Green+Blue) = 94+235+172=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEBAC is #A11453. Grayscale: #B9B9B9. Windows color (decimal): -10556500 or 11332446. OLE color: 11332446.
HSL color Cylindrical-coordinate representation of color #5EEBAC: hue angle of 153.19º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBAC is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 172 | - |
| CMYK | 0.6 | 0 | 0.27 | 0.08 |
| HSL | 153.19º | 0.78% | 0.65% | - |
| HSV(B) | 153.19º | 0.6% | 0.92% | - |
| XYZ | 41.77 | 64.77 | 49.33 | - |
| YUV | 185.66 | 120.29 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 172 | 0.6 | 0 | 0.27 | 0.08 | 153.19 | 0.78 | 0.65 |
| Hex | 5E | EB | AC | 3C | 0 | 1B | 8 | 99 | 4E | 41 |
| Octal | 136 | 353 | 254 | 74 | 0 | 33 | 10 | 231 | 116 | 101 |
| Binary | 1011110 | 11101011 | 10101100 | 111100 | 0 | 11011 | 1000 | 10011001 | 1001110 | 1000001 |
Color Harmonies of #5EEBAC
Complementary color
Monochromatic Colors of #5EEBAC
Black with #5EEBAC
Text Example
Text Example
White with #5EEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBAC; }
p { color: rgb(94,235,172); }
H1.HeaderClassName
{
color: #5EEBAC;
}
.AnyTagClassName
{
color: #5EEBAC;
}
</style>
background-color css
<style>
a { background-color: #5EEBAC; }
a { background-color: rgb(94,235,172); }
div.DivClassName
{
background-color: #5EEBAC;
}
.BgClassName
{
background-color: #5EEBAC;
}
</style>
border-color css
<style>
span { border-color: #5EEBAC; }
span { border-color: rgb(94,235,172); }
td.TdClassName
{
border-color: #5EEBAC;
}
.TagClassName
{
border-color: #5EEBAC;
}
</style>