Shades of Medium Aquamarine #5DCCAD
Tints of Medium Aquamarine #5DCCAD
RGB
CMYK
RGB Variations
Color information
#5DCCAD (or 0x5DCCAD) is known color: Medium Aquamarine. HEX triplet: 5D, CC and AD. RGB value is (93,204,173). Sum of RGB (Red+Green+Blue) = 93+204+173=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCAD is #A23352. Grayscale: #A7A7A7. Windows color (decimal): -10629971 or 11390045. OLE color: 11390045.
HSL color Cylindrical-coordinate representation of color #5DCCAD: hue angle of 163.24º 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 #5DCCAD is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 173 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.2 |
| HSL | 163.24º | 0.52% | 0.58% | - |
| HSV(B) | 163.24º | 0.54% | 0.8% | - |
| XYZ | 33.65 | 48.53 | 47.13 | - |
| YUV | 167.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 173 | 0.54 | 0 | 0.15 | 0.2 | 163.24 | 0.52 | 0.58 |
| Hex | 5D | CC | AD | 36 | 0 | F | 14 | A3 | 34 | 3A |
| Octal | 135 | 314 | 255 | 66 | 0 | 17 | 24 | 243 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10101101 | 110110 | 0 | 1111 | 10100 | 10100011 | 110100 | 111010 |
Color Harmonies of #5DCCAD
Complementary color
Monochromatic Colors of #5DCCAD
Black with #5DCCAD
Text Example
Text Example
White with #5DCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCAD; }
p { color: rgb(93,204,173); }
H1.HeaderClassName
{
color: #5DCCAD;
}
.AnyTagClassName
{
color: #5DCCAD;
}
</style>
background-color css
<style>
a { background-color: #5DCCAD; }
a { background-color: rgb(93,204,173); }
div.DivClassName
{
background-color: #5DCCAD;
}
.BgClassName
{
background-color: #5DCCAD;
}
</style>
border-color css
<style>
span { border-color: #5DCCAD; }
span { border-color: rgb(93,204,173); }
td.TdClassName
{
border-color: #5DCCAD;
}
.TagClassName
{
border-color: #5DCCAD;
}
</style>