Shades of Medium Aquamarine #5BEB9A
Tints of Medium Aquamarine #5BEB9A
RGB
CMYK
RGB Variations
Color information
#5BEB9A (or 0x5BEB9A) is known color: Medium Aquamarine. HEX triplet: 5B, EB and 9A. RGB value is (91,235,154). Sum of RGB (Red+Green+Blue) = 91+235+154=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEB9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEB9A is #A41465. Grayscale: #B6B6B6. Windows color (decimal): -10753126 or 10152795. OLE color: 10152795.
HSL color Cylindrical-coordinate representation of color #5BEB9A: hue angle of 146.25º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEB9A is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 154 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.08 |
| HSL | 146.25º | 0.78% | 0.64% | - |
| HSV(B) | 146.25º | 0.61% | 0.92% | - |
| XYZ | 39.86 | 63.97 | 40.82 | - |
| YUV | 182.71 | 111.79 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 154 | 0.61 | 0 | 0.34 | 0.08 | 146.25 | 0.78 | 0.64 |
| Hex | 5B | EB | 9A | 3D | 0 | 22 | 8 | 92 | 4E | 40 |
| Octal | 133 | 353 | 232 | 75 | 0 | 42 | 10 | 222 | 116 | 100 |
| Binary | 1011011 | 11101011 | 10011010 | 111101 | 0 | 100010 | 1000 | 10010010 | 1001110 | 1000000 |
Color Harmonies of #5BEB9A
Complementary color
Monochromatic Colors of #5BEB9A
Black with #5BEB9A
Text Example
Text Example
White with #5BEB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEB9A; }
p { color: rgb(91,235,154); }
H1.HeaderClassName
{
color: #5BEB9A;
}
.AnyTagClassName
{
color: #5BEB9A;
}
</style>
background-color css
<style>
a { background-color: #5BEB9A; }
a { background-color: rgb(91,235,154); }
div.DivClassName
{
background-color: #5BEB9A;
}
.BgClassName
{
background-color: #5BEB9A;
}
</style>
border-color css
<style>
span { border-color: #5BEB9A; }
span { border-color: rgb(91,235,154); }
td.TdClassName
{
border-color: #5BEB9A;
}
.TagClassName
{
border-color: #5BEB9A;
}
</style>