Shades of Medium Aquamarine #5DCDAB
Tints of Medium Aquamarine #5DCDAB
RGB
CMYK
RGB Variations
Color information
#5DCDAB (or 0x5DCDAB) is known color: Medium Aquamarine. HEX triplet: 5D, CD and AB. RGB value is (93,205,171). Sum of RGB (Red+Green+Blue) = 93+205+171=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDAB is #A23254. Grayscale: #A7A7A7. Windows color (decimal): -10629717 or 11259229. OLE color: 11259229.
HSL color Cylindrical-coordinate representation of color #5DCDAB: hue angle of 161.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDAB is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 171 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.20 |
| HSL | 161.79º | 0.53% | 0.58% | - |
| HSV(B) | 161.79º | 0.55% | 0.8% | - |
| XYZ | 33.7 | 48.93 | 46.2 | - |
| YUV | 167.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 171 | 0.55 | 0 | 0.17 | 0.20 | 161.79 | 0.53 | 0.58 |
| Hex | 5D | CD | AB | 37 | 0 | 11 | 14 | A2 | 35 | 3A |
| Octal | 135 | 315 | 253 | 67 | 0 | 21 | 24 | 242 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10101011 | 110111 | 0 | 10001 | 10100 | 10100010 | 110101 | 111010 |
Color Harmonies of #5DCDAB
Complementary color
Monochromatic Colors of #5DCDAB
Black with #5DCDAB
Text Example
Text Example
White with #5DCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDAB; }
p { color: rgb(93,205,171); }
H1.HeaderClassName
{
color: #5DCDAB;
}
.AnyTagClassName
{
color: #5DCDAB;
}
</style>
background-color css
<style>
a { background-color: #5DCDAB; }
a { background-color: rgb(93,205,171); }
div.DivClassName
{
background-color: #5DCDAB;
}
.BgClassName
{
background-color: #5DCDAB;
}
</style>
border-color css
<style>
span { border-color: #5DCDAB; }
span { border-color: rgb(93,205,171); }
td.TdClassName
{
border-color: #5DCDAB;
}
.TagClassName
{
border-color: #5DCDAB;
}
</style>