Shades of Medium Aquamarine #5ED798
Tints of Medium Aquamarine #5ED798
RGB
CMYK
RGB Variations
Color information
#5ED798 (or 0x5ED798) is known color: Medium Aquamarine. HEX triplet: 5E, D7 and 98. RGB value is (94,215,152). Sum of RGB (Red+Green+Blue) = 94+215+152=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED798 is #A12867. Grayscale: #ABABAB. Windows color (decimal): -10561640 or 10016606. OLE color: 10016606.
HSL color Cylindrical-coordinate representation of color #5ED798: hue angle of 148.76º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED798 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 152 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.16 |
| HSL | 148.76º | 0.6% | 0.61% | - |
| HSV(B) | 148.76º | 0.56% | 0.84% | - |
| XYZ | 34.58 | 53.25 | 38.16 | - |
| YUV | 171.64 | 116.91 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 152 | 0.56 | 0 | 0.29 | 0.16 | 148.76 | 0.6 | 0.61 |
| Hex | 5E | D7 | 98 | 38 | 0 | 1D | 10 | 95 | 3C | 3D |
| Octal | 136 | 327 | 230 | 70 | 0 | 35 | 20 | 225 | 74 | 75 |
| Binary | 1011110 | 11010111 | 10011000 | 111000 | 0 | 11101 | 10000 | 10010101 | 111100 | 111101 |
Color Harmonies of #5ED798
Complementary color
Monochromatic Colors of #5ED798
Black with #5ED798
Text Example
Text Example
White with #5ED798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED798; }
p { color: rgb(94,215,152); }
H1.HeaderClassName
{
color: #5ED798;
}
.AnyTagClassName
{
color: #5ED798;
}
</style>
background-color css
<style>
a { background-color: #5ED798; }
a { background-color: rgb(94,215,152); }
div.DivClassName
{
background-color: #5ED798;
}
.BgClassName
{
background-color: #5ED798;
}
</style>
border-color css
<style>
span { border-color: #5ED798; }
span { border-color: rgb(94,215,152); }
td.TdClassName
{
border-color: #5ED798;
}
.TagClassName
{
border-color: #5ED798;
}
</style>