Shades of Medium Aquamarine #5BEAAC
Tints of Medium Aquamarine #5BEAAC
RGB
CMYK
RGB Variations
Color information
#5BEAAC (or 0x5BEAAC) is known color: Medium Aquamarine. HEX triplet: 5B, EA and AC. RGB value is (91,234,172). Sum of RGB (Red+Green+Blue) = 91+234+172=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEAAC is #A41553. Grayscale: #B8B8B8. Windows color (decimal): -10753364 or 11332187. OLE color: 11332187.
HSL color Cylindrical-coordinate representation of color #5BEAAC: hue angle of 153.99º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEAAC is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 172 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.08 |
| HSL | 153.99º | 0.77% | 0.64% | - |
| HSV(B) | 153.99º | 0.61% | 0.92% | - |
| XYZ | 41.18 | 64.05 | 49.22 | - |
| YUV | 184.18 | 121.12 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 172 | 0.61 | 0 | 0.26 | 0.08 | 153.99 | 0.77 | 0.64 |
| Hex | 5B | EA | AC | 3D | 0 | 1A | 8 | 9A | 4D | 40 |
| Octal | 133 | 352 | 254 | 75 | 0 | 32 | 10 | 232 | 115 | 100 |
| Binary | 1011011 | 11101010 | 10101100 | 111101 | 0 | 11010 | 1000 | 10011010 | 1001101 | 1000000 |
Color Harmonies of #5BEAAC
Complementary color
Monochromatic Colors of #5BEAAC
Black with #5BEAAC
Text Example
Text Example
White with #5BEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAAC; }
p { color: rgb(91,234,172); }
H1.HeaderClassName
{
color: #5BEAAC;
}
.AnyTagClassName
{
color: #5BEAAC;
}
</style>
background-color css
<style>
a { background-color: #5BEAAC; }
a { background-color: rgb(91,234,172); }
div.DivClassName
{
background-color: #5BEAAC;
}
.BgClassName
{
background-color: #5BEAAC;
}
</style>
border-color css
<style>
span { border-color: #5BEAAC; }
span { border-color: rgb(91,234,172); }
td.TdClassName
{
border-color: #5BEAAC;
}
.TagClassName
{
border-color: #5BEAAC;
}
</style>