Shades of Medium Aquamarine #5DC69D
Tints of Medium Aquamarine #5DC69D
RGB
CMYK
RGB Variations
Color information
#5DC69D (or 0x5DC69D) is known color: Medium Aquamarine. HEX triplet: 5D, C6 and 9D. RGB value is (93,198,157). Sum of RGB (Red+Green+Blue) = 93+198+157=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC69D is #A23962. Grayscale: #A1A1A1. Windows color (decimal): -10631523 or 10339933. OLE color: 10339933.
HSL color Cylindrical-coordinate representation of color #5DC69D: hue angle of 156.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC69D is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 157 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.22 |
| HSL | 156.57º | 0.48% | 0.57% | - |
| HSV(B) | 156.57º | 0.53% | 0.78% | - |
| XYZ | 30.79 | 45.15 | 38.99 | - |
| YUV | 161.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 157 | 0.53 | 0 | 0.21 | 0.22 | 156.57 | 0.48 | 0.57 |
| Hex | 5D | C6 | 9D | 35 | 0 | 15 | 16 | 9D | 30 | 39 |
| Octal | 135 | 306 | 235 | 65 | 0 | 25 | 26 | 235 | 60 | 71 |
| Binary | 1011101 | 11000110 | 10011101 | 110101 | 0 | 10101 | 10110 | 10011101 | 110000 | 111001 |
Color Harmonies of #5DC69D
Complementary color
Monochromatic Colors of #5DC69D
Black with #5DC69D
Text Example
Text Example
White with #5DC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC69D; }
p { color: rgb(93,198,157); }
H1.HeaderClassName
{
color: #5DC69D;
}
.AnyTagClassName
{
color: #5DC69D;
}
</style>
background-color css
<style>
a { background-color: #5DC69D; }
a { background-color: rgb(93,198,157); }
div.DivClassName
{
background-color: #5DC69D;
}
.BgClassName
{
background-color: #5DC69D;
}
</style>
border-color css
<style>
span { border-color: #5DC69D; }
span { border-color: rgb(93,198,157); }
td.TdClassName
{
border-color: #5DC69D;
}
.TagClassName
{
border-color: #5DC69D;
}
</style>