Shades of Medium Aquamarine #5BFBA6
Tints of Medium Aquamarine #5BFBA6
RGB
CMYK
RGB Variations
Color information
#5BFBA6 (or 0x5BFBA6) is known color: Medium Aquamarine. HEX triplet: 5B, FB and A6. RGB value is (91,251,166). Sum of RGB (Red+Green+Blue) = 91+251+166=508 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.91% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFBA6 is #A40459. Grayscale: #C1C1C1. Windows color (decimal): -10749018 or 10943323. OLE color: 10943323.
HSL color Cylindrical-coordinate representation of color #5BFBA6: hue angle of 148.12º 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 #5BFBA6 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 166 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.02 |
| HSL | 148.13º | 0.95% | 0.67% | - |
| HSV(B) | 148.13º | 0.64% | 0.98% | - |
| XYZ | 45.69 | 73.97 | 47.95 | - |
| YUV | 193.47 | 112.49 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 166 | 0.64 | 0 | 0.34 | 0.02 | 148.13 | 0.95 | 0.67 |
| Hex | 5B | FB | A6 | 40 | 0 | 22 | 2 | 94 | 5F | 43 |
| Octal | 133 | 373 | 246 | 100 | 0 | 42 | 2 | 224 | 137 | 103 |
| Binary | 1011011 | 11111011 | 10100110 | 1000000 | 0 | 100010 | 10 | 10010100 | 1011111 | 1000011 |
Color Harmonies of #5BFBA6
Complementary color
Monochromatic Colors of #5BFBA6
Black with #5BFBA6
Text Example
Text Example
White with #5BFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBA6; }
p { color: rgb(91,251,166); }
H1.HeaderClassName
{
color: #5BFBA6;
}
.AnyTagClassName
{
color: #5BFBA6;
}
</style>
background-color css
<style>
a { background-color: #5BFBA6; }
a { background-color: rgb(91,251,166); }
div.DivClassName
{
background-color: #5BFBA6;
}
.BgClassName
{
background-color: #5BFBA6;
}
</style>
border-color css
<style>
span { border-color: #5BFBA6; }
span { border-color: rgb(91,251,166); }
td.TdClassName
{
border-color: #5BFBA6;
}
.TagClassName
{
border-color: #5BFBA6;
}
</style>