Shades of Medium Aquamarine #5DEAA8
Tints of Medium Aquamarine #5DEAA8
RGB
CMYK
RGB Variations
Color information
#5DEAA8 (or 0x5DEAA8) is known color: Medium Aquamarine. HEX triplet: 5D, EA and A8. RGB value is (93,234,168). Sum of RGB (Red+Green+Blue) = 93+234+168=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEAA8 is #A21557. Grayscale: #B8B8B8. Windows color (decimal): -10622296 or 11070045. OLE color: 11070045.
HSL color Cylindrical-coordinate representation of color #5DEAA8: hue angle of 151.91º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEAA8 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 234 | 168 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.08 |
| HSL | 151.91º | 0.77% | 0.64% | - |
| HSV(B) | 151.91º | 0.6% | 0.92% | - |
| XYZ | 41 | 64 | 47.24 | - |
| YUV | 184.32 | 118.79 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 168 | 0.60 | 0 | 0.28 | 0.08 | 151.91 | 0.77 | 0.64 |
| Hex | 5D | EA | A8 | 3C | 0 | 1C | 8 | 98 | 4D | 40 |
| Octal | 135 | 352 | 250 | 74 | 0 | 34 | 10 | 230 | 115 | 100 |
| Binary | 1011101 | 11101010 | 10101000 | 111100 | 0 | 11100 | 1000 | 10011000 | 1001101 | 1000000 |
Color Harmonies of #5DEAA8
Complementary color
Monochromatic Colors of #5DEAA8
Black with #5DEAA8
Text Example
Text Example
White with #5DEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEAA8; }
p { color: rgb(93,234,168); }
H1.HeaderClassName
{
color: #5DEAA8;
}
.AnyTagClassName
{
color: #5DEAA8;
}
</style>
background-color css
<style>
a { background-color: #5DEAA8; }
a { background-color: rgb(93,234,168); }
div.DivClassName
{
background-color: #5DEAA8;
}
.BgClassName
{
background-color: #5DEAA8;
}
</style>
border-color css
<style>
span { border-color: #5DEAA8; }
span { border-color: rgb(93,234,168); }
td.TdClassName
{
border-color: #5DEAA8;
}
.TagClassName
{
border-color: #5DEAA8;
}
</style>