Shades of Medium Aquamarine #5AC8A2
Tints of Medium Aquamarine #5AC8A2
RGB
CMYK
RGB Variations
Color information
#5AC8A2 (or 0x5AC8A2) is known color: Medium Aquamarine. HEX triplet: 5A, C8 and A2. RGB value is (90,200,162). Sum of RGB (Red+Green+Blue) = 90+200+162=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC8A2 is #A5375D. Grayscale: #A2A2A2. Windows color (decimal): -10827614 or 10668122. OLE color: 10668122.
HSL color Cylindrical-coordinate representation of color #5AC8A2: hue angle of 159.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC8A2 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 162 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.22 |
| HSL | 159.27º | 0.5% | 0.57% | - |
| HSV(B) | 159.27º | 0.55% | 0.78% | - |
| XYZ | 31.39 | 46.09 | 41.42 | - |
| YUV | 162.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 162 | 0.55 | 0 | 0.19 | 0.22 | 159.27 | 0.5 | 0.57 |
| Hex | 5A | C8 | A2 | 37 | 0 | 13 | 16 | 9F | 32 | 39 |
| Octal | 132 | 310 | 242 | 67 | 0 | 23 | 26 | 237 | 62 | 71 |
| Binary | 1011010 | 11001000 | 10100010 | 110111 | 0 | 10011 | 10110 | 10011111 | 110010 | 111001 |
Color Harmonies of #5AC8A2
Complementary color
Monochromatic Colors of #5AC8A2
Black with #5AC8A2
Text Example
Text Example
White with #5AC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC8A2; }
p { color: rgb(90,200,162); }
H1.HeaderClassName
{
color: #5AC8A2;
}
.AnyTagClassName
{
color: #5AC8A2;
}
</style>
background-color css
<style>
a { background-color: #5AC8A2; }
a { background-color: rgb(90,200,162); }
div.DivClassName
{
background-color: #5AC8A2;
}
.BgClassName
{
background-color: #5AC8A2;
}
</style>
border-color css
<style>
span { border-color: #5AC8A2; }
span { border-color: rgb(90,200,162); }
td.TdClassName
{
border-color: #5AC8A2;
}
.TagClassName
{
border-color: #5AC8A2;
}
</style>