Shades of Medium Aquamarine #5DD898
Tints of Medium Aquamarine #5DD898
RGB
CMYK
RGB Variations
Color information
#5DD898 (or 0x5DD898) is known color: Medium Aquamarine. HEX triplet: 5D, D8 and 98. RGB value is (93,216,152). Sum of RGB (Red+Green+Blue) = 93+216+152=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD898 is #A22767. Grayscale: #ACACAC. Windows color (decimal): -10626920 or 10016861. OLE color: 10016861.
HSL color Cylindrical-coordinate representation of color #5DD898: hue angle of 148.78º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD898 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 152 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.15 |
| HSL | 148.78º | 0.61% | 0.61% | - |
| HSV(B) | 148.78º | 0.57% | 0.85% | - |
| XYZ | 34.74 | 53.71 | 38.24 | - |
| YUV | 171.93 | 116.75 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 152 | 0.57 | 0 | 0.30 | 0.15 | 148.78 | 0.61 | 0.61 |
| Hex | 5D | D8 | 98 | 39 | 0 | 1E | F | 95 | 3D | 3D |
| Octal | 135 | 330 | 230 | 71 | 0 | 36 | 17 | 225 | 75 | 75 |
| Binary | 1011101 | 11011000 | 10011000 | 111001 | 0 | 11110 | 1111 | 10010101 | 111101 | 111101 |
Color Harmonies of #5DD898
Complementary color
Monochromatic Colors of #5DD898
Black with #5DD898
Text Example
Text Example
White with #5DD898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD898; }
p { color: rgb(93,216,152); }
H1.HeaderClassName
{
color: #5DD898;
}
.AnyTagClassName
{
color: #5DD898;
}
</style>
background-color css
<style>
a { background-color: #5DD898; }
a { background-color: rgb(93,216,152); }
div.DivClassName
{
background-color: #5DD898;
}
.BgClassName
{
background-color: #5DD898;
}
</style>
border-color css
<style>
span { border-color: #5DD898; }
span { border-color: rgb(93,216,152); }
td.TdClassName
{
border-color: #5DD898;
}
.TagClassName
{
border-color: #5DD898;
}
</style>