Shades of Medium Aquamarine #5AECAF
Tints of Medium Aquamarine #5AECAF
RGB
CMYK
RGB Variations
Color information
#5AECAF (or 0x5AECAF) is known color: Medium Aquamarine. HEX triplet: 5A, EC and AF. RGB value is (90,236,175). Sum of RGB (Red+Green+Blue) = 90+236+175=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AECAF is #A51350. Grayscale: #B9B9B9. Windows color (decimal): -10818385 or 11529306. OLE color: 11529306.
HSL color Cylindrical-coordinate representation of color #5AECAF: hue angle of 154.93º 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 #5AECAF is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 175 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.07 |
| HSL | 154.93º | 0.79% | 0.64% | - |
| HSV(B) | 154.93º | 0.62% | 0.93% | - |
| XYZ | 41.95 | 65.26 | 50.94 | - |
| YUV | 185.39 | 122.13 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 175 | 0.62 | 0 | 0.26 | 0.07 | 154.93 | 0.79 | 0.64 |
| Hex | 5A | EC | AF | 3E | 0 | 1A | 7 | 9B | 4F | 40 |
| Octal | 132 | 354 | 257 | 76 | 0 | 32 | 7 | 233 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10101111 | 111110 | 0 | 11010 | 111 | 10011011 | 1001111 | 1000000 |
Color Harmonies of #5AECAF
Complementary color
Monochromatic Colors of #5AECAF
Black with #5AECAF
Text Example
Text Example
White with #5AECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECAF; }
p { color: rgb(90,236,175); }
H1.HeaderClassName
{
color: #5AECAF;
}
.AnyTagClassName
{
color: #5AECAF;
}
</style>
background-color css
<style>
a { background-color: #5AECAF; }
a { background-color: rgb(90,236,175); }
div.DivClassName
{
background-color: #5AECAF;
}
.BgClassName
{
background-color: #5AECAF;
}
</style>
border-color css
<style>
span { border-color: #5AECAF; }
span { border-color: rgb(90,236,175); }
td.TdClassName
{
border-color: #5AECAF;
}
.TagClassName
{
border-color: #5AECAF;
}
</style>