Shades of Medium Aquamarine #5BFDAB
Tints of Medium Aquamarine #5BFDAB
RGB
CMYK
RGB Variations
Color information
#5BFDAB (or 0x5BFDAB) is known color: Medium Aquamarine. HEX triplet: 5B, FD and AB. RGB value is (91,253,171). Sum of RGB (Red+Green+Blue) = 91+253+171=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFDAB is #A40254. Grayscale: #C3C3C3. Windows color (decimal): -10748501 or 11271515. OLE color: 11271515.
HSL color Cylindrical-coordinate representation of color #5BFDAB: hue angle of 149.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFDAB is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 171 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.01 |
| HSL | 149.63º | 0.98% | 0.67% | - |
| HSV(B) | 149.63º | 0.64% | 0.99% | - |
| XYZ | 46.79 | 75.41 | 50.62 | - |
| YUV | 195.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 171 | 0.64 | 0 | 0.32 | 0.01 | 149.63 | 0.98 | 0.67 |
| Hex | 5B | FD | AB | 40 | 0 | 20 | 1 | 96 | 62 | 43 |
| Octal | 133 | 375 | 253 | 100 | 0 | 40 | 1 | 226 | 142 | 103 |
| Binary | 1011011 | 11111101 | 10101011 | 1000000 | 0 | 100000 | 1 | 10010110 | 1100010 | 1000011 |
Color Harmonies of #5BFDAB
Complementary color
Monochromatic Colors of #5BFDAB
Black with #5BFDAB
Text Example
Text Example
White with #5BFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDAB; }
p { color: rgb(91,253,171); }
H1.HeaderClassName
{
color: #5BFDAB;
}
.AnyTagClassName
{
color: #5BFDAB;
}
</style>
background-color css
<style>
a { background-color: #5BFDAB; }
a { background-color: rgb(91,253,171); }
div.DivClassName
{
background-color: #5BFDAB;
}
.BgClassName
{
background-color: #5BFDAB;
}
</style>
border-color css
<style>
span { border-color: #5BFDAB; }
span { border-color: rgb(91,253,171); }
td.TdClassName
{
border-color: #5BFDAB;
}
.TagClassName
{
border-color: #5BFDAB;
}
</style>