Shades of Medium Aquamarine #5BFAAA
Tints of Medium Aquamarine #5BFAAA
RGB
CMYK
RGB Variations
Color information
#5BFAAA (or 0x5BFAAA) is known color: Medium Aquamarine. HEX triplet: 5B, FA and AA. RGB value is (91,250,170). Sum of RGB (Red+Green+Blue) = 91+250+170=511 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.81% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFAAA is #A40555. Grayscale: #C1C1C1. Windows color (decimal): -10749270 or 11205211. OLE color: 11205211.
HSL color Cylindrical-coordinate representation of color #5BFAAA: hue angle of 149.81º 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 #5BFAAA is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 170 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.02 |
| HSL | 149.81º | 0.94% | 0.67% | - |
| HSV(B) | 149.81º | 0.64% | 0.98% | - |
| XYZ | 45.76 | 73.5 | 49.81 | - |
| YUV | 193.34 | 114.82 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 170 | 0.64 | 0 | 0.32 | 0.02 | 149.81 | 0.94 | 0.67 |
| Hex | 5B | FA | AA | 40 | 0 | 20 | 2 | 96 | 5E | 43 |
| Octal | 133 | 372 | 252 | 100 | 0 | 40 | 2 | 226 | 136 | 103 |
| Binary | 1011011 | 11111010 | 10101010 | 1000000 | 0 | 100000 | 10 | 10010110 | 1011110 | 1000011 |
Color Harmonies of #5BFAAA
Complementary color
Monochromatic Colors of #5BFAAA
Black with #5BFAAA
Text Example
Text Example
White with #5BFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAAA; }
p { color: rgb(91,250,170); }
H1.HeaderClassName
{
color: #5BFAAA;
}
.AnyTagClassName
{
color: #5BFAAA;
}
</style>
background-color css
<style>
a { background-color: #5BFAAA; }
a { background-color: rgb(91,250,170); }
div.DivClassName
{
background-color: #5BFAAA;
}
.BgClassName
{
background-color: #5BFAAA;
}
</style>
border-color css
<style>
span { border-color: #5BFAAA; }
span { border-color: rgb(91,250,170); }
td.TdClassName
{
border-color: #5BFAAA;
}
.TagClassName
{
border-color: #5BFAAA;
}
</style>