Shades of Medium Aquamarine #5BFEAB
Tints of Medium Aquamarine #5BFEAB
RGB
CMYK
RGB Variations
Color information
#5BFEAB (or 0x5BFEAB) is known color: Medium Aquamarine. HEX triplet: 5B, FE and AB. RGB value is (91,254,171). Sum of RGB (Red+Green+Blue) = 91+254+171=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFEAB is #A40154. Grayscale: #C3C3C3. Windows color (decimal): -10748245 or 11271771. OLE color: 11271771.
HSL color Cylindrical-coordinate representation of color #5BFEAB: hue angle of 149.45º 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 #5BFEAB is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 171 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.00 |
| HSL | 149.45º | 0.99% | 0.68% | - |
| HSV(B) | 149.45º | 0.64% | 1% | - |
| XYZ | 47.11 | 76.05 | 50.72 | - |
| YUV | 195.8 | 114 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 171 | 0.64 | 0 | 0.33 | 0.00 | 149.45 | 0.99 | 0.68 |
| Hex | 5B | FE | AB | 40 | 0 | 21 | 0 | 95 | 63 | 44 |
| Octal | 133 | 376 | 253 | 100 | 0 | 41 | 0 | 225 | 143 | 104 |
| Binary | 1011011 | 11111110 | 10101011 | 1000000 | 0 | 100001 | 0 | 10010101 | 1100011 | 1000100 |
Color Harmonies of #5BFEAB
Complementary color
Monochromatic Colors of #5BFEAB
Black with #5BFEAB
Text Example
Text Example
White with #5BFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEAB; }
p { color: rgb(91,254,171); }
H1.HeaderClassName
{
color: #5BFEAB;
}
.AnyTagClassName
{
color: #5BFEAB;
}
</style>
background-color css
<style>
a { background-color: #5BFEAB; }
a { background-color: rgb(91,254,171); }
div.DivClassName
{
background-color: #5BFEAB;
}
.BgClassName
{
background-color: #5BFEAB;
}
</style>
border-color css
<style>
span { border-color: #5BFEAB; }
span { border-color: rgb(91,254,171); }
td.TdClassName
{
border-color: #5BFEAB;
}
.TagClassName
{
border-color: #5BFEAB;
}
</style>