Shades of Medium Aquamarine #5BEEAC
Tints of Medium Aquamarine #5BEEAC
RGB
CMYK
RGB Variations
Color information
#5BEEAC (or 0x5BEEAC) is known color: Medium Aquamarine. HEX triplet: 5B, EE and AC. RGB value is (91,238,172). Sum of RGB (Red+Green+Blue) = 91+238+172=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEEAC is #A41153. Grayscale: #BABABA. Windows color (decimal): -10752340 or 11333211. OLE color: 11333211.
HSL color Cylindrical-coordinate representation of color #5BEEAC: hue angle of 153.06º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEEAC is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 172 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.07 |
| HSL | 153.06º | 0.81% | 0.65% | - |
| HSV(B) | 153.06º | 0.62% | 0.93% | - |
| XYZ | 42.34 | 66.35 | 49.61 | - |
| YUV | 186.52 | 119.8 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 172 | 0.62 | 0 | 0.28 | 0.07 | 153.06 | 0.81 | 0.65 |
| Hex | 5B | EE | AC | 3E | 0 | 1C | 7 | 99 | 51 | 41 |
| Octal | 133 | 356 | 254 | 76 | 0 | 34 | 7 | 231 | 121 | 101 |
| Binary | 1011011 | 11101110 | 10101100 | 111110 | 0 | 11100 | 111 | 10011001 | 1010001 | 1000001 |
Color Harmonies of #5BEEAC
Complementary color
Monochromatic Colors of #5BEEAC
Black with #5BEEAC
Text Example
Text Example
White with #5BEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEAC; }
p { color: rgb(91,238,172); }
H1.HeaderClassName
{
color: #5BEEAC;
}
.AnyTagClassName
{
color: #5BEEAC;
}
</style>
background-color css
<style>
a { background-color: #5BEEAC; }
a { background-color: rgb(91,238,172); }
div.DivClassName
{
background-color: #5BEEAC;
}
.BgClassName
{
background-color: #5BEEAC;
}
</style>
border-color css
<style>
span { border-color: #5BEEAC; }
span { border-color: rgb(91,238,172); }
td.TdClassName
{
border-color: #5BEEAC;
}
.TagClassName
{
border-color: #5BEEAC;
}
</style>