Shades of Medium Aquamarine #5DE3AE
Tints of Medium Aquamarine #5DE3AE
RGB
CMYK
RGB Variations
Color information
#5DE3AE (or 0x5DE3AE) is known color: Medium Aquamarine. HEX triplet: 5D, E3 and AE. RGB value is (93,227,174). Sum of RGB (Red+Green+Blue) = 93+227+174=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #5DE3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE3AE is #A21C51. Grayscale: #B4B4B4. Windows color (decimal): -10624082 or 11461469. OLE color: 11461469.
HSL color Cylindrical-coordinate representation of color #5DE3AE: hue angle of 156.27º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE3AE is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 227 | 174 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.11 |
| HSL | 156.27º | 0.71% | 0.63% | - |
| HSV(B) | 156.27º | 0.59% | 0.89% | - |
| XYZ | 39.62 | 60.32 | 49.6 | - |
| YUV | 180.89 | 124.11 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 227 | 174 | 0.59 | 0 | 0.23 | 0.11 | 156.27 | 0.71 | 0.63 |
| Hex | 5D | E3 | AE | 3B | 0 | 17 | B | 9C | 47 | 3F |
| Octal | 135 | 343 | 256 | 73 | 0 | 27 | 13 | 234 | 107 | 77 |
| Binary | 1011101 | 11100011 | 10101110 | 111011 | 0 | 10111 | 1011 | 10011100 | 1000111 | 111111 |
Color Harmonies of #5DE3AE
Complementary color
Monochromatic Colors of #5DE3AE
Black with #5DE3AE
Text Example
Text Example
White with #5DE3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE3AE; }
p { color: rgb(93,227,174); }
H1.HeaderClassName
{
color: #5DE3AE;
}
.AnyTagClassName
{
color: #5DE3AE;
}
</style>
background-color css
<style>
a { background-color: #5DE3AE; }
a { background-color: rgb(93,227,174); }
div.DivClassName
{
background-color: #5DE3AE;
}
.BgClassName
{
background-color: #5DE3AE;
}
</style>
border-color css
<style>
span { border-color: #5DE3AE; }
span { border-color: rgb(93,227,174); }
td.TdClassName
{
border-color: #5DE3AE;
}
.TagClassName
{
border-color: #5DE3AE;
}
</style>