Shades of Medium Aquamarine #5DCCAC
Tints of Medium Aquamarine #5DCCAC
RGB
CMYK
RGB Variations
Color information
#5DCCAC (or 0x5DCCAC) is known color: Medium Aquamarine. HEX triplet: 5D, CC and AC. RGB value is (93,204,172). Sum of RGB (Red+Green+Blue) = 93+204+172=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCAC is #A23353. Grayscale: #A7A7A7. Windows color (decimal): -10629972 or 11324509. OLE color: 11324509.
HSL color Cylindrical-coordinate representation of color #5DCCAC: hue angle of 162.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCAC is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 172 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.2 |
| HSL | 162.7º | 0.52% | 0.58% | - |
| HSV(B) | 162.7º | 0.54% | 0.8% | - |
| XYZ | 33.55 | 48.49 | 46.62 | - |
| YUV | 167.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 172 | 0.54 | 0 | 0.16 | 0.2 | 162.7 | 0.52 | 0.58 |
| Hex | 5D | CC | AC | 36 | 0 | 10 | 14 | A3 | 34 | 3A |
| Octal | 135 | 314 | 254 | 66 | 0 | 20 | 24 | 243 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10101100 | 110110 | 0 | 10000 | 10100 | 10100011 | 110100 | 111010 |
Color Harmonies of #5DCCAC
Complementary color
Monochromatic Colors of #5DCCAC
Black with #5DCCAC
Text Example
Text Example
White with #5DCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCAC; }
p { color: rgb(93,204,172); }
H1.HeaderClassName
{
color: #5DCCAC;
}
.AnyTagClassName
{
color: #5DCCAC;
}
</style>
background-color css
<style>
a { background-color: #5DCCAC; }
a { background-color: rgb(93,204,172); }
div.DivClassName
{
background-color: #5DCCAC;
}
.BgClassName
{
background-color: #5DCCAC;
}
</style>
border-color css
<style>
span { border-color: #5DCCAC; }
span { border-color: rgb(93,204,172); }
td.TdClassName
{
border-color: #5DCCAC;
}
.TagClassName
{
border-color: #5DCCAC;
}
</style>