Shades of Medium Aquamarine #5ED89B
Tints of Medium Aquamarine #5ED89B
RGB
CMYK
RGB Variations
Color information
#5ED89B (or 0x5ED89B) is known color: Medium Aquamarine. HEX triplet: 5E, D8 and 9B. RGB value is (94,216,155). Sum of RGB (Red+Green+Blue) = 94+216+155=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED89B is #A12764. Grayscale: #ACACAC. Windows color (decimal): -10561381 or 10213470. OLE color: 10213470.
HSL color Cylindrical-coordinate representation of color #5ED89B: hue angle of 150º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED89B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 216 | 155 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.15 |
| HSL | 150º | 0.61% | 0.61% | - |
| HSV(B) | 150º | 0.56% | 0.85% | - |
| XYZ | 35.09 | 53.86 | 39.56 | - |
| YUV | 172.57 | 118.08 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 155 | 0.56 | 0 | 0.28 | 0.15 | 150 | 0.61 | 0.61 |
| Hex | 5E | D8 | 9B | 38 | 0 | 1C | F | 96 | 3D | 3D |
| Octal | 136 | 330 | 233 | 70 | 0 | 34 | 17 | 226 | 75 | 75 |
| Binary | 1011110 | 11011000 | 10011011 | 111000 | 0 | 11100 | 1111 | 10010110 | 111101 | 111101 |
Color Harmonies of #5ED89B
Complementary color
Monochromatic Colors of #5ED89B
Black with #5ED89B
Text Example
Text Example
White with #5ED89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED89B; }
p { color: rgb(94,216,155); }
H1.HeaderClassName
{
color: #5ED89B;
}
.AnyTagClassName
{
color: #5ED89B;
}
</style>
background-color css
<style>
a { background-color: #5ED89B; }
a { background-color: rgb(94,216,155); }
div.DivClassName
{
background-color: #5ED89B;
}
.BgClassName
{
background-color: #5ED89B;
}
</style>
border-color css
<style>
span { border-color: #5ED89B; }
span { border-color: rgb(94,216,155); }
td.TdClassName
{
border-color: #5ED89B;
}
.TagClassName
{
border-color: #5ED89B;
}
</style>