Shades of Medium Aquamarine #5DDDA2
Tints of Medium Aquamarine #5DDDA2
RGB
CMYK
RGB Variations
Color information
#5DDDA2 (or 0x5DDDA2) is known color: Medium Aquamarine. HEX triplet: 5D, DD and A2. RGB value is (93,221,162). Sum of RGB (Red+Green+Blue) = 93+221+162=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDDA2 is #A2225D. Grayscale: #B0B0B0. Windows color (decimal): -10625630 or 10673501. OLE color: 10673501.
HSL color Cylindrical-coordinate representation of color #5DDDA2: hue angle of 152.34º 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 #5DDDA2 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 162 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.13 |
| HSL | 152.34º | 0.65% | 0.62% | - |
| HSV(B) | 152.34º | 0.58% | 0.87% | - |
| XYZ | 36.89 | 56.65 | 43.17 | - |
| YUV | 176 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 162 | 0.58 | 0 | 0.27 | 0.13 | 152.34 | 0.65 | 0.62 |
| Hex | 5D | DD | A2 | 3A | 0 | 1B | D | 98 | 41 | 3E |
| Octal | 135 | 335 | 242 | 72 | 0 | 33 | 15 | 230 | 101 | 76 |
| Binary | 1011101 | 11011101 | 10100010 | 111010 | 0 | 11011 | 1101 | 10011000 | 1000001 | 111110 |
Color Harmonies of #5DDDA2
Complementary color
Monochromatic Colors of #5DDDA2
Black with #5DDDA2
Text Example
Text Example
White with #5DDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDDA2; }
p { color: rgb(93,221,162); }
H1.HeaderClassName
{
color: #5DDDA2;
}
.AnyTagClassName
{
color: #5DDDA2;
}
</style>
background-color css
<style>
a { background-color: #5DDDA2; }
a { background-color: rgb(93,221,162); }
div.DivClassName
{
background-color: #5DDDA2;
}
.BgClassName
{
background-color: #5DDDA2;
}
</style>
border-color css
<style>
span { border-color: #5DDDA2; }
span { border-color: rgb(93,221,162); }
td.TdClassName
{
border-color: #5DDDA2;
}
.TagClassName
{
border-color: #5DDDA2;
}
</style>