Shades of Medium Aquamarine #5BFBA7
Tints of Medium Aquamarine #5BFBA7
RGB
CMYK
RGB Variations
Color information
#5BFBA7 (or 0x5BFBA7) is known color: Medium Aquamarine. HEX triplet: 5B, FB and A7. RGB value is (91,251,167). Sum of RGB (Red+Green+Blue) = 91+251+167=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFBA7 is #A40458. Grayscale: #C1C1C1. Windows color (decimal): -10749017 or 11008859. OLE color: 11008859.
HSL color Cylindrical-coordinate representation of color #5BFBA7: hue angle of 148.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 #5BFBA7 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 167 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.02 |
| HSL | 148.5º | 0.95% | 0.67% | - |
| HSV(B) | 148.5º | 0.64% | 0.98% | - |
| XYZ | 45.79 | 74.01 | 48.43 | - |
| YUV | 193.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 167 | 0.64 | 0 | 0.33 | 0.02 | 148.5 | 0.95 | 0.67 |
| Hex | 5B | FB | A7 | 40 | 0 | 21 | 2 | 94 | 5F | 43 |
| Octal | 133 | 373 | 247 | 100 | 0 | 41 | 2 | 224 | 137 | 103 |
| Binary | 1011011 | 11111011 | 10100111 | 1000000 | 0 | 100001 | 10 | 10010100 | 1011111 | 1000011 |
Color Harmonies of #5BFBA7
Complementary color
Monochromatic Colors of #5BFBA7
Black with #5BFBA7
Text Example
Text Example
White with #5BFBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBA7; }
p { color: rgb(91,251,167); }
H1.HeaderClassName
{
color: #5BFBA7;
}
.AnyTagClassName
{
color: #5BFBA7;
}
</style>
background-color css
<style>
a { background-color: #5BFBA7; }
a { background-color: rgb(91,251,167); }
div.DivClassName
{
background-color: #5BFBA7;
}
.BgClassName
{
background-color: #5BFBA7;
}
</style>
border-color css
<style>
span { border-color: #5BFBA7; }
span { border-color: rgb(91,251,167); }
td.TdClassName
{
border-color: #5BFBA7;
}
.TagClassName
{
border-color: #5BFBA7;
}
</style>