Shades of Medium Aquamarine #5EDCA5
Tints of Medium Aquamarine #5EDCA5
RGB
CMYK
RGB Variations
Color information
#5EDCA5 (or 0x5EDCA5) is known color: Medium Aquamarine. HEX triplet: 5E, DC and A5. RGB value is (94,220,165). Sum of RGB (Red+Green+Blue) = 94+220+165=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDCA5 is #A1235A. Grayscale: #B0B0B0. Windows color (decimal): -10560347 or 10869854. OLE color: 10869854.
HSL color Cylindrical-coordinate representation of color #5EDCA5: hue angle of 153.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCA5 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 165 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.14 |
| HSL | 153.81º | 0.64% | 0.62% | - |
| HSV(B) | 153.81º | 0.57% | 0.86% | - |
| XYZ | 37 | 56.28 | 44.51 | - |
| YUV | 176.06 | 121.76 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 165 | 0.57 | 0 | 0.25 | 0.14 | 153.81 | 0.64 | 0.62 |
| Hex | 5E | DC | A5 | 39 | 0 | 19 | E | 9A | 40 | 3E |
| Octal | 136 | 334 | 245 | 71 | 0 | 31 | 16 | 232 | 100 | 76 |
| Binary | 1011110 | 11011100 | 10100101 | 111001 | 0 | 11001 | 1110 | 10011010 | 1000000 | 111110 |
Color Harmonies of #5EDCA5
Complementary color
Monochromatic Colors of #5EDCA5
Black with #5EDCA5
Text Example
Text Example
White with #5EDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCA5; }
p { color: rgb(94,220,165); }
H1.HeaderClassName
{
color: #5EDCA5;
}
.AnyTagClassName
{
color: #5EDCA5;
}
</style>
background-color css
<style>
a { background-color: #5EDCA5; }
a { background-color: rgb(94,220,165); }
div.DivClassName
{
background-color: #5EDCA5;
}
.BgClassName
{
background-color: #5EDCA5;
}
</style>
border-color css
<style>
span { border-color: #5EDCA5; }
span { border-color: rgb(94,220,165); }
td.TdClassName
{
border-color: #5EDCA5;
}
.TagClassName
{
border-color: #5EDCA5;
}
</style>