Shades of Medium Aquamarine #5BFFAC
Tints of Medium Aquamarine #5BFFAC
RGB
CMYK
RGB Variations
Color information
#5BFFAC (or 0x5BFFAC) is known color: Medium Aquamarine. HEX triplet: 5B, FF and AC. RGB value is (91,255,172). Sum of RGB (Red+Green+Blue) = 91+255+172=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFFAC is #A40053. Grayscale: #C4C4C4. Windows color (decimal): -10747988 or 11337563. OLE color: 11337563.
HSL color Cylindrical-coordinate representation of color #5BFFAC: hue angle of 149.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFFAC is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 172 | - |
| CMYK | 0.64 | 0 | 0.33 | 0 |
| HSL | 149.63º | 1% | 0.68% | - |
| HSV(B) | 149.63º | 0.64% | 1% | - |
| XYZ | 47.52 | 76.72 | 51.33 | - |
| YUV | 196.5 | 114.17 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 172 | 0.64 | 0 | 0.33 | 0 | 149.63 | 1 | 0.68 |
| Hex | 5B | FF | AC | 40 | 0 | 21 | 0 | 96 | 64 | 44 |
| Octal | 133 | 377 | 254 | 100 | 0 | 41 | 0 | 226 | 144 | 104 |
| Binary | 1011011 | 11111111 | 10101100 | 1000000 | 0 | 100001 | 0 | 10010110 | 1100100 | 1000100 |
Color Harmonies of #5BFFAC
Complementary color
Monochromatic Colors of #5BFFAC
Black with #5BFFAC
Text Example
Text Example
White with #5BFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFAC; }
p { color: rgb(91,255,172); }
H1.HeaderClassName
{
color: #5BFFAC;
}
.AnyTagClassName
{
color: #5BFFAC;
}
</style>
background-color css
<style>
a { background-color: #5BFFAC; }
a { background-color: rgb(91,255,172); }
div.DivClassName
{
background-color: #5BFFAC;
}
.BgClassName
{
background-color: #5BFFAC;
}
</style>
border-color css
<style>
span { border-color: #5BFFAC; }
span { border-color: rgb(91,255,172); }
td.TdClassName
{
border-color: #5BFFAC;
}
.TagClassName
{
border-color: #5BFFAC;
}
</style>