Shades of Medium Aquamarine #5DE19D
Tints of Medium Aquamarine #5DE19D
RGB
CMYK
RGB Variations
Color information
#5DE19D (or 0x5DE19D) is known color: Medium Aquamarine. HEX triplet: 5D, E1 and 9D. RGB value is (93,225,157). Sum of RGB (Red+Green+Blue) = 93+225+157=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE19D is #A21E62. Grayscale: #B1B1B1. Windows color (decimal): -10624611 or 10346845. OLE color: 10346845.
HSL color Cylindrical-coordinate representation of color #5DE19D: hue angle of 149.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE19D is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 225 | 157 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.12 |
| HSL | 149.09º | 0.69% | 0.62% | - |
| HSV(B) | 149.09º | 0.59% | 0.88% | - |
| XYZ | 37.53 | 58.61 | 41.23 | - |
| YUV | 177.78 | 116.27 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 225 | 157 | 0.59 | 0 | 0.30 | 0.12 | 149.09 | 0.69 | 0.62 |
| Hex | 5D | E1 | 9D | 3B | 0 | 1E | C | 95 | 45 | 3E |
| Octal | 135 | 341 | 235 | 73 | 0 | 36 | 14 | 225 | 105 | 76 |
| Binary | 1011101 | 11100001 | 10011101 | 111011 | 0 | 11110 | 1100 | 10010101 | 1000101 | 111110 |
Color Harmonies of #5DE19D
Complementary color
Monochromatic Colors of #5DE19D
Black with #5DE19D
Text Example
Text Example
White with #5DE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE19D; }
p { color: rgb(93,225,157); }
H1.HeaderClassName
{
color: #5DE19D;
}
.AnyTagClassName
{
color: #5DE19D;
}
</style>
background-color css
<style>
a { background-color: #5DE19D; }
a { background-color: rgb(93,225,157); }
div.DivClassName
{
background-color: #5DE19D;
}
.BgClassName
{
background-color: #5DE19D;
}
</style>
border-color css
<style>
span { border-color: #5DE19D; }
span { border-color: rgb(93,225,157); }
td.TdClassName
{
border-color: #5DE19D;
}
.TagClassName
{
border-color: #5DE19D;
}
</style>