Shades of Aquamarine #5EFABD
Tints of Aquamarine #5EFABD
RGB
CMYK
RGB Variations
Color information
#5EFABD (or 0x5EFABD) is known color: Aquamarine. HEX triplet: 5E, FA and BD. RGB value is (94,250,189). Sum of RGB (Red+Green+Blue) = 94+250+189=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFABD is #A10542. Grayscale: #C4C4C4. Windows color (decimal): -10552643 or 12450398. OLE color: 12450398.
HSL color Cylindrical-coordinate representation of color #5EFABD: hue angle of 156.54º 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 #5EFABD is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 189 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.02 |
| HSL | 156.54º | 0.94% | 0.67% | - |
| HSV(B) | 156.54º | 0.62% | 0.98% | - |
| XYZ | 47.99 | 74.43 | 59.98 | - |
| YUV | 196.4 | 123.82 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 189 | 0.62 | 0 | 0.24 | 0.02 | 156.54 | 0.94 | 0.67 |
| Hex | 5E | FA | BD | 3E | 0 | 18 | 2 | 9D | 5E | 43 |
| Octal | 136 | 372 | 275 | 76 | 0 | 30 | 2 | 235 | 136 | 103 |
| Binary | 1011110 | 11111010 | 10111101 | 111110 | 0 | 11000 | 10 | 10011101 | 1011110 | 1000011 |
Color Harmonies of #5EFABD
Complementary color
Monochromatic Colors of #5EFABD
Black with #5EFABD
Text Example
Text Example
White with #5EFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFABD; }
p { color: rgb(94,250,189); }
H1.HeaderClassName
{
color: #5EFABD;
}
.AnyTagClassName
{
color: #5EFABD;
}
</style>
background-color css
<style>
a { background-color: #5EFABD; }
a { background-color: rgb(94,250,189); }
div.DivClassName
{
background-color: #5EFABD;
}
.BgClassName
{
background-color: #5EFABD;
}
</style>
border-color css
<style>
span { border-color: #5EFABD; }
span { border-color: rgb(94,250,189); }
td.TdClassName
{
border-color: #5EFABD;
}
.TagClassName
{
border-color: #5EFABD;
}
</style>