Shades of Medium Aquamarine #5EDE9A
Tints of Medium Aquamarine #5EDE9A
RGB
CMYK
RGB Variations
Color information
#5EDE9A (or 0x5EDE9A) is known color: Medium Aquamarine. HEX triplet: 5E, DE and 9A. RGB value is (94,222,154). Sum of RGB (Red+Green+Blue) = 94+222+154=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDE9A is #A12165. Grayscale: #B0B0B0. Windows color (decimal): -10559846 or 10149470. OLE color: 10149470.
HSL color Cylindrical-coordinate representation of color #5EDE9A: hue angle of 148.12º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDE9A is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 154 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.13 |
| HSL | 148.13º | 0.66% | 0.62% | - |
| HSV(B) | 148.13º | 0.58% | 0.87% | - |
| XYZ | 36.57 | 56.96 | 39.64 | - |
| YUV | 175.98 | 115.59 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 154 | 0.58 | 0 | 0.31 | 0.13 | 148.13 | 0.66 | 0.62 |
| Hex | 5E | DE | 9A | 3A | 0 | 1F | D | 94 | 42 | 3E |
| Octal | 136 | 336 | 232 | 72 | 0 | 37 | 15 | 224 | 102 | 76 |
| Binary | 1011110 | 11011110 | 10011010 | 111010 | 0 | 11111 | 1101 | 10010100 | 1000010 | 111110 |
Color Harmonies of #5EDE9A
Complementary color
Monochromatic Colors of #5EDE9A
Black with #5EDE9A
Text Example
Text Example
White with #5EDE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDE9A; }
p { color: rgb(94,222,154); }
H1.HeaderClassName
{
color: #5EDE9A;
}
.AnyTagClassName
{
color: #5EDE9A;
}
</style>
background-color css
<style>
a { background-color: #5EDE9A; }
a { background-color: rgb(94,222,154); }
div.DivClassName
{
background-color: #5EDE9A;
}
.BgClassName
{
background-color: #5EDE9A;
}
</style>
border-color css
<style>
span { border-color: #5EDE9A; }
span { border-color: rgb(94,222,154); }
td.TdClassName
{
border-color: #5EDE9A;
}
.TagClassName
{
border-color: #5EDE9A;
}
</style>