Shades of Medium Aquamarine #5DE9A8
Tints of Medium Aquamarine #5DE9A8
RGB
CMYK
RGB Variations
Color information
#5DE9A8 (or 0x5DE9A8) is known color: Medium Aquamarine. HEX triplet: 5D, E9 and A8. RGB value is (93,233,168). Sum of RGB (Red+Green+Blue) = 93+233+168=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE9A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DE9A8 is #A21657. Grayscale: #B7B7B7. Windows color (decimal): -10622552 or 11069789. OLE color: 11069789.
HSL color Cylindrical-coordinate representation of color #5DE9A8: hue angle of 152.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE9A8 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 233 | 168 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.09 |
| HSL | 152.14º | 0.76% | 0.64% | - |
| HSV(B) | 152.14º | 0.6% | 0.91% | - |
| XYZ | 40.72 | 63.43 | 47.14 | - |
| YUV | 183.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 233 | 168 | 0.60 | 0 | 0.28 | 0.09 | 152.14 | 0.76 | 0.64 |
| Hex | 5D | E9 | A8 | 3C | 0 | 1C | 9 | 98 | 4C | 40 |
| Octal | 135 | 351 | 250 | 74 | 0 | 34 | 11 | 230 | 114 | 100 |
| Binary | 1011101 | 11101001 | 10101000 | 111100 | 0 | 11100 | 1001 | 10011000 | 1001100 | 1000000 |
Color Harmonies of #5DE9A8
Complementary color
Monochromatic Colors of #5DE9A8
Black with #5DE9A8
Text Example
Text Example
White with #5DE9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE9A8; }
p { color: rgb(93,233,168); }
H1.HeaderClassName
{
color: #5DE9A8;
}
.AnyTagClassName
{
color: #5DE9A8;
}
</style>
background-color css
<style>
a { background-color: #5DE9A8; }
a { background-color: rgb(93,233,168); }
div.DivClassName
{
background-color: #5DE9A8;
}
.BgClassName
{
background-color: #5DE9A8;
}
</style>
border-color css
<style>
span { border-color: #5DE9A8; }
span { border-color: rgb(93,233,168); }
td.TdClassName
{
border-color: #5DE9A8;
}
.TagClassName
{
border-color: #5DE9A8;
}
</style>