Shades of Medium Aquamarine #5DCC9A
Tints of Medium Aquamarine #5DCC9A
RGB
CMYK
RGB Variations
Color information
#5DCC9A (or 0x5DCC9A) is known color: Medium Aquamarine. HEX triplet: 5D, CC and 9A. RGB value is (93,204,154). Sum of RGB (Red+Green+Blue) = 93+204+154=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCC9A is #A23365. Grayscale: #A5A5A5. Windows color (decimal): -10629990 or 10144861. OLE color: 10144861.
HSL color Cylindrical-coordinate representation of color #5DCC9A: hue angle of 152.97º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCC9A is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 154 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.2 |
| HSL | 152.97º | 0.52% | 0.58% | - |
| HSV(B) | 152.97º | 0.54% | 0.8% | - |
| XYZ | 31.94 | 47.85 | 38.12 | - |
| YUV | 165.11 | 121.73 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 154 | 0.54 | 0 | 0.25 | 0.2 | 152.97 | 0.52 | 0.58 |
| Hex | 5D | CC | 9A | 36 | 0 | 19 | 14 | 99 | 34 | 3A |
| Octal | 135 | 314 | 232 | 66 | 0 | 31 | 24 | 231 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10011010 | 110110 | 0 | 11001 | 10100 | 10011001 | 110100 | 111010 |
Color Harmonies of #5DCC9A
Complementary color
Monochromatic Colors of #5DCC9A
Black with #5DCC9A
Text Example
Text Example
White with #5DCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC9A; }
p { color: rgb(93,204,154); }
H1.HeaderClassName
{
color: #5DCC9A;
}
.AnyTagClassName
{
color: #5DCC9A;
}
</style>
background-color css
<style>
a { background-color: #5DCC9A; }
a { background-color: rgb(93,204,154); }
div.DivClassName
{
background-color: #5DCC9A;
}
.BgClassName
{
background-color: #5DCC9A;
}
</style>
border-color css
<style>
span { border-color: #5DCC9A; }
span { border-color: rgb(93,204,154); }
td.TdClassName
{
border-color: #5DCC9A;
}
.TagClassName
{
border-color: #5DCC9A;
}
</style>