Shades of Medium Aquamarine #5AECAA
Tints of Medium Aquamarine #5AECAA
RGB
CMYK
RGB Variations
Color information
#5AECAA (or 0x5AECAA) is known color: Medium Aquamarine. HEX triplet: 5A, EC and AA. RGB value is (90,236,170). Sum of RGB (Red+Green+Blue) = 90+236+170=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AECAA is #A51355. Grayscale: #B8B8B8. Windows color (decimal): -10818390 or 11201626. OLE color: 11201626.
HSL color Cylindrical-coordinate representation of color #5AECAA: hue angle of 152.88º 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 #5AECAA is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 170 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.07 |
| HSL | 152.88º | 0.79% | 0.64% | - |
| HSV(B) | 152.88º | 0.62% | 0.93% | - |
| XYZ | 41.47 | 65.07 | 48.4 | - |
| YUV | 184.82 | 119.63 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 170 | 0.62 | 0 | 0.28 | 0.07 | 152.88 | 0.79 | 0.64 |
| Hex | 5A | EC | AA | 3E | 0 | 1C | 7 | 99 | 4F | 40 |
| Octal | 132 | 354 | 252 | 76 | 0 | 34 | 7 | 231 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10101010 | 111110 | 0 | 11100 | 111 | 10011001 | 1001111 | 1000000 |
Color Harmonies of #5AECAA
Complementary color
Monochromatic Colors of #5AECAA
Black with #5AECAA
Text Example
Text Example
White with #5AECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECAA; }
p { color: rgb(90,236,170); }
H1.HeaderClassName
{
color: #5AECAA;
}
.AnyTagClassName
{
color: #5AECAA;
}
</style>
background-color css
<style>
a { background-color: #5AECAA; }
a { background-color: rgb(90,236,170); }
div.DivClassName
{
background-color: #5AECAA;
}
.BgClassName
{
background-color: #5AECAA;
}
</style>
border-color css
<style>
span { border-color: #5AECAA; }
span { border-color: rgb(90,236,170); }
td.TdClassName
{
border-color: #5AECAA;
}
.TagClassName
{
border-color: #5AECAA;
}
</style>