Shades of Medium Aquamarine #5BE196
Tints of Medium Aquamarine #5BE196
RGB
CMYK
RGB Variations
Color information
#5BE196 (or 0x5BE196) is known color: Medium Aquamarine. HEX triplet: 5B, E1 and 96. RGB value is (91,225,150). Sum of RGB (Red+Green+Blue) = 91+225+150=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #5BE196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BE196 is #A41E69. Grayscale: #B0B0B0. Windows color (decimal): -10755690 or 9888091. OLE color: 9888091.
HSL color Cylindrical-coordinate representation of color #5BE196: hue angle of 146.42º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE196 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 225 | 150 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.12 |
| HSL | 146.42º | 0.69% | 0.62% | - |
| HSV(B) | 146.42º | 0.6% | 0.88% | - |
| XYZ | 36.74 | 58.28 | 38.17 | - |
| YUV | 176.38 | 113.11 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 225 | 150 | 0.60 | 0 | 0.33 | 0.12 | 146.42 | 0.69 | 0.62 |
| Hex | 5B | E1 | 96 | 3C | 0 | 21 | C | 92 | 45 | 3E |
| Octal | 133 | 341 | 226 | 74 | 0 | 41 | 14 | 222 | 105 | 76 |
| Binary | 1011011 | 11100001 | 10010110 | 111100 | 0 | 100001 | 1100 | 10010010 | 1000101 | 111110 |
Color Harmonies of #5BE196
Complementary color
Monochromatic Colors of #5BE196
Black with #5BE196
Text Example
Text Example
White with #5BE196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE196; }
p { color: rgb(91,225,150); }
H1.HeaderClassName
{
color: #5BE196;
}
.AnyTagClassName
{
color: #5BE196;
}
</style>
background-color css
<style>
a { background-color: #5BE196; }
a { background-color: rgb(91,225,150); }
div.DivClassName
{
background-color: #5BE196;
}
.BgClassName
{
background-color: #5BE196;
}
</style>
border-color css
<style>
span { border-color: #5BE196; }
span { border-color: rgb(91,225,150); }
td.TdClassName
{
border-color: #5BE196;
}
.TagClassName
{
border-color: #5BE196;
}
</style>