Shades of Medium Aquamarine #5BFBAC
Tints of Medium Aquamarine #5BFBAC
RGB
CMYK
RGB Variations
Color information
#5BFBAC (or 0x5BFBAC) is known color: Medium Aquamarine. HEX triplet: 5B, FB and AC. RGB value is (91,251,172). Sum of RGB (Red+Green+Blue) = 91+251+172=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFBAC is #A40453. Grayscale: #C2C2C2. Windows color (decimal): -10749012 or 11336539. OLE color: 11336539.
HSL color Cylindrical-coordinate representation of color #5BFBAC: hue angle of 150.38º degrees, saturation: 0.95, 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 #5BFBAC is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 172 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.02 |
| HSL | 150.38º | 0.95% | 0.67% | - |
| HSV(B) | 150.38º | 0.64% | 0.98% | - |
| XYZ | 46.26 | 74.2 | 50.91 | - |
| YUV | 194.15 | 115.49 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 172 | 0.64 | 0 | 0.31 | 0.02 | 150.38 | 0.95 | 0.67 |
| Hex | 5B | FB | AC | 40 | 0 | 1F | 2 | 96 | 5F | 43 |
| Octal | 133 | 373 | 254 | 100 | 0 | 37 | 2 | 226 | 137 | 103 |
| Binary | 1011011 | 11111011 | 10101100 | 1000000 | 0 | 11111 | 10 | 10010110 | 1011111 | 1000011 |
Color Harmonies of #5BFBAC
Complementary color
Monochromatic Colors of #5BFBAC
Black with #5BFBAC
Text Example
Text Example
White with #5BFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBAC; }
p { color: rgb(91,251,172); }
H1.HeaderClassName
{
color: #5BFBAC;
}
.AnyTagClassName
{
color: #5BFBAC;
}
</style>
background-color css
<style>
a { background-color: #5BFBAC; }
a { background-color: rgb(91,251,172); }
div.DivClassName
{
background-color: #5BFBAC;
}
.BgClassName
{
background-color: #5BFBAC;
}
</style>
border-color css
<style>
span { border-color: #5BFBAC; }
span { border-color: rgb(91,251,172); }
td.TdClassName
{
border-color: #5BFBAC;
}
.TagClassName
{
border-color: #5BFBAC;
}
</style>