Shades of Medium Aquamarine #5AC9A1
Tints of Medium Aquamarine #5AC9A1
RGB
CMYK
RGB Variations
Color information
#5AC9A1 (or 0x5AC9A1) is known color: Medium Aquamarine. HEX triplet: 5A, C9 and A1. RGB value is (90,201,161). Sum of RGB (Red+Green+Blue) = 90+201+161=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC9A1 is #A5365E. Grayscale: #A3A3A3. Windows color (decimal): -10827359 or 10602842. OLE color: 10602842.
HSL color Cylindrical-coordinate representation of color #5AC9A1: hue angle of 158.38º 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 #5AC9A1 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 161 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.21 |
| HSL | 158.38º | 0.51% | 0.57% | - |
| HSV(B) | 158.38º | 0.55% | 0.79% | - |
| XYZ | 31.54 | 46.52 | 41.04 | - |
| YUV | 163.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 161 | 0.55 | 0 | 0.20 | 0.21 | 158.38 | 0.51 | 0.57 |
| Hex | 5A | C9 | A1 | 37 | 0 | 14 | 15 | 9E | 33 | 39 |
| Octal | 132 | 311 | 241 | 67 | 0 | 24 | 25 | 236 | 63 | 71 |
| Binary | 1011010 | 11001001 | 10100001 | 110111 | 0 | 10100 | 10101 | 10011110 | 110011 | 111001 |
Color Harmonies of #5AC9A1
Complementary color
Monochromatic Colors of #5AC9A1
Black with #5AC9A1
Text Example
Text Example
White with #5AC9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC9A1; }
p { color: rgb(90,201,161); }
H1.HeaderClassName
{
color: #5AC9A1;
}
.AnyTagClassName
{
color: #5AC9A1;
}
</style>
background-color css
<style>
a { background-color: #5AC9A1; }
a { background-color: rgb(90,201,161); }
div.DivClassName
{
background-color: #5AC9A1;
}
.BgClassName
{
background-color: #5AC9A1;
}
</style>
border-color css
<style>
span { border-color: #5AC9A1; }
span { border-color: rgb(90,201,161); }
td.TdClassName
{
border-color: #5AC9A1;
}
.TagClassName
{
border-color: #5AC9A1;
}
</style>