Shades of Medium Aquamarine #5DDCAC
Tints of Medium Aquamarine #5DDCAC
RGB
CMYK
RGB Variations
Color information
#5DDCAC (or 0x5DDCAC) is known color: Medium Aquamarine. HEX triplet: 5D, DC and AC. RGB value is (93,220,172). Sum of RGB (Red+Green+Blue) = 93+220+172=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDCAC is #A22353. Grayscale: #B0B0B0. Windows color (decimal): -10625876 or 11328605. OLE color: 11328605.
HSL color Cylindrical-coordinate representation of color #5DDCAC: hue angle of 157.32º 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 #5DDCAC is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 172 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.14 |
| HSL | 157.32º | 0.64% | 0.61% | - |
| HSV(B) | 157.32º | 0.58% | 0.86% | - |
| XYZ | 37.55 | 56.49 | 47.95 | - |
| YUV | 176.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 172 | 0.58 | 0 | 0.22 | 0.14 | 157.32 | 0.64 | 0.61 |
| Hex | 5D | DC | AC | 3A | 0 | 16 | E | 9D | 40 | 3D |
| Octal | 135 | 334 | 254 | 72 | 0 | 26 | 16 | 235 | 100 | 75 |
| Binary | 1011101 | 11011100 | 10101100 | 111010 | 0 | 10110 | 1110 | 10011101 | 1000000 | 111101 |
Color Harmonies of #5DDCAC
Complementary color
Monochromatic Colors of #5DDCAC
Black with #5DDCAC
Text Example
Text Example
White with #5DDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDCAC; }
p { color: rgb(93,220,172); }
H1.HeaderClassName
{
color: #5DDCAC;
}
.AnyTagClassName
{
color: #5DDCAC;
}
</style>
background-color css
<style>
a { background-color: #5DDCAC; }
a { background-color: rgb(93,220,172); }
div.DivClassName
{
background-color: #5DDCAC;
}
.BgClassName
{
background-color: #5DDCAC;
}
</style>
border-color css
<style>
span { border-color: #5DDCAC; }
span { border-color: rgb(93,220,172); }
td.TdClassName
{
border-color: #5DDCAC;
}
.TagClassName
{
border-color: #5DDCAC;
}
</style>