Shades of Medium Aquamarine #5EDBAB
Tints of Medium Aquamarine #5EDBAB
RGB
CMYK
RGB Variations
Color information
#5EDBAB (or 0x5EDBAB) is known color: Medium Aquamarine. HEX triplet: 5E, DB and AB. RGB value is (94,219,171). Sum of RGB (Red+Green+Blue) = 94+219+171=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBAB is #A12454. Grayscale: #B0B0B0. Windows color (decimal): -10560597 or 11262814. OLE color: 11262814.
HSL color Cylindrical-coordinate representation of color #5EDBAB: hue angle of 156.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBAB is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 171 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.14 |
| HSL | 156.96º | 0.63% | 0.61% | - |
| HSV(B) | 156.96º | 0.57% | 0.86% | - |
| XYZ | 37.3 | 55.98 | 47.37 | - |
| YUV | 176.15 | 125.09 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 171 | 0.57 | 0 | 0.22 | 0.14 | 156.96 | 0.63 | 0.61 |
| Hex | 5E | DB | AB | 39 | 0 | 16 | E | 9D | 3F | 3D |
| Octal | 136 | 333 | 253 | 71 | 0 | 26 | 16 | 235 | 77 | 75 |
| Binary | 1011110 | 11011011 | 10101011 | 111001 | 0 | 10110 | 1110 | 10011101 | 111111 | 111101 |
Color Harmonies of #5EDBAB
Complementary color
Monochromatic Colors of #5EDBAB
Black with #5EDBAB
Text Example
Text Example
White with #5EDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBAB; }
p { color: rgb(94,219,171); }
H1.HeaderClassName
{
color: #5EDBAB;
}
.AnyTagClassName
{
color: #5EDBAB;
}
</style>
background-color css
<style>
a { background-color: #5EDBAB; }
a { background-color: rgb(94,219,171); }
div.DivClassName
{
background-color: #5EDBAB;
}
.BgClassName
{
background-color: #5EDBAB;
}
</style>
border-color css
<style>
span { border-color: #5EDBAB; }
span { border-color: rgb(94,219,171); }
td.TdClassName
{
border-color: #5EDBAB;
}
.TagClassName
{
border-color: #5EDBAB;
}
</style>