Shades of Medium Aquamarine #5BE0B1
Tints of Medium Aquamarine #5BE0B1
RGB
CMYK
RGB Variations
Color information
#5BE0B1 (or 0x5BE0B1) is known color: Medium Aquamarine. HEX triplet: 5B, E0 and B1. RGB value is (91,224,177). Sum of RGB (Red+Green+Blue) = 91+224+177=492 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.50% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BE0B1 is #A41F4E. Grayscale: #B2B2B2. Windows color (decimal): -10755919 or 11657307. OLE color: 11657307.
HSL color Cylindrical-coordinate representation of color #5BE0B1: hue angle of 158.8º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0B1 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 224 | 177 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.12 |
| HSL | 158.8º | 0.68% | 0.62% | - |
| HSV(B) | 158.8º | 0.59% | 0.88% | - |
| XYZ | 38.91 | 58.71 | 50.88 | - |
| YUV | 178.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 224 | 177 | 0.59 | 0 | 0.21 | 0.12 | 158.8 | 0.68 | 0.62 |
| Hex | 5B | E0 | B1 | 3B | 0 | 15 | C | 9F | 44 | 3E |
| Octal | 133 | 340 | 261 | 73 | 0 | 25 | 14 | 237 | 104 | 76 |
| Binary | 1011011 | 11100000 | 10110001 | 111011 | 0 | 10101 | 1100 | 10011111 | 1000100 | 111110 |
Color Harmonies of #5BE0B1
Complementary color
Monochromatic Colors of #5BE0B1
Black with #5BE0B1
Text Example
Text Example
White with #5BE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE0B1; }
p { color: rgb(91,224,177); }
H1.HeaderClassName
{
color: #5BE0B1;
}
.AnyTagClassName
{
color: #5BE0B1;
}
</style>
background-color css
<style>
a { background-color: #5BE0B1; }
a { background-color: rgb(91,224,177); }
div.DivClassName
{
background-color: #5BE0B1;
}
.BgClassName
{
background-color: #5BE0B1;
}
</style>
border-color css
<style>
span { border-color: #5BE0B1; }
span { border-color: rgb(91,224,177); }
td.TdClassName
{
border-color: #5BE0B1;
}
.TagClassName
{
border-color: #5BE0B1;
}
</style>