Shades of Medium Aquamarine #5BE6AC
Tints of Medium Aquamarine #5BE6AC
RGB
CMYK
RGB Variations
Color information
#5BE6AC (or 0x5BE6AC) is known color: Medium Aquamarine. HEX triplet: 5B, E6 and AC. RGB value is (91,230,172). Sum of RGB (Red+Green+Blue) = 91+230+172=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #5BE6AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BE6AC is #A41953. Grayscale: #B5B5B5. Windows color (decimal): -10754388 or 11331163. OLE color: 11331163.
HSL color Cylindrical-coordinate representation of color #5BE6AC: hue angle of 154.96º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE6AC is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 230 | 172 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.10 |
| HSL | 154.96º | 0.74% | 0.63% | - |
| HSV(B) | 154.96º | 0.6% | 0.9% | - |
| XYZ | 40.06 | 61.8 | 48.85 | - |
| YUV | 181.83 | 122.45 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 230 | 172 | 0.60 | 0 | 0.25 | 0.10 | 154.96 | 0.74 | 0.63 |
| Hex | 5B | E6 | AC | 3C | 0 | 19 | A | 9B | 4A | 3F |
| Octal | 133 | 346 | 254 | 74 | 0 | 31 | 12 | 233 | 112 | 77 |
| Binary | 1011011 | 11100110 | 10101100 | 111100 | 0 | 11001 | 1010 | 10011011 | 1001010 | 111111 |
Color Harmonies of #5BE6AC
Complementary color
Monochromatic Colors of #5BE6AC
Black with #5BE6AC
Text Example
Text Example
White with #5BE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE6AC; }
p { color: rgb(91,230,172); }
H1.HeaderClassName
{
color: #5BE6AC;
}
.AnyTagClassName
{
color: #5BE6AC;
}
</style>
background-color css
<style>
a { background-color: #5BE6AC; }
a { background-color: rgb(91,230,172); }
div.DivClassName
{
background-color: #5BE6AC;
}
.BgClassName
{
background-color: #5BE6AC;
}
</style>
border-color css
<style>
span { border-color: #5BE6AC; }
span { border-color: rgb(91,230,172); }
td.TdClassName
{
border-color: #5BE6AC;
}
.TagClassName
{
border-color: #5BE6AC;
}
</style>