Shades of Aquamarine #5EFFBA
Tints of Aquamarine #5EFFBA
RGB
CMYK
RGB Variations
Color information
#5EFFBA (or 0x5EFFBA) is known color: Aquamarine. HEX triplet: 5E, FF and BA. RGB value is (94,255,186). Sum of RGB (Red+Green+Blue) = 94+255+186=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFFBA is #A10045. Grayscale: #C7C7C7. Windows color (decimal): -10551366 or 12255070. OLE color: 12255070.
HSL color Cylindrical-coordinate representation of color #5EFFBA: hue angle of 154.29º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFBA is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 186 | - |
| CMYK | 0.63 | 0 | 0.27 | 0 |
| HSL | 154.29º | 1% | 0.68% | - |
| HSV(B) | 154.29º | 0.63% | 1% | - |
| XYZ | 49.24 | 77.44 | 58.81 | - |
| YUV | 199 | 120.66 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 186 | 0.63 | 0 | 0.27 | 0 | 154.29 | 1 | 0.68 |
| Hex | 5E | FF | BA | 3F | 0 | 1B | 0 | 9A | 64 | 44 |
| Octal | 136 | 377 | 272 | 77 | 0 | 33 | 0 | 232 | 144 | 104 |
| Binary | 1011110 | 11111111 | 10111010 | 111111 | 0 | 11011 | 0 | 10011010 | 1100100 | 1000100 |
Color Harmonies of #5EFFBA
Complementary color
Monochromatic Colors of #5EFFBA
Black with #5EFFBA
Text Example
Text Example
White with #5EFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFFBA; }
p { color: rgb(94,255,186); }
H1.HeaderClassName
{
color: #5EFFBA;
}
.AnyTagClassName
{
color: #5EFFBA;
}
</style>
background-color css
<style>
a { background-color: #5EFFBA; }
a { background-color: rgb(94,255,186); }
div.DivClassName
{
background-color: #5EFFBA;
}
.BgClassName
{
background-color: #5EFFBA;
}
</style>
border-color css
<style>
span { border-color: #5EFFBA; }
span { border-color: rgb(94,255,186); }
td.TdClassName
{
border-color: #5EFFBA;
}
.TagClassName
{
border-color: #5EFFBA;
}
</style>