Shades of Aquamarine #5EFABF
Tints of Aquamarine #5EFABF
RGB
CMYK
RGB Variations
Color information
#5EFABF (or 0x5EFABF) is known color: Aquamarine. HEX triplet: 5E, FA and BF. RGB value is (94,250,191). Sum of RGB (Red+Green+Blue) = 94+250+191=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFABF is #A10540. Grayscale: #C4C4C4. Windows color (decimal): -10552641 or 12581470. OLE color: 12581470.
HSL color Cylindrical-coordinate representation of color #5EFABF: hue angle of 157.31º 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 #5EFABF is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 191 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.02 |
| HSL | 157.31º | 0.94% | 0.67% | - |
| HSV(B) | 157.31º | 0.62% | 0.98% | - |
| XYZ | 48.21 | 74.51 | 61.13 | - |
| YUV | 196.63 | 124.82 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 191 | 0.62 | 0 | 0.24 | 0.02 | 157.31 | 0.94 | 0.67 |
| Hex | 5E | FA | BF | 3E | 0 | 18 | 2 | 9D | 5E | 43 |
| Octal | 136 | 372 | 277 | 76 | 0 | 30 | 2 | 235 | 136 | 103 |
| Binary | 1011110 | 11111010 | 10111111 | 111110 | 0 | 11000 | 10 | 10011101 | 1011110 | 1000011 |
Color Harmonies of #5EFABF
Complementary color
Monochromatic Colors of #5EFABF
Black with #5EFABF
Text Example
Text Example
White with #5EFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFABF; }
p { color: rgb(94,250,191); }
H1.HeaderClassName
{
color: #5EFABF;
}
.AnyTagClassName
{
color: #5EFABF;
}
</style>
background-color css
<style>
a { background-color: #5EFABF; }
a { background-color: rgb(94,250,191); }
div.DivClassName
{
background-color: #5EFABF;
}
.BgClassName
{
background-color: #5EFABF;
}
</style>
border-color css
<style>
span { border-color: #5EFABF; }
span { border-color: rgb(94,250,191); }
td.TdClassName
{
border-color: #5EFABF;
}
.TagClassName
{
border-color: #5EFABF;
}
</style>