Shades of Medium Aquamarine #5ACEA1
Tints of Medium Aquamarine #5ACEA1
RGB
CMYK
RGB Variations
Color information
#5ACEA1 (or 0x5ACEA1) is known color: Medium Aquamarine. HEX triplet: 5A, CE and A1. RGB value is (90,206,161). Sum of RGB (Red+Green+Blue) = 90+206+161=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEA1 is #A5315E. Grayscale: #A6A6A6. Windows color (decimal): -10826079 or 10604122. OLE color: 10604122.
HSL color Cylindrical-coordinate representation of color #5ACEA1: hue angle of 156.72º 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 #5ACEA1 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 161 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.19 |
| HSL | 156.72º | 0.54% | 0.58% | - |
| HSV(B) | 156.72º | 0.56% | 0.81% | - |
| XYZ | 32.72 | 48.89 | 41.43 | - |
| YUV | 166.19 | 125.07 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 161 | 0.56 | 0 | 0.22 | 0.19 | 156.72 | 0.54 | 0.58 |
| Hex | 5A | CE | A1 | 38 | 0 | 16 | 13 | 9D | 36 | 3A |
| Octal | 132 | 316 | 241 | 70 | 0 | 26 | 23 | 235 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10100001 | 111000 | 0 | 10110 | 10011 | 10011101 | 110110 | 111010 |
Color Harmonies of #5ACEA1
Complementary color
Monochromatic Colors of #5ACEA1
Black with #5ACEA1
Text Example
Text Example
White with #5ACEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEA1; }
p { color: rgb(90,206,161); }
H1.HeaderClassName
{
color: #5ACEA1;
}
.AnyTagClassName
{
color: #5ACEA1;
}
</style>
background-color css
<style>
a { background-color: #5ACEA1; }
a { background-color: rgb(90,206,161); }
div.DivClassName
{
background-color: #5ACEA1;
}
.BgClassName
{
background-color: #5ACEA1;
}
</style>
border-color css
<style>
span { border-color: #5ACEA1; }
span { border-color: rgb(90,206,161); }
td.TdClassName
{
border-color: #5ACEA1;
}
.TagClassName
{
border-color: #5ACEA1;
}
</style>