Shades of Medium Aquamarine #5EFEAE
Tints of Medium Aquamarine #5EFEAE
RGB
CMYK
RGB Variations
Color information
#5EFEAE (or 0x5EFEAE) is known color: Medium Aquamarine. HEX triplet: 5E, FE and AE. RGB value is (94,254,174). Sum of RGB (Red+Green+Blue) = 94+254+174=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFEAE is #A10151. Grayscale: #C5C5C5. Windows color (decimal): -10551634 or 11468382. OLE color: 11468382.
HSL color Cylindrical-coordinate representation of color #5EFEAE: hue angle of 150º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFEAE is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 174 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.00 |
| HSL | 150º | 0.99% | 0.68% | - |
| HSV(B) | 150º | 0.63% | 1% | - |
| XYZ | 47.7 | 76.32 | 52.26 | - |
| YUV | 197.04 | 114.99 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 174 | 0.63 | 0 | 0.31 | 0.00 | 150 | 0.99 | 0.68 |
| Hex | 5E | FE | AE | 3F | 0 | 1F | 0 | 96 | 63 | 44 |
| Octal | 136 | 376 | 256 | 77 | 0 | 37 | 0 | 226 | 143 | 104 |
| Binary | 1011110 | 11111110 | 10101110 | 111111 | 0 | 11111 | 0 | 10010110 | 1100011 | 1000100 |
Color Harmonies of #5EFEAE
Complementary color
Monochromatic Colors of #5EFEAE
Black with #5EFEAE
Text Example
Text Example
White with #5EFEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFEAE; }
p { color: rgb(94,254,174); }
H1.HeaderClassName
{
color: #5EFEAE;
}
.AnyTagClassName
{
color: #5EFEAE;
}
</style>
background-color css
<style>
a { background-color: #5EFEAE; }
a { background-color: rgb(94,254,174); }
div.DivClassName
{
background-color: #5EFEAE;
}
.BgClassName
{
background-color: #5EFEAE;
}
</style>
border-color css
<style>
span { border-color: #5EFEAE; }
span { border-color: rgb(94,254,174); }
td.TdClassName
{
border-color: #5EFEAE;
}
.TagClassName
{
border-color: #5EFEAE;
}
</style>