Shades of Medium Aquamarine #5DC99B
Tints of Medium Aquamarine #5DC99B
RGB
CMYK
RGB Variations
Color information
#5DC99B (or 0x5DC99B) is known color: Medium Aquamarine. HEX triplet: 5D, C9 and 9B. RGB value is (93,201,155). Sum of RGB (Red+Green+Blue) = 93+201+155=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC99B is #A23664. Grayscale: #A3A3A3. Windows color (decimal): -10630757 or 10209629. OLE color: 10209629.
HSL color Cylindrical-coordinate representation of color #5DC99B: hue angle of 154.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC99B is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 155 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.21 |
| HSL | 154.44º | 0.5% | 0.58% | - |
| HSV(B) | 154.44º | 0.54% | 0.79% | - |
| XYZ | 31.32 | 46.47 | 38.33 | - |
| YUV | 163.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 155 | 0.54 | 0 | 0.23 | 0.21 | 154.44 | 0.5 | 0.58 |
| Hex | 5D | C9 | 9B | 36 | 0 | 17 | 15 | 9A | 32 | 3A |
| Octal | 135 | 311 | 233 | 66 | 0 | 27 | 25 | 232 | 62 | 72 |
| Binary | 1011101 | 11001001 | 10011011 | 110110 | 0 | 10111 | 10101 | 10011010 | 110010 | 111010 |
Color Harmonies of #5DC99B
Complementary color
Monochromatic Colors of #5DC99B
Black with #5DC99B
Text Example
Text Example
White with #5DC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC99B; }
p { color: rgb(93,201,155); }
H1.HeaderClassName
{
color: #5DC99B;
}
.AnyTagClassName
{
color: #5DC99B;
}
</style>
background-color css
<style>
a { background-color: #5DC99B; }
a { background-color: rgb(93,201,155); }
div.DivClassName
{
background-color: #5DC99B;
}
.BgClassName
{
background-color: #5DC99B;
}
</style>
border-color css
<style>
span { border-color: #5DC99B; }
span { border-color: rgb(93,201,155); }
td.TdClassName
{
border-color: #5DC99B;
}
.TagClassName
{
border-color: #5DC99B;
}
</style>