Shades of Medium Aquamarine #5ACE99
Tints of Medium Aquamarine #5ACE99
RGB
CMYK
RGB Variations
Color information
#5ACE99 (or 0x5ACE99) is known color: Medium Aquamarine. HEX triplet: 5A, CE and 99. RGB value is (90,206,153). Sum of RGB (Red+Green+Blue) = 90+206+153=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACE99 is #A53166. Grayscale: #A5A5A5. Windows color (decimal): -10826087 or 10079834. OLE color: 10079834.
HSL color Cylindrical-coordinate representation of color #5ACE99: hue angle of 152.59º 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 #5ACE99 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 153 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.19 |
| HSL | 152.59º | 0.54% | 0.58% | - |
| HSV(B) | 152.59º | 0.56% | 0.81% | - |
| XYZ | 32.04 | 48.62 | 37.83 | - |
| YUV | 165.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 153 | 0.56 | 0 | 0.26 | 0.19 | 152.59 | 0.54 | 0.58 |
| Hex | 5A | CE | 99 | 38 | 0 | 1A | 13 | 99 | 36 | 3A |
| Octal | 132 | 316 | 231 | 70 | 0 | 32 | 23 | 231 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10011001 | 111000 | 0 | 11010 | 10011 | 10011001 | 110110 | 111010 |
Color Harmonies of #5ACE99
Complementary color
Monochromatic Colors of #5ACE99
Black with #5ACE99
Text Example
Text Example
White with #5ACE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE99; }
p { color: rgb(90,206,153); }
H1.HeaderClassName
{
color: #5ACE99;
}
.AnyTagClassName
{
color: #5ACE99;
}
</style>
background-color css
<style>
a { background-color: #5ACE99; }
a { background-color: rgb(90,206,153); }
div.DivClassName
{
background-color: #5ACE99;
}
.BgClassName
{
background-color: #5ACE99;
}
</style>
border-color css
<style>
span { border-color: #5ACE99; }
span { border-color: rgb(90,206,153); }
td.TdClassName
{
border-color: #5ACE99;
}
.TagClassName
{
border-color: #5ACE99;
}
</style>