Shades of Medium Aquamarine #5ACEA2
Tints of Medium Aquamarine #5ACEA2
RGB
CMYK
RGB Variations
Color information
#5ACEA2 (or 0x5ACEA2) is known color: Medium Aquamarine. HEX triplet: 5A, CE and A2. RGB value is (90,206,162). Sum of RGB (Red+Green+Blue) = 90+206+162=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEA2 is #A5315D. Grayscale: #A6A6A6. Windows color (decimal): -10826078 or 10669658. OLE color: 10669658.
HSL color Cylindrical-coordinate representation of color #5ACEA2: hue angle of 157.24º 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 #5ACEA2 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 162 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.19 |
| HSL | 157.24º | 0.54% | 0.58% | - |
| HSV(B) | 157.24º | 0.56% | 0.81% | - |
| XYZ | 32.81 | 48.92 | 41.9 | - |
| YUV | 166.3 | 125.57 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 162 | 0.56 | 0 | 0.21 | 0.19 | 157.24 | 0.54 | 0.58 |
| Hex | 5A | CE | A2 | 38 | 0 | 15 | 13 | 9D | 36 | 3A |
| Octal | 132 | 316 | 242 | 70 | 0 | 25 | 23 | 235 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10100010 | 111000 | 0 | 10101 | 10011 | 10011101 | 110110 | 111010 |
Color Harmonies of #5ACEA2
Complementary color
Monochromatic Colors of #5ACEA2
Black with #5ACEA2
Text Example
Text Example
White with #5ACEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEA2; }
p { color: rgb(90,206,162); }
H1.HeaderClassName
{
color: #5ACEA2;
}
.AnyTagClassName
{
color: #5ACEA2;
}
</style>
background-color css
<style>
a { background-color: #5ACEA2; }
a { background-color: rgb(90,206,162); }
div.DivClassName
{
background-color: #5ACEA2;
}
.BgClassName
{
background-color: #5ACEA2;
}
</style>
border-color css
<style>
span { border-color: #5ACEA2; }
span { border-color: rgb(90,206,162); }
td.TdClassName
{
border-color: #5ACEA2;
}
.TagClassName
{
border-color: #5ACEA2;
}
</style>