Shades of Medium Aquamarine #5ACD9A
Tints of Medium Aquamarine #5ACD9A
RGB
CMYK
RGB Variations
Color information
#5ACD9A (or 0x5ACD9A) is known color: Medium Aquamarine. HEX triplet: 5A, CD and 9A. RGB value is (90,205,154). Sum of RGB (Red+Green+Blue) = 90+205+154=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACD9A is #A53265. Grayscale: #A4A4A4. Windows color (decimal): -10826342 or 10145114. OLE color: 10145114.
HSL color Cylindrical-coordinate representation of color #5ACD9A: hue angle of 153.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACD9A is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 154 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.20 |
| HSL | 153.39º | 0.53% | 0.58% | - |
| HSV(B) | 153.39º | 0.56% | 0.8% | - |
| XYZ | 31.88 | 48.17 | 38.19 | - |
| YUV | 164.8 | 121.9 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 154 | 0.56 | 0 | 0.25 | 0.20 | 153.39 | 0.53 | 0.58 |
| Hex | 5A | CD | 9A | 38 | 0 | 19 | 14 | 99 | 35 | 3A |
| Octal | 132 | 315 | 232 | 70 | 0 | 31 | 24 | 231 | 65 | 72 |
| Binary | 1011010 | 11001101 | 10011010 | 111000 | 0 | 11001 | 10100 | 10011001 | 110101 | 111010 |
Color Harmonies of #5ACD9A
Complementary color
Monochromatic Colors of #5ACD9A
Black with #5ACD9A
Text Example
Text Example
White with #5ACD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD9A; }
p { color: rgb(90,205,154); }
H1.HeaderClassName
{
color: #5ACD9A;
}
.AnyTagClassName
{
color: #5ACD9A;
}
</style>
background-color css
<style>
a { background-color: #5ACD9A; }
a { background-color: rgb(90,205,154); }
div.DivClassName
{
background-color: #5ACD9A;
}
.BgClassName
{
background-color: #5ACD9A;
}
</style>
border-color css
<style>
span { border-color: #5ACD9A; }
span { border-color: rgb(90,205,154); }
td.TdClassName
{
border-color: #5ACD9A;
}
.TagClassName
{
border-color: #5ACD9A;
}
</style>