Shades of Medium Aquamarine #5ED09D
Tints of Medium Aquamarine #5ED09D
RGB
CMYK
RGB Variations
Color information
#5ED09D (or 0x5ED09D) is known color: Medium Aquamarine. HEX triplet: 5E, D0 and 9D. RGB value is (94,208,157). Sum of RGB (Red+Green+Blue) = 94+208+157=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED09D is #A12F62. Grayscale: #A8A8A8. Windows color (decimal): -10563427 or 10342494. OLE color: 10342494.
HSL color Cylindrical-coordinate representation of color #5ED09D: hue angle of 153.16º 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 #5ED09D is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 157 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.18 |
| HSL | 153.16º | 0.55% | 0.59% | - |
| HSV(B) | 153.16º | 0.55% | 0.82% | - |
| XYZ | 33.26 | 49.93 | 39.78 | - |
| YUV | 168.1 | 121.73 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 157 | 0.55 | 0 | 0.25 | 0.18 | 153.16 | 0.55 | 0.59 |
| Hex | 5E | D0 | 9D | 37 | 0 | 19 | 12 | 99 | 37 | 3B |
| Octal | 136 | 320 | 235 | 67 | 0 | 31 | 22 | 231 | 67 | 73 |
| Binary | 1011110 | 11010000 | 10011101 | 110111 | 0 | 11001 | 10010 | 10011001 | 110111 | 111011 |
Color Harmonies of #5ED09D
Complementary color
Monochromatic Colors of #5ED09D
Black with #5ED09D
Text Example
Text Example
White with #5ED09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED09D; }
p { color: rgb(94,208,157); }
H1.HeaderClassName
{
color: #5ED09D;
}
.AnyTagClassName
{
color: #5ED09D;
}
</style>
background-color css
<style>
a { background-color: #5ED09D; }
a { background-color: rgb(94,208,157); }
div.DivClassName
{
background-color: #5ED09D;
}
.BgClassName
{
background-color: #5ED09D;
}
</style>
border-color css
<style>
span { border-color: #5ED09D; }
span { border-color: rgb(94,208,157); }
td.TdClassName
{
border-color: #5ED09D;
}
.TagClassName
{
border-color: #5ED09D;
}
</style>