Shades of Medium Aquamarine #5BEBB5
Tints of Medium Aquamarine #5BEBB5
RGB
CMYK
RGB Variations
Color information
#5BEBB5 (or 0x5BEBB5) is known color: Medium Aquamarine. HEX triplet: 5B, EB and B5. RGB value is (91,235,181). Sum of RGB (Red+Green+Blue) = 91+235+181=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBB5 is #A4144A. Grayscale: #B9B9B9. Windows color (decimal): -10753099 or 11922267. OLE color: 11922267.
HSL color Cylindrical-coordinate representation of color #5BEBB5: hue angle of 157.5º 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 #5BEBB5 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 181 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.08 |
| HSL | 157.5º | 0.78% | 0.64% | - |
| HSV(B) | 157.5º | 0.61% | 0.92% | - |
| XYZ | 42.36 | 64.98 | 54.03 | - |
| YUV | 185.79 | 125.29 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 181 | 0.61 | 0 | 0.23 | 0.08 | 157.5 | 0.78 | 0.64 |
| Hex | 5B | EB | B5 | 3D | 0 | 17 | 8 | 9E | 4E | 40 |
| Octal | 133 | 353 | 265 | 75 | 0 | 27 | 10 | 236 | 116 | 100 |
| Binary | 1011011 | 11101011 | 10110101 | 111101 | 0 | 10111 | 1000 | 10011110 | 1001110 | 1000000 |
Color Harmonies of #5BEBB5
Complementary color
Monochromatic Colors of #5BEBB5
Black with #5BEBB5
Text Example
Text Example
White with #5BEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBB5; }
p { color: rgb(91,235,181); }
H1.HeaderClassName
{
color: #5BEBB5;
}
.AnyTagClassName
{
color: #5BEBB5;
}
</style>
background-color css
<style>
a { background-color: #5BEBB5; }
a { background-color: rgb(91,235,181); }
div.DivClassName
{
background-color: #5BEBB5;
}
.BgClassName
{
background-color: #5BEBB5;
}
</style>
border-color css
<style>
span { border-color: #5BEBB5; }
span { border-color: rgb(91,235,181); }
td.TdClassName
{
border-color: #5BEBB5;
}
.TagClassName
{
border-color: #5BEBB5;
}
</style>