Shades of Medium Aquamarine #5DCD9F
Tints of Medium Aquamarine #5DCD9F
RGB
CMYK
RGB Variations
Color information
#5DCD9F (or 0x5DCD9F) is known color: Medium Aquamarine. HEX triplet: 5D, CD and 9F. RGB value is (93,205,159). Sum of RGB (Red+Green+Blue) = 93+205+159=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD9F is #A23260. Grayscale: #A6A6A6. Windows color (decimal): -10629729 or 10472797. OLE color: 10472797.
HSL color Cylindrical-coordinate representation of color #5DCD9F: hue angle of 155.36º 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 #5DCD9F is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 159 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.20 |
| HSL | 155.36º | 0.53% | 0.58% | - |
| HSV(B) | 155.36º | 0.55% | 0.8% | - |
| XYZ | 32.6 | 48.49 | 40.44 | - |
| YUV | 166.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 159 | 0.55 | 0 | 0.22 | 0.20 | 155.36 | 0.53 | 0.58 |
| Hex | 5D | CD | 9F | 37 | 0 | 16 | 14 | 9B | 35 | 3A |
| Octal | 135 | 315 | 237 | 67 | 0 | 26 | 24 | 233 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10011111 | 110111 | 0 | 10110 | 10100 | 10011011 | 110101 | 111010 |
Color Harmonies of #5DCD9F
Complementary color
Monochromatic Colors of #5DCD9F
Black with #5DCD9F
Text Example
Text Example
White with #5DCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD9F; }
p { color: rgb(93,205,159); }
H1.HeaderClassName
{
color: #5DCD9F;
}
.AnyTagClassName
{
color: #5DCD9F;
}
</style>
background-color css
<style>
a { background-color: #5DCD9F; }
a { background-color: rgb(93,205,159); }
div.DivClassName
{
background-color: #5DCD9F;
}
.BgClassName
{
background-color: #5DCD9F;
}
</style>
border-color css
<style>
span { border-color: #5DCD9F; }
span { border-color: rgb(93,205,159); }
td.TdClassName
{
border-color: #5DCD9F;
}
.TagClassName
{
border-color: #5DCD9F;
}
</style>