Shades of Aquamarine #5EFED5
Tints of Aquamarine #5EFED5
RGB
CMYK
RGB Variations
Color information
#5EFED5 (or 0x5EFED5) is known color: Aquamarine. HEX triplet: 5E, FE and D5. RGB value is (94,254,213). Sum of RGB (Red+Green+Blue) = 94+254+213=561 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.76% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFED5 is #A1012A. Grayscale: #C9C9C9. Windows color (decimal): -10551595 or 14024286. OLE color: 14024286.
HSL color Cylindrical-coordinate representation of color #5EFED5: hue angle of 164.62º 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 #5EFED5 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 213 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.00 |
| HSL | 164.63º | 0.99% | 0.68% | - |
| HSV(B) | 164.63º | 0.63% | 1% | - |
| XYZ | 52.07 | 78.07 | 75.28 | - |
| YUV | 201.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 213 | 0.63 | 0 | 0.16 | 0.00 | 164.63 | 0.99 | 0.68 |
| Hex | 5E | FE | D5 | 3F | 0 | 10 | 0 | A5 | 63 | 44 |
| Octal | 136 | 376 | 325 | 77 | 0 | 20 | 0 | 245 | 143 | 104 |
| Binary | 1011110 | 11111110 | 11010101 | 111111 | 0 | 10000 | 0 | 10100101 | 1100011 | 1000100 |
Color Harmonies of #5EFED5
Complementary color
Monochromatic Colors of #5EFED5
Black with #5EFED5
Text Example
Text Example
White with #5EFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFED5; }
p { color: rgb(94,254,213); }
H1.HeaderClassName
{
color: #5EFED5;
}
.AnyTagClassName
{
color: #5EFED5;
}
</style>
background-color css
<style>
a { background-color: #5EFED5; }
a { background-color: rgb(94,254,213); }
div.DivClassName
{
background-color: #5EFED5;
}
.BgClassName
{
background-color: #5EFED5;
}
</style>
border-color css
<style>
span { border-color: #5EFED5; }
span { border-color: rgb(94,254,213); }
td.TdClassName
{
border-color: #5EFED5;
}
.TagClassName
{
border-color: #5EFED5;
}
</style>