Shades of Medium Aquamarine #5ED0A2
Tints of Medium Aquamarine #5ED0A2
RGB
CMYK
RGB Variations
Color information
#5ED0A2 (or 0x5ED0A2) is known color: Medium Aquamarine. HEX triplet: 5E, D0 and A2. RGB value is (94,208,162). Sum of RGB (Red+Green+Blue) = 94+208+162=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED0A2 is #A12F5D. Grayscale: #A8A8A8. Windows color (decimal): -10563422 or 10670174. OLE color: 10670174.
HSL color Cylindrical-coordinate representation of color #5ED0A2: hue angle of 155.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED0A2 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 162 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.18 |
| HSL | 155.79º | 0.55% | 0.59% | - |
| HSV(B) | 155.79º | 0.55% | 0.82% | - |
| XYZ | 33.69 | 50.1 | 42.08 | - |
| YUV | 168.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 162 | 0.55 | 0 | 0.22 | 0.18 | 155.79 | 0.55 | 0.59 |
| Hex | 5E | D0 | A2 | 37 | 0 | 16 | 12 | 9C | 37 | 3B |
| Octal | 136 | 320 | 242 | 67 | 0 | 26 | 22 | 234 | 67 | 73 |
| Binary | 1011110 | 11010000 | 10100010 | 110111 | 0 | 10110 | 10010 | 10011100 | 110111 | 111011 |
Color Harmonies of #5ED0A2
Complementary color
Monochromatic Colors of #5ED0A2
Black with #5ED0A2
Text Example
Text Example
White with #5ED0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED0A2; }
p { color: rgb(94,208,162); }
H1.HeaderClassName
{
color: #5ED0A2;
}
.AnyTagClassName
{
color: #5ED0A2;
}
</style>
background-color css
<style>
a { background-color: #5ED0A2; }
a { background-color: rgb(94,208,162); }
div.DivClassName
{
background-color: #5ED0A2;
}
.BgClassName
{
background-color: #5ED0A2;
}
</style>
border-color css
<style>
span { border-color: #5ED0A2; }
span { border-color: rgb(94,208,162); }
td.TdClassName
{
border-color: #5ED0A2;
}
.TagClassName
{
border-color: #5ED0A2;
}
</style>