Shades of Medium Aquamarine #5AECAC
Tints of Medium Aquamarine #5AECAC
RGB
CMYK
RGB Variations
Color information
#5AECAC (or 0x5AECAC) is known color: Medium Aquamarine. HEX triplet: 5A, EC and AC. RGB value is (90,236,172). Sum of RGB (Red+Green+Blue) = 90+236+172=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AECAC is #A51353. Grayscale: #B9B9B9. Windows color (decimal): -10818388 or 11332698. OLE color: 11332698.
HSL color Cylindrical-coordinate representation of color #5AECAC: hue angle of 153.7º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AECAC is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 172 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.07 |
| HSL | 153.7º | 0.79% | 0.64% | - |
| HSV(B) | 153.7º | 0.62% | 0.93% | - |
| XYZ | 41.66 | 65.14 | 49.41 | - |
| YUV | 185.05 | 120.63 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 172 | 0.62 | 0 | 0.27 | 0.07 | 153.7 | 0.79 | 0.64 |
| Hex | 5A | EC | AC | 3E | 0 | 1B | 7 | 9A | 4F | 40 |
| Octal | 132 | 354 | 254 | 76 | 0 | 33 | 7 | 232 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10101100 | 111110 | 0 | 11011 | 111 | 10011010 | 1001111 | 1000000 |
Color Harmonies of #5AECAC
Complementary color
Monochromatic Colors of #5AECAC
Black with #5AECAC
Text Example
Text Example
White with #5AECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECAC; }
p { color: rgb(90,236,172); }
H1.HeaderClassName
{
color: #5AECAC;
}
.AnyTagClassName
{
color: #5AECAC;
}
</style>
background-color css
<style>
a { background-color: #5AECAC; }
a { background-color: rgb(90,236,172); }
div.DivClassName
{
background-color: #5AECAC;
}
.BgClassName
{
background-color: #5AECAC;
}
</style>
border-color css
<style>
span { border-color: #5AECAC; }
span { border-color: rgb(90,236,172); }
td.TdClassName
{
border-color: #5AECAC;
}
.TagClassName
{
border-color: #5AECAC;
}
</style>