Shades of Medium Aquamarine #5EFAB2
Tints of Medium Aquamarine #5EFAB2
RGB
CMYK
RGB Variations
Color information
#5EFAB2 (or 0x5EFAB2) is known color: Medium Aquamarine. HEX triplet: 5E, FA and B2. RGB value is (94,250,178). Sum of RGB (Red+Green+Blue) = 94+250+178=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFAB2 is #A1054D. Grayscale: #C3C3C3. Windows color (decimal): -10552654 or 11729502. OLE color: 11729502.
HSL color Cylindrical-coordinate representation of color #5EFAB2: hue angle of 152.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFAB2 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 178 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.02 |
| HSL | 152.31º | 0.94% | 0.67% | - |
| HSV(B) | 152.31º | 0.62% | 0.98% | - |
| XYZ | 46.84 | 73.97 | 53.93 | - |
| YUV | 195.15 | 118.32 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 178 | 0.62 | 0 | 0.29 | 0.02 | 152.31 | 0.94 | 0.67 |
| Hex | 5E | FA | B2 | 3E | 0 | 1D | 2 | 98 | 5E | 43 |
| Octal | 136 | 372 | 262 | 76 | 0 | 35 | 2 | 230 | 136 | 103 |
| Binary | 1011110 | 11111010 | 10110010 | 111110 | 0 | 11101 | 10 | 10011000 | 1011110 | 1000011 |
Color Harmonies of #5EFAB2
Complementary color
Monochromatic Colors of #5EFAB2
Black with #5EFAB2
Text Example
Text Example
White with #5EFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAB2; }
p { color: rgb(94,250,178); }
H1.HeaderClassName
{
color: #5EFAB2;
}
.AnyTagClassName
{
color: #5EFAB2;
}
</style>
background-color css
<style>
a { background-color: #5EFAB2; }
a { background-color: rgb(94,250,178); }
div.DivClassName
{
background-color: #5EFAB2;
}
.BgClassName
{
background-color: #5EFAB2;
}
</style>
border-color css
<style>
span { border-color: #5EFAB2; }
span { border-color: rgb(94,250,178); }
td.TdClassName
{
border-color: #5EFAB2;
}
.TagClassName
{
border-color: #5EFAB2;
}
</style>