Shades of Medium Aquamarine #5AC9A0
Tints of Medium Aquamarine #5AC9A0
RGB
CMYK
RGB Variations
Color information
#5AC9A0 (or 0x5AC9A0) is known color: Medium Aquamarine. HEX triplet: 5A, C9 and A0. RGB value is (90,201,160). Sum of RGB (Red+Green+Blue) = 90+201+160=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC9A0 is #A5365F. Grayscale: #A3A3A3. Windows color (decimal): -10827360 or 10537306. OLE color: 10537306.
HSL color Cylindrical-coordinate representation of color #5AC9A0: hue angle of 157.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC9A0 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 160 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.21 |
| HSL | 157.84º | 0.51% | 0.57% | - |
| HSV(B) | 157.84º | 0.55% | 0.79% | - |
| XYZ | 31.45 | 46.49 | 40.57 | - |
| YUV | 163.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 160 | 0.55 | 0 | 0.20 | 0.21 | 157.84 | 0.51 | 0.57 |
| Hex | 5A | C9 | A0 | 37 | 0 | 14 | 15 | 9E | 33 | 39 |
| Octal | 132 | 311 | 240 | 67 | 0 | 24 | 25 | 236 | 63 | 71 |
| Binary | 1011010 | 11001001 | 10100000 | 110111 | 0 | 10100 | 10101 | 10011110 | 110011 | 111001 |
Color Harmonies of #5AC9A0
Complementary color
Monochromatic Colors of #5AC9A0
Black with #5AC9A0
Text Example
Text Example
White with #5AC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC9A0; }
p { color: rgb(90,201,160); }
H1.HeaderClassName
{
color: #5AC9A0;
}
.AnyTagClassName
{
color: #5AC9A0;
}
</style>
background-color css
<style>
a { background-color: #5AC9A0; }
a { background-color: rgb(90,201,160); }
div.DivClassName
{
background-color: #5AC9A0;
}
.BgClassName
{
background-color: #5AC9A0;
}
</style>
border-color css
<style>
span { border-color: #5AC9A0; }
span { border-color: rgb(90,201,160); }
td.TdClassName
{
border-color: #5AC9A0;
}
.TagClassName
{
border-color: #5AC9A0;
}
</style>