Shades of Medium Aquamarine #5BFCAB
Tints of Medium Aquamarine #5BFCAB
RGB
CMYK
RGB Variations
Color information
#5BFCAB (or 0x5BFCAB) is known color: Medium Aquamarine. HEX triplet: 5B, FC and AB. RGB value is (91,252,171). Sum of RGB (Red+Green+Blue) = 91+252+171=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFCAB is #A40354. Grayscale: #C2C2C2. Windows color (decimal): -10748757 or 11271259. OLE color: 11271259.
HSL color Cylindrical-coordinate representation of color #5BFCAB: hue angle of 149.81º degrees, saturation: 0.96, 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 #5BFCAB is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 171 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.01 |
| HSL | 149.81º | 0.96% | 0.67% | - |
| HSV(B) | 149.81º | 0.64% | 0.99% | - |
| XYZ | 46.48 | 74.79 | 50.51 | - |
| YUV | 194.63 | 114.66 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 171 | 0.64 | 0 | 0.32 | 0.01 | 149.81 | 0.96 | 0.67 |
| Hex | 5B | FC | AB | 40 | 0 | 20 | 1 | 96 | 60 | 43 |
| Octal | 133 | 374 | 253 | 100 | 0 | 40 | 1 | 226 | 140 | 103 |
| Binary | 1011011 | 11111100 | 10101011 | 1000000 | 0 | 100000 | 1 | 10010110 | 1100000 | 1000011 |
Color Harmonies of #5BFCAB
Complementary color
Monochromatic Colors of #5BFCAB
Black with #5BFCAB
Text Example
Text Example
White with #5BFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCAB; }
p { color: rgb(91,252,171); }
H1.HeaderClassName
{
color: #5BFCAB;
}
.AnyTagClassName
{
color: #5BFCAB;
}
</style>
background-color css
<style>
a { background-color: #5BFCAB; }
a { background-color: rgb(91,252,171); }
div.DivClassName
{
background-color: #5BFCAB;
}
.BgClassName
{
background-color: #5BFCAB;
}
</style>
border-color css
<style>
span { border-color: #5BFCAB; }
span { border-color: rgb(91,252,171); }
td.TdClassName
{
border-color: #5BFCAB;
}
.TagClassName
{
border-color: #5BFCAB;
}
</style>