Shades of Medium Aquamarine #5BEC9F
Tints of Medium Aquamarine #5BEC9F
RGB
CMYK
RGB Variations
Color information
#5BEC9F (or 0x5BEC9F) is known color: Medium Aquamarine. HEX triplet: 5B, EC and 9F. RGB value is (91,236,159). Sum of RGB (Red+Green+Blue) = 91+236+159=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #5BEC9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEC9F is #A41360. Grayscale: #B8B8B8. Windows color (decimal): -10752865 or 10480731. OLE color: 10480731.
HSL color Cylindrical-coordinate representation of color #5BEC9F: hue angle of 148.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEC9F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 159 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.07 |
| HSL | 148.14º | 0.79% | 0.64% | - |
| HSV(B) | 148.14º | 0.61% | 0.93% | - |
| XYZ | 40.57 | 64.72 | 43.15 | - |
| YUV | 183.87 | 113.96 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 159 | 0.61 | 0 | 0.33 | 0.07 | 148.14 | 0.79 | 0.64 |
| Hex | 5B | EC | 9F | 3D | 0 | 21 | 7 | 94 | 4F | 40 |
| Octal | 133 | 354 | 237 | 75 | 0 | 41 | 7 | 224 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10011111 | 111101 | 0 | 100001 | 111 | 10010100 | 1001111 | 1000000 |
Color Harmonies of #5BEC9F
Complementary color
Monochromatic Colors of #5BEC9F
Black with #5BEC9F
Text Example
Text Example
White with #5BEC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEC9F; }
p { color: rgb(91,236,159); }
H1.HeaderClassName
{
color: #5BEC9F;
}
.AnyTagClassName
{
color: #5BEC9F;
}
</style>
background-color css
<style>
a { background-color: #5BEC9F; }
a { background-color: rgb(91,236,159); }
div.DivClassName
{
background-color: #5BEC9F;
}
.BgClassName
{
background-color: #5BEC9F;
}
</style>
border-color css
<style>
span { border-color: #5BEC9F; }
span { border-color: rgb(91,236,159); }
td.TdClassName
{
border-color: #5BEC9F;
}
.TagClassName
{
border-color: #5BEC9F;
}
</style>