Shades of Medium Aquamarine #5DDCA2
Tints of Medium Aquamarine #5DDCA2
RGB
CMYK
RGB Variations
Color information
#5DDCA2 (or 0x5DDCA2) is known color: Medium Aquamarine. HEX triplet: 5D, DC and A2. RGB value is (93,220,162). Sum of RGB (Red+Green+Blue) = 93+220+162=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDCA2 is #A2235D. Grayscale: #AFAFAF. Windows color (decimal): -10625886 or 10673245. OLE color: 10673245.
HSL color Cylindrical-coordinate representation of color #5DDCA2: hue angle of 152.6º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCA2 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 162 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.14 |
| HSL | 152.6º | 0.64% | 0.61% | - |
| HSV(B) | 152.6º | 0.58% | 0.86% | - |
| XYZ | 36.63 | 56.12 | 43.08 | - |
| YUV | 175.42 | 120.42 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 162 | 0.58 | 0 | 0.26 | 0.14 | 152.6 | 0.64 | 0.61 |
| Hex | 5D | DC | A2 | 3A | 0 | 1A | E | 99 | 40 | 3D |
| Octal | 135 | 334 | 242 | 72 | 0 | 32 | 16 | 231 | 100 | 75 |
| Binary | 1011101 | 11011100 | 10100010 | 111010 | 0 | 11010 | 1110 | 10011001 | 1000000 | 111101 |
Color Harmonies of #5DDCA2
Complementary color
Monochromatic Colors of #5DDCA2
Black with #5DDCA2
Text Example
Text Example
White with #5DDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDCA2; }
p { color: rgb(93,220,162); }
H1.HeaderClassName
{
color: #5DDCA2;
}
.AnyTagClassName
{
color: #5DDCA2;
}
</style>
background-color css
<style>
a { background-color: #5DDCA2; }
a { background-color: rgb(93,220,162); }
div.DivClassName
{
background-color: #5DDCA2;
}
.BgClassName
{
background-color: #5DDCA2;
}
</style>
border-color css
<style>
span { border-color: #5DDCA2; }
span { border-color: rgb(93,220,162); }
td.TdClassName
{
border-color: #5DDCA2;
}
.TagClassName
{
border-color: #5DDCA2;
}
</style>