Shades of Medium Aquamarine #5BFEAC
Tints of Medium Aquamarine #5BFEAC
RGB
CMYK
RGB Variations
Color information
#5BFEAC (or 0x5BFEAC) is known color: Medium Aquamarine. HEX triplet: 5B, FE and AC. RGB value is (91,254,172). Sum of RGB (Red+Green+Blue) = 91+254+172=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFEAC is #A40153. Grayscale: #C4C4C4. Windows color (decimal): -10748244 or 11337307. OLE color: 11337307.
HSL color Cylindrical-coordinate representation of color #5BFEAC: hue angle of 149.82º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFEAC is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 172 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.00 |
| HSL | 149.82º | 0.99% | 0.68% | - |
| HSV(B) | 149.82º | 0.64% | 1% | - |
| XYZ | 47.2 | 76.09 | 51.23 | - |
| YUV | 195.92 | 114.5 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 172 | 0.64 | 0 | 0.32 | 0.00 | 149.82 | 0.99 | 0.68 |
| Hex | 5B | FE | AC | 40 | 0 | 20 | 0 | 96 | 63 | 44 |
| Octal | 133 | 376 | 254 | 100 | 0 | 40 | 0 | 226 | 143 | 104 |
| Binary | 1011011 | 11111110 | 10101100 | 1000000 | 0 | 100000 | 0 | 10010110 | 1100011 | 1000100 |
Color Harmonies of #5BFEAC
Complementary color
Monochromatic Colors of #5BFEAC
Black with #5BFEAC
Text Example
Text Example
White with #5BFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEAC; }
p { color: rgb(91,254,172); }
H1.HeaderClassName
{
color: #5BFEAC;
}
.AnyTagClassName
{
color: #5BFEAC;
}
</style>
background-color css
<style>
a { background-color: #5BFEAC; }
a { background-color: rgb(91,254,172); }
div.DivClassName
{
background-color: #5BFEAC;
}
.BgClassName
{
background-color: #5BFEAC;
}
</style>
border-color css
<style>
span { border-color: #5BFEAC; }
span { border-color: rgb(91,254,172); }
td.TdClassName
{
border-color: #5BFEAC;
}
.TagClassName
{
border-color: #5BFEAC;
}
</style>