Shades of Medium Aquamarine #5EEBAF
Tints of Medium Aquamarine #5EEBAF
RGB
CMYK
RGB Variations
Color information
#5EEBAF (or 0x5EEBAF) is known color: Medium Aquamarine. HEX triplet: 5E, EB and AF. RGB value is (94,235,175). Sum of RGB (Red+Green+Blue) = 94+235+175=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEBAF is #A11450. Grayscale: #BABABA. Windows color (decimal): -10556497 or 11529054. OLE color: 11529054.
HSL color Cylindrical-coordinate representation of color #5EEBAF: hue angle of 154.47º 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 #5EEBAF is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 175 | - |
| CMYK | 0.6 | 0 | 0.26 | 0.08 |
| HSL | 154.47º | 0.78% | 0.65% | - |
| HSV(B) | 154.47º | 0.6% | 0.92% | - |
| XYZ | 42.06 | 64.89 | 50.87 | - |
| YUV | 186 | 121.79 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 175 | 0.6 | 0 | 0.26 | 0.08 | 154.47 | 0.78 | 0.65 |
| Hex | 5E | EB | AF | 3C | 0 | 1A | 8 | 9A | 4E | 41 |
| Octal | 136 | 353 | 257 | 74 | 0 | 32 | 10 | 232 | 116 | 101 |
| Binary | 1011110 | 11101011 | 10101111 | 111100 | 0 | 11010 | 1000 | 10011010 | 1001110 | 1000001 |
Color Harmonies of #5EEBAF
Complementary color
Monochromatic Colors of #5EEBAF
Black with #5EEBAF
Text Example
Text Example
White with #5EEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBAF; }
p { color: rgb(94,235,175); }
H1.HeaderClassName
{
color: #5EEBAF;
}
.AnyTagClassName
{
color: #5EEBAF;
}
</style>
background-color css
<style>
a { background-color: #5EEBAF; }
a { background-color: rgb(94,235,175); }
div.DivClassName
{
background-color: #5EEBAF;
}
.BgClassName
{
background-color: #5EEBAF;
}
</style>
border-color css
<style>
span { border-color: #5EEBAF; }
span { border-color: rgb(94,235,175); }
td.TdClassName
{
border-color: #5EEBAF;
}
.TagClassName
{
border-color: #5EEBAF;
}
</style>