Shades of Medium Aquamarine #5BFAA9
Tints of Medium Aquamarine #5BFAA9
RGB
CMYK
RGB Variations
Color information
#5BFAA9 (or 0x5BFAA9) is known color: Medium Aquamarine. HEX triplet: 5B, FA and A9. RGB value is (91,250,169). Sum of RGB (Red+Green+Blue) = 91+250+169=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFAA9 is #A40556. Grayscale: #C1C1C1. Windows color (decimal): -10749271 or 11139675. OLE color: 11139675.
HSL color Cylindrical-coordinate representation of color #5BFAA9: hue angle of 149.43º 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 #5BFAA9 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 169 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.02 |
| HSL | 149.43º | 0.94% | 0.67% | - |
| HSV(B) | 149.43º | 0.64% | 0.98% | - |
| XYZ | 45.66 | 73.46 | 49.31 | - |
| YUV | 193.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 169 | 0.64 | 0 | 0.32 | 0.02 | 149.43 | 0.94 | 0.67 |
| Hex | 5B | FA | A9 | 40 | 0 | 20 | 2 | 95 | 5E | 43 |
| Octal | 133 | 372 | 251 | 100 | 0 | 40 | 2 | 225 | 136 | 103 |
| Binary | 1011011 | 11111010 | 10101001 | 1000000 | 0 | 100000 | 10 | 10010101 | 1011110 | 1000011 |
Color Harmonies of #5BFAA9
Complementary color
Monochromatic Colors of #5BFAA9
Black with #5BFAA9
Text Example
Text Example
White with #5BFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAA9; }
p { color: rgb(91,250,169); }
H1.HeaderClassName
{
color: #5BFAA9;
}
.AnyTagClassName
{
color: #5BFAA9;
}
</style>
background-color css
<style>
a { background-color: #5BFAA9; }
a { background-color: rgb(91,250,169); }
div.DivClassName
{
background-color: #5BFAA9;
}
.BgClassName
{
background-color: #5BFAA9;
}
</style>
border-color css
<style>
span { border-color: #5BFAA9; }
span { border-color: rgb(91,250,169); }
td.TdClassName
{
border-color: #5BFAA9;
}
.TagClassName
{
border-color: #5BFAA9;
}
</style>