Shades of Medium Aquamarine #5DDDA1
Tints of Medium Aquamarine #5DDDA1
RGB
CMYK
RGB Variations
Color information
#5DDDA1 (or 0x5DDDA1) is known color: Medium Aquamarine. HEX triplet: 5D, DD and A1. RGB value is (93,221,161). Sum of RGB (Red+Green+Blue) = 93+221+161=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDDA1 is #A2225E. Grayscale: #B0B0B0. Windows color (decimal): -10625631 or 10607965. OLE color: 10607965.
HSL color Cylindrical-coordinate representation of color #5DDDA1: hue angle of 151.88º degrees, saturation: 0.65, 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 #5DDDA1 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 161 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.13 |
| HSL | 151.88º | 0.65% | 0.62% | - |
| HSV(B) | 151.88º | 0.58% | 0.87% | - |
| XYZ | 36.8 | 56.61 | 42.71 | - |
| YUV | 175.89 | 119.59 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 161 | 0.58 | 0 | 0.27 | 0.13 | 151.88 | 0.65 | 0.62 |
| Hex | 5D | DD | A1 | 3A | 0 | 1B | D | 98 | 41 | 3E |
| Octal | 135 | 335 | 241 | 72 | 0 | 33 | 15 | 230 | 101 | 76 |
| Binary | 1011101 | 11011101 | 10100001 | 111010 | 0 | 11011 | 1101 | 10011000 | 1000001 | 111110 |
Color Harmonies of #5DDDA1
Complementary color
Monochromatic Colors of #5DDDA1
Black with #5DDDA1
Text Example
Text Example
White with #5DDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDDA1; }
p { color: rgb(93,221,161); }
H1.HeaderClassName
{
color: #5DDDA1;
}
.AnyTagClassName
{
color: #5DDDA1;
}
</style>
background-color css
<style>
a { background-color: #5DDDA1; }
a { background-color: rgb(93,221,161); }
div.DivClassName
{
background-color: #5DDDA1;
}
.BgClassName
{
background-color: #5DDDA1;
}
</style>
border-color css
<style>
span { border-color: #5DDDA1; }
span { border-color: rgb(93,221,161); }
td.TdClassName
{
border-color: #5DDDA1;
}
.TagClassName
{
border-color: #5DDDA1;
}
</style>