Shades of Medium Aquamarine #5BFFAB
Tints of Medium Aquamarine #5BFFAB
RGB
CMYK
RGB Variations
Color information
#5BFFAB (or 0x5BFFAB) is known color: Medium Aquamarine. HEX triplet: 5B, FF and AB. RGB value is (91,255,171). Sum of RGB (Red+Green+Blue) = 91+255+171=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFFAB is #A40054. Grayscale: #C4C4C4. Windows color (decimal): -10747989 or 11272027. OLE color: 11272027.
HSL color Cylindrical-coordinate representation of color #5BFFAB: hue angle of 149.27º 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 #5BFFAB is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 171 | - |
| CMYK | 0.64 | 0 | 0.33 | 0 |
| HSL | 149.27º | 1% | 0.68% | - |
| HSV(B) | 149.27º | 0.64% | 1% | - |
| XYZ | 47.43 | 76.68 | 50.83 | - |
| YUV | 196.39 | 113.67 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 171 | 0.64 | 0 | 0.33 | 0 | 149.27 | 1 | 0.68 |
| Hex | 5B | FF | AB | 40 | 0 | 21 | 0 | 95 | 64 | 44 |
| Octal | 133 | 377 | 253 | 100 | 0 | 41 | 0 | 225 | 144 | 104 |
| Binary | 1011011 | 11111111 | 10101011 | 1000000 | 0 | 100001 | 0 | 10010101 | 1100100 | 1000100 |
Color Harmonies of #5BFFAB
Complementary color
Monochromatic Colors of #5BFFAB
Black with #5BFFAB
Text Example
Text Example
White with #5BFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFAB; }
p { color: rgb(91,255,171); }
H1.HeaderClassName
{
color: #5BFFAB;
}
.AnyTagClassName
{
color: #5BFFAB;
}
</style>
background-color css
<style>
a { background-color: #5BFFAB; }
a { background-color: rgb(91,255,171); }
div.DivClassName
{
background-color: #5BFFAB;
}
.BgClassName
{
background-color: #5BFFAB;
}
</style>
border-color css
<style>
span { border-color: #5BFFAB; }
span { border-color: rgb(91,255,171); }
td.TdClassName
{
border-color: #5BFFAB;
}
.TagClassName
{
border-color: #5BFFAB;
}
</style>