Shades of Medium Aquamarine #5DD7A3
Tints of Medium Aquamarine #5DD7A3
RGB
CMYK
RGB Variations
Color information
#5DD7A3 (or 0x5DD7A3) is known color: Medium Aquamarine. HEX triplet: 5D, D7 and A3. RGB value is (93,215,163). Sum of RGB (Red+Green+Blue) = 93+215+163=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD7A3 is #A2285C. Grayscale: #ACACAC. Windows color (decimal): -10627165 or 10737501. OLE color: 10737501.
HSL color Cylindrical-coordinate representation of color #5DD7A3: hue angle of 154.43º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD7A3 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 163 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.16 |
| HSL | 154.43º | 0.6% | 0.6% | - |
| HSV(B) | 154.43º | 0.57% | 0.84% | - |
| XYZ | 35.43 | 53.57 | 43.12 | - |
| YUV | 172.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 163 | 0.57 | 0 | 0.24 | 0.16 | 154.43 | 0.6 | 0.6 |
| Hex | 5D | D7 | A3 | 39 | 0 | 18 | 10 | 9A | 3C | 3C |
| Octal | 135 | 327 | 243 | 71 | 0 | 30 | 20 | 232 | 74 | 74 |
| Binary | 1011101 | 11010111 | 10100011 | 111001 | 0 | 11000 | 10000 | 10011010 | 111100 | 111100 |
Color Harmonies of #5DD7A3
Complementary color
Monochromatic Colors of #5DD7A3
Black with #5DD7A3
Text Example
Text Example
White with #5DD7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD7A3; }
p { color: rgb(93,215,163); }
H1.HeaderClassName
{
color: #5DD7A3;
}
.AnyTagClassName
{
color: #5DD7A3;
}
</style>
background-color css
<style>
a { background-color: #5DD7A3; }
a { background-color: rgb(93,215,163); }
div.DivClassName
{
background-color: #5DD7A3;
}
.BgClassName
{
background-color: #5DD7A3;
}
</style>
border-color css
<style>
span { border-color: #5DD7A3; }
span { border-color: rgb(93,215,163); }
td.TdClassName
{
border-color: #5DD7A3;
}
.TagClassName
{
border-color: #5DD7A3;
}
</style>