Shades of Aquamarine #5EFAE0
Tints of Aquamarine #5EFAE0
RGB
CMYK
RGB Variations
Color information
#5EFAE0 (or 0x5EFAE0) is known color: Aquamarine. HEX triplet: 5E, FA and E0. RGB value is (94,250,224). Sum of RGB (Red+Green+Blue) = 94+250+224=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFAE0 is #A1051F. Grayscale: #C8C8C8. Windows color (decimal): -10552608 or 14744158. OLE color: 14744158.
HSL color Cylindrical-coordinate representation of color #5EFAE0: hue angle of 170º 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 #5EFAE0 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 224 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.02 |
| HSL | 170º | 0.94% | 0.67% | - |
| HSV(B) | 170º | 0.62% | 0.98% | - |
| XYZ | 52.26 | 76.13 | 82.46 | - |
| YUV | 200.39 | 141.32 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 224 | 0.62 | 0 | 0.10 | 0.02 | 170 | 0.94 | 0.67 |
| Hex | 5E | FA | E0 | 3E | 0 | A | 2 | AA | 5E | 43 |
| Octal | 136 | 372 | 340 | 76 | 0 | 12 | 2 | 252 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11100000 | 111110 | 0 | 1010 | 10 | 10101010 | 1011110 | 1000011 |
Color Harmonies of #5EFAE0
Complementary color
Monochromatic Colors of #5EFAE0
Black with #5EFAE0
Text Example
Text Example
White with #5EFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAE0; }
p { color: rgb(94,250,224); }
H1.HeaderClassName
{
color: #5EFAE0;
}
.AnyTagClassName
{
color: #5EFAE0;
}
</style>
background-color css
<style>
a { background-color: #5EFAE0; }
a { background-color: rgb(94,250,224); }
div.DivClassName
{
background-color: #5EFAE0;
}
.BgClassName
{
background-color: #5EFAE0;
}
</style>
border-color css
<style>
span { border-color: #5EFAE0; }
span { border-color: rgb(94,250,224); }
td.TdClassName
{
border-color: #5EFAE0;
}
.TagClassName
{
border-color: #5EFAE0;
}
</style>