Shades of Medium Aquamarine #5BEDA1
Tints of Medium Aquamarine #5BEDA1
RGB
CMYK
RGB Variations
Color information
#5BEDA1 (or 0x5BEDA1) is known color: Medium Aquamarine. HEX triplet: 5B, ED and A1. RGB value is (91,237,161). Sum of RGB (Red+Green+Blue) = 91+237+161=489 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.61% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #5BEDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEDA1 is #A4125E. Grayscale: #B8B8B8. Windows color (decimal): -10752607 or 10612059. OLE color: 10612059.
HSL color Cylindrical-coordinate representation of color #5BEDA1: hue angle of 148.77º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEDA1 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 237 | 161 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.07 |
| HSL | 148.77º | 0.8% | 0.64% | - |
| HSV(B) | 148.77º | 0.62% | 0.93% | - |
| XYZ | 41.03 | 65.37 | 44.17 | - |
| YUV | 184.68 | 114.63 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 237 | 161 | 0.62 | 0 | 0.32 | 0.07 | 148.77 | 0.8 | 0.64 |
| Hex | 5B | ED | A1 | 3E | 0 | 20 | 7 | 95 | 50 | 40 |
| Octal | 133 | 355 | 241 | 76 | 0 | 40 | 7 | 225 | 120 | 100 |
| Binary | 1011011 | 11101101 | 10100001 | 111110 | 0 | 100000 | 111 | 10010101 | 1010000 | 1000000 |
Color Harmonies of #5BEDA1
Complementary color
Monochromatic Colors of #5BEDA1
Black with #5BEDA1
Text Example
Text Example
White with #5BEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEDA1; }
p { color: rgb(91,237,161); }
H1.HeaderClassName
{
color: #5BEDA1;
}
.AnyTagClassName
{
color: #5BEDA1;
}
</style>
background-color css
<style>
a { background-color: #5BEDA1; }
a { background-color: rgb(91,237,161); }
div.DivClassName
{
background-color: #5BEDA1;
}
.BgClassName
{
background-color: #5BEDA1;
}
</style>
border-color css
<style>
span { border-color: #5BEDA1; }
span { border-color: rgb(91,237,161); }
td.TdClassName
{
border-color: #5BEDA1;
}
.TagClassName
{
border-color: #5BEDA1;
}
</style>