Shades of Medium Aquamarine #5BFAAB
Tints of Medium Aquamarine #5BFAAB
RGB
CMYK
RGB Variations
Color information
#5BFAAB (or 0x5BFAAB) is known color: Medium Aquamarine. HEX triplet: 5B, FA and AB. RGB value is (91,250,171). Sum of RGB (Red+Green+Blue) = 91+250+171=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFAAB is #A40554. Grayscale: #C1C1C1. Windows color (decimal): -10749269 or 11270747. OLE color: 11270747.
HSL color Cylindrical-coordinate representation of color #5BFAAB: hue angle of 150.19º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFAAB is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 171 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.02 |
| HSL | 150.19º | 0.94% | 0.67% | - |
| HSV(B) | 150.19º | 0.64% | 0.98% | - |
| XYZ | 45.85 | 73.54 | 50.31 | - |
| YUV | 193.45 | 115.32 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 171 | 0.64 | 0 | 0.32 | 0.02 | 150.19 | 0.94 | 0.67 |
| Hex | 5B | FA | AB | 40 | 0 | 20 | 2 | 96 | 5E | 43 |
| Octal | 133 | 372 | 253 | 100 | 0 | 40 | 2 | 226 | 136 | 103 |
| Binary | 1011011 | 11111010 | 10101011 | 1000000 | 0 | 100000 | 10 | 10010110 | 1011110 | 1000011 |
Color Harmonies of #5BFAAB
Complementary color
Monochromatic Colors of #5BFAAB
Black with #5BFAAB
Text Example
Text Example
White with #5BFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAAB; }
p { color: rgb(91,250,171); }
H1.HeaderClassName
{
color: #5BFAAB;
}
.AnyTagClassName
{
color: #5BFAAB;
}
</style>
background-color css
<style>
a { background-color: #5BFAAB; }
a { background-color: rgb(91,250,171); }
div.DivClassName
{
background-color: #5BFAAB;
}
.BgClassName
{
background-color: #5BFAAB;
}
</style>
border-color css
<style>
span { border-color: #5BFAAB; }
span { border-color: rgb(91,250,171); }
td.TdClassName
{
border-color: #5BFAAB;
}
.TagClassName
{
border-color: #5BFAAB;
}
</style>