Shades of Medium Aquamarine #5DCDA6
Tints of Medium Aquamarine #5DCDA6
RGB
CMYK
RGB Variations
Color information
#5DCDA6 (or 0x5DCDA6) is known color: Medium Aquamarine. HEX triplet: 5D, CD and A6. RGB value is (93,205,166). Sum of RGB (Red+Green+Blue) = 93+205+166=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDA6 is #A23259. Grayscale: #A7A7A7. Windows color (decimal): -10629722 or 10931549. OLE color: 10931549.
HSL color Cylindrical-coordinate representation of color #5DCDA6: hue angle of 159.11º 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 #5DCDA6 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 166 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.20 |
| HSL | 159.11º | 0.53% | 0.58% | - |
| HSV(B) | 159.11º | 0.55% | 0.8% | - |
| XYZ | 33.23 | 48.74 | 43.73 | - |
| YUV | 167.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 166 | 0.55 | 0 | 0.19 | 0.20 | 159.11 | 0.53 | 0.58 |
| Hex | 5D | CD | A6 | 37 | 0 | 13 | 14 | 9F | 35 | 3A |
| Octal | 135 | 315 | 246 | 67 | 0 | 23 | 24 | 237 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10100110 | 110111 | 0 | 10011 | 10100 | 10011111 | 110101 | 111010 |
Color Harmonies of #5DCDA6
Complementary color
Monochromatic Colors of #5DCDA6
Black with #5DCDA6
Text Example
Text Example
White with #5DCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDA6; }
p { color: rgb(93,205,166); }
H1.HeaderClassName
{
color: #5DCDA6;
}
.AnyTagClassName
{
color: #5DCDA6;
}
</style>
background-color css
<style>
a { background-color: #5DCDA6; }
a { background-color: rgb(93,205,166); }
div.DivClassName
{
background-color: #5DCDA6;
}
.BgClassName
{
background-color: #5DCDA6;
}
</style>
border-color css
<style>
span { border-color: #5DCDA6; }
span { border-color: rgb(93,205,166); }
td.TdClassName
{
border-color: #5DCDA6;
}
.TagClassName
{
border-color: #5DCDA6;
}
</style>