Shades of Medium Aquamarine #5EDAB4
Tints of Medium Aquamarine #5EDAB4
RGB
CMYK
RGB Variations
Color information
#5EDAB4 (or 0x5EDAB4) is known color: Medium Aquamarine. HEX triplet: 5E, DA and B4. RGB value is (94,218,180). Sum of RGB (Red+Green+Blue) = 94+218+180=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDAB4 is #A1254B. Grayscale: #B0B0B0. Windows color (decimal): -10560844 or 11852382. OLE color: 11852382.
HSL color Cylindrical-coordinate representation of color #5EDAB4: hue angle of 161.61º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDAB4 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 218 | 180 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.15 |
| HSL | 161.61º | 0.63% | 0.61% | - |
| HSV(B) | 161.61º | 0.57% | 0.85% | - |
| XYZ | 37.93 | 55.82 | 51.96 | - |
| YUV | 176.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 218 | 180 | 0.57 | 0 | 0.17 | 0.15 | 161.61 | 0.63 | 0.61 |
| Hex | 5E | DA | B4 | 39 | 0 | 11 | F | A2 | 3F | 3D |
| Octal | 136 | 332 | 264 | 71 | 0 | 21 | 17 | 242 | 77 | 75 |
| Binary | 1011110 | 11011010 | 10110100 | 111001 | 0 | 10001 | 1111 | 10100010 | 111111 | 111101 |
Color Harmonies of #5EDAB4
Complementary color
Monochromatic Colors of #5EDAB4
Black with #5EDAB4
Text Example
Text Example
White with #5EDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDAB4; }
p { color: rgb(94,218,180); }
H1.HeaderClassName
{
color: #5EDAB4;
}
.AnyTagClassName
{
color: #5EDAB4;
}
</style>
background-color css
<style>
a { background-color: #5EDAB4; }
a { background-color: rgb(94,218,180); }
div.DivClassName
{
background-color: #5EDAB4;
}
.BgClassName
{
background-color: #5EDAB4;
}
</style>
border-color css
<style>
span { border-color: #5EDAB4; }
span { border-color: rgb(94,218,180); }
td.TdClassName
{
border-color: #5EDAB4;
}
.TagClassName
{
border-color: #5EDAB4;
}
</style>