Shades of Medium Aquamarine #5BFBAF
Tints of Medium Aquamarine #5BFBAF
RGB
CMYK
RGB Variations
Color information
#5BFBAF (or 0x5BFBAF) is known color: Medium Aquamarine. HEX triplet: 5B, FB and AF. RGB value is (91,251,175). Sum of RGB (Red+Green+Blue) = 91+251+175=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFBAF is #A40450. Grayscale: #C2C2C2. Windows color (decimal): -10749009 or 11533147. OLE color: 11533147.
HSL color Cylindrical-coordinate representation of color #5BFBAF: hue angle of 151.5º 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 #5BFBAF is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 175 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.02 |
| HSL | 151.5º | 0.95% | 0.67% | - |
| HSV(B) | 151.5º | 0.64% | 0.98% | - |
| XYZ | 46.55 | 74.31 | 52.45 | - |
| YUV | 194.5 | 116.99 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 175 | 0.64 | 0 | 0.30 | 0.02 | 151.5 | 0.95 | 0.67 |
| Hex | 5B | FB | AF | 40 | 0 | 1E | 2 | 98 | 5F | 43 |
| Octal | 133 | 373 | 257 | 100 | 0 | 36 | 2 | 230 | 137 | 103 |
| Binary | 1011011 | 11111011 | 10101111 | 1000000 | 0 | 11110 | 10 | 10011000 | 1011111 | 1000011 |
Color Harmonies of #5BFBAF
Complementary color
Monochromatic Colors of #5BFBAF
Black with #5BFBAF
Text Example
Text Example
White with #5BFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBAF; }
p { color: rgb(91,251,175); }
H1.HeaderClassName
{
color: #5BFBAF;
}
.AnyTagClassName
{
color: #5BFBAF;
}
</style>
background-color css
<style>
a { background-color: #5BFBAF; }
a { background-color: rgb(91,251,175); }
div.DivClassName
{
background-color: #5BFBAF;
}
.BgClassName
{
background-color: #5BFBAF;
}
</style>
border-color css
<style>
span { border-color: #5BFBAF; }
span { border-color: rgb(91,251,175); }
td.TdClassName
{
border-color: #5BFBAF;
}
.TagClassName
{
border-color: #5BFBAF;
}
</style>