Shades of Medium Aquamarine #5DCDA3
Tints of Medium Aquamarine #5DCDA3
RGB
CMYK
RGB Variations
Color information
#5DCDA3 (or 0x5DCDA3) is known color: Medium Aquamarine. HEX triplet: 5D, CD and A3. RGB value is (93,205,163). Sum of RGB (Red+Green+Blue) = 93+205+163=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDA3 is #A2325C. Grayscale: #A6A6A6. Windows color (decimal): -10629725 or 10734941. OLE color: 10734941.
HSL color Cylindrical-coordinate representation of color #5DCDA3: hue angle of 157.5º 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 #5DCDA3 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 163 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.20 |
| HSL | 157.5º | 0.53% | 0.58% | - |
| HSV(B) | 157.5º | 0.55% | 0.8% | - |
| XYZ | 32.96 | 48.63 | 42.3 | - |
| YUV | 166.72 | 125.89 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 163 | 0.55 | 0 | 0.20 | 0.20 | 157.5 | 0.53 | 0.58 |
| Hex | 5D | CD | A3 | 37 | 0 | 14 | 14 | 9E | 35 | 3A |
| Octal | 135 | 315 | 243 | 67 | 0 | 24 | 24 | 236 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10100011 | 110111 | 0 | 10100 | 10100 | 10011110 | 110101 | 111010 |
Color Harmonies of #5DCDA3
Complementary color
Monochromatic Colors of #5DCDA3
Black with #5DCDA3
Text Example
Text Example
White with #5DCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDA3; }
p { color: rgb(93,205,163); }
H1.HeaderClassName
{
color: #5DCDA3;
}
.AnyTagClassName
{
color: #5DCDA3;
}
</style>
background-color css
<style>
a { background-color: #5DCDA3; }
a { background-color: rgb(93,205,163); }
div.DivClassName
{
background-color: #5DCDA3;
}
.BgClassName
{
background-color: #5DCDA3;
}
</style>
border-color css
<style>
span { border-color: #5DCDA3; }
span { border-color: rgb(93,205,163); }
td.TdClassName
{
border-color: #5DCDA3;
}
.TagClassName
{
border-color: #5DCDA3;
}
</style>