Shades of Medium Aquamarine #5DD39D
Tints of Medium Aquamarine #5DD39D
RGB
CMYK
RGB Variations
Color information
#5DD39D (or 0x5DD39D) is known color: Medium Aquamarine. HEX triplet: 5D, D3 and 9D. RGB value is (93,211,157). Sum of RGB (Red+Green+Blue) = 93+211+157=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD39D is #A22C62. Grayscale: #A9A9A9. Windows color (decimal): -10628195 or 10343261. OLE color: 10343261.
HSL color Cylindrical-coordinate representation of color #5DD39D: hue angle of 152.54º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD39D is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 157 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.17 |
| HSL | 152.54º | 0.57% | 0.6% | - |
| HSV(B) | 152.54º | 0.56% | 0.83% | - |
| XYZ | 33.89 | 51.35 | 40.02 | - |
| YUV | 169.56 | 120.91 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 157 | 0.56 | 0 | 0.26 | 0.17 | 152.54 | 0.57 | 0.6 |
| Hex | 5D | D3 | 9D | 38 | 0 | 1A | 11 | 99 | 39 | 3C |
| Octal | 135 | 323 | 235 | 70 | 0 | 32 | 21 | 231 | 71 | 74 |
| Binary | 1011101 | 11010011 | 10011101 | 111000 | 0 | 11010 | 10001 | 10011001 | 111001 | 111100 |
Color Harmonies of #5DD39D
Complementary color
Monochromatic Colors of #5DD39D
Black with #5DD39D
Text Example
Text Example
White with #5DD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD39D; }
p { color: rgb(93,211,157); }
H1.HeaderClassName
{
color: #5DD39D;
}
.AnyTagClassName
{
color: #5DD39D;
}
</style>
background-color css
<style>
a { background-color: #5DD39D; }
a { background-color: rgb(93,211,157); }
div.DivClassName
{
background-color: #5DD39D;
}
.BgClassName
{
background-color: #5DD39D;
}
</style>
border-color css
<style>
span { border-color: #5DD39D; }
span { border-color: rgb(93,211,157); }
td.TdClassName
{
border-color: #5DD39D;
}
.TagClassName
{
border-color: #5DD39D;
}
</style>