Shades of Medium Aquamarine #5DE096
Tints of Medium Aquamarine #5DE096
RGB
CMYK
RGB Variations
Color information
#5DE096 (or 0x5DE096) is known color: Medium Aquamarine. HEX triplet: 5D, E0 and 96. RGB value is (93,224,150). Sum of RGB (Red+Green+Blue) = 93+224+150=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE096 is #A21F69. Grayscale: #B0B0B0. Windows color (decimal): -10624874 or 9887837. OLE color: 9887837.
HSL color Cylindrical-coordinate representation of color #5DE096: hue angle of 146.11º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE096 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 224 | 150 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.12 |
| HSL | 146.11º | 0.68% | 0.62% | - |
| HSV(B) | 146.11º | 0.58% | 0.88% | - |
| XYZ | 36.67 | 57.84 | 38.09 | - |
| YUV | 176.4 | 113.1 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 224 | 150 | 0.58 | 0 | 0.33 | 0.12 | 146.11 | 0.68 | 0.62 |
| Hex | 5D | E0 | 96 | 3A | 0 | 21 | C | 92 | 44 | 3E |
| Octal | 135 | 340 | 226 | 72 | 0 | 41 | 14 | 222 | 104 | 76 |
| Binary | 1011101 | 11100000 | 10010110 | 111010 | 0 | 100001 | 1100 | 10010010 | 1000100 | 111110 |
Color Harmonies of #5DE096
Complementary color
Monochromatic Colors of #5DE096
Black with #5DE096
Text Example
Text Example
White with #5DE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE096; }
p { color: rgb(93,224,150); }
H1.HeaderClassName
{
color: #5DE096;
}
.AnyTagClassName
{
color: #5DE096;
}
</style>
background-color css
<style>
a { background-color: #5DE096; }
a { background-color: rgb(93,224,150); }
div.DivClassName
{
background-color: #5DE096;
}
.BgClassName
{
background-color: #5DE096;
}
</style>
border-color css
<style>
span { border-color: #5DE096; }
span { border-color: rgb(93,224,150); }
td.TdClassName
{
border-color: #5DE096;
}
.TagClassName
{
border-color: #5DE096;
}
</style>