Shades of Medium Aquamarine #5ACE9A
Tints of Medium Aquamarine #5ACE9A
RGB
CMYK
RGB Variations
Color information
#5ACE9A (or 0x5ACE9A) is known color: Medium Aquamarine. HEX triplet: 5A, CE and 9A. RGB value is (90,206,154). Sum of RGB (Red+Green+Blue) = 90+206+154=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACE9A is #A53165. Grayscale: #A5A5A5. Windows color (decimal): -10826086 or 10145370. OLE color: 10145370.
HSL color Cylindrical-coordinate representation of color #5ACE9A: hue angle of 153.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACE9A is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 154 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.19 |
| HSL | 153.1º | 0.54% | 0.58% | - |
| HSV(B) | 153.1º | 0.56% | 0.81% | - |
| XYZ | 32.12 | 48.65 | 38.27 | - |
| YUV | 165.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 154 | 0.56 | 0 | 0.25 | 0.19 | 153.1 | 0.54 | 0.58 |
| Hex | 5A | CE | 9A | 38 | 0 | 19 | 13 | 99 | 36 | 3A |
| Octal | 132 | 316 | 232 | 70 | 0 | 31 | 23 | 231 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10011010 | 111000 | 0 | 11001 | 10011 | 10011001 | 110110 | 111010 |
Color Harmonies of #5ACE9A
Complementary color
Monochromatic Colors of #5ACE9A
Black with #5ACE9A
Text Example
Text Example
White with #5ACE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE9A; }
p { color: rgb(90,206,154); }
H1.HeaderClassName
{
color: #5ACE9A;
}
.AnyTagClassName
{
color: #5ACE9A;
}
</style>
background-color css
<style>
a { background-color: #5ACE9A; }
a { background-color: rgb(90,206,154); }
div.DivClassName
{
background-color: #5ACE9A;
}
.BgClassName
{
background-color: #5ACE9A;
}
</style>
border-color css
<style>
span { border-color: #5ACE9A; }
span { border-color: rgb(90,206,154); }
td.TdClassName
{
border-color: #5ACE9A;
}
.TagClassName
{
border-color: #5ACE9A;
}
</style>