Shades of Medium Aquamarine #5BEC93
Tints of Medium Aquamarine #5BEC93
RGB
CMYK
RGB Variations
Color information
#5BEC93 (or 0x5BEC93) is known color: Medium Aquamarine. HEX triplet: 5B, EC and 93. RGB value is (91,236,147). Sum of RGB (Red+Green+Blue) = 91+236+147=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #5BEC93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEC93 is #A4136C. Grayscale: #B6B6B6. Windows color (decimal): -10752877 or 9694299. OLE color: 9694299.
HSL color Cylindrical-coordinate representation of color #5BEC93: hue angle of 143.17º 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 #5BEC93 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 147 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.07 |
| HSL | 143.17º | 0.79% | 0.64% | - |
| HSV(B) | 143.17º | 0.61% | 0.93% | - |
| XYZ | 39.58 | 64.32 | 37.93 | - |
| YUV | 182.5 | 107.96 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 147 | 0.61 | 0 | 0.38 | 0.07 | 143.17 | 0.79 | 0.64 |
| Hex | 5B | EC | 93 | 3D | 0 | 26 | 7 | 8F | 4F | 40 |
| Octal | 133 | 354 | 223 | 75 | 0 | 46 | 7 | 217 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10010011 | 111101 | 0 | 100110 | 111 | 10001111 | 1001111 | 1000000 |
Color Harmonies of #5BEC93
Complementary color
Monochromatic Colors of #5BEC93
Black with #5BEC93
Text Example
Text Example
White with #5BEC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEC93; }
p { color: rgb(91,236,147); }
H1.HeaderClassName
{
color: #5BEC93;
}
.AnyTagClassName
{
color: #5BEC93;
}
</style>
background-color css
<style>
a { background-color: #5BEC93; }
a { background-color: rgb(91,236,147); }
div.DivClassName
{
background-color: #5BEC93;
}
.BgClassName
{
background-color: #5BEC93;
}
</style>
border-color css
<style>
span { border-color: #5BEC93; }
span { border-color: rgb(91,236,147); }
td.TdClassName
{
border-color: #5BEC93;
}
.TagClassName
{
border-color: #5BEC93;
}
</style>