Shades of Medium Aquamarine #5BFBA3
Tints of Medium Aquamarine #5BFBA3
RGB
CMYK
RGB Variations
Color information
#5BFBA3 (or 0x5BFBA3) is known color: Medium Aquamarine. HEX triplet: 5B, FB and A3. RGB value is (91,251,163). Sum of RGB (Red+Green+Blue) = 91+251+163=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFBA3 is #A4045C. Grayscale: #C1C1C1. Windows color (decimal): -10749021 or 10746715. OLE color: 10746715.
HSL color Cylindrical-coordinate representation of color #5BFBA3: hue angle of 147º 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 #5BFBA3 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 163 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.02 |
| HSL | 147º | 0.95% | 0.67% | - |
| HSV(B) | 147º | 0.64% | 0.98% | - |
| XYZ | 45.42 | 73.86 | 46.51 | - |
| YUV | 193.13 | 110.99 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 163 | 0.64 | 0 | 0.35 | 0.02 | 147 | 0.95 | 0.67 |
| Hex | 5B | FB | A3 | 40 | 0 | 23 | 2 | 93 | 5F | 43 |
| Octal | 133 | 373 | 243 | 100 | 0 | 43 | 2 | 223 | 137 | 103 |
| Binary | 1011011 | 11111011 | 10100011 | 1000000 | 0 | 100011 | 10 | 10010011 | 1011111 | 1000011 |
Color Harmonies of #5BFBA3
Complementary color
Monochromatic Colors of #5BFBA3
Black with #5BFBA3
Text Example
Text Example
White with #5BFBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBA3; }
p { color: rgb(91,251,163); }
H1.HeaderClassName
{
color: #5BFBA3;
}
.AnyTagClassName
{
color: #5BFBA3;
}
</style>
background-color css
<style>
a { background-color: #5BFBA3; }
a { background-color: rgb(91,251,163); }
div.DivClassName
{
background-color: #5BFBA3;
}
.BgClassName
{
background-color: #5BFBA3;
}
</style>
border-color css
<style>
span { border-color: #5BFBA3; }
span { border-color: rgb(91,251,163); }
td.TdClassName
{
border-color: #5BFBA3;
}
.TagClassName
{
border-color: #5BFBA3;
}
</style>