Shades of Medium Aquamarine #5DDEA8
Tints of Medium Aquamarine #5DDEA8
RGB
CMYK
RGB Variations
Color information
#5DDEA8 (or 0x5DDEA8) is known color: Medium Aquamarine. HEX triplet: 5D, DE and A8. RGB value is (93,222,168). Sum of RGB (Red+Green+Blue) = 93+222+168=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDEA8 is #A22157. Grayscale: #B1B1B1. Windows color (decimal): -10625368 or 11066973. OLE color: 11066973.
HSL color Cylindrical-coordinate representation of color #5DDEA8: hue angle of 154.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDEA8 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 222 | 168 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.13 |
| HSL | 154.88º | 0.66% | 0.62% | - |
| HSV(B) | 154.88º | 0.58% | 0.87% | - |
| XYZ | 37.7 | 57.4 | 46.14 | - |
| YUV | 177.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 168 | 0.58 | 0 | 0.24 | 0.13 | 154.88 | 0.66 | 0.62 |
| Hex | 5D | DE | A8 | 3A | 0 | 18 | D | 9B | 42 | 3E |
| Octal | 135 | 336 | 250 | 72 | 0 | 30 | 15 | 233 | 102 | 76 |
| Binary | 1011101 | 11011110 | 10101000 | 111010 | 0 | 11000 | 1101 | 10011011 | 1000010 | 111110 |
Color Harmonies of #5DDEA8
Complementary color
Monochromatic Colors of #5DDEA8
Black with #5DDEA8
Text Example
Text Example
White with #5DDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDEA8; }
p { color: rgb(93,222,168); }
H1.HeaderClassName
{
color: #5DDEA8;
}
.AnyTagClassName
{
color: #5DDEA8;
}
</style>
background-color css
<style>
a { background-color: #5DDEA8; }
a { background-color: rgb(93,222,168); }
div.DivClassName
{
background-color: #5DDEA8;
}
.BgClassName
{
background-color: #5DDEA8;
}
</style>
border-color css
<style>
span { border-color: #5DDEA8; }
span { border-color: rgb(93,222,168); }
td.TdClassName
{
border-color: #5DDEA8;
}
.TagClassName
{
border-color: #5DDEA8;
}
</style>