Shades of Medium Aquamarine #5AECB5
Tints of Medium Aquamarine #5AECB5
RGB
CMYK
RGB Variations
Color information
#5AECB5 (or 0x5AECB5) is known color: Medium Aquamarine. HEX triplet: 5A, EC and B5. RGB value is (90,236,181). Sum of RGB (Red+Green+Blue) = 90+236+181=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECB5 is #A5134A. Grayscale: #BABABA. Windows color (decimal): -10818379 or 11922522. OLE color: 11922522.
HSL color Cylindrical-coordinate representation of color #5AECB5: hue angle of 157.4º 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 #5AECB5 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 181 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.07 |
| HSL | 157.4º | 0.79% | 0.64% | - |
| HSV(B) | 157.4º | 0.62% | 0.93% | - |
| XYZ | 42.55 | 65.5 | 54.12 | - |
| YUV | 186.08 | 125.13 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 181 | 0.62 | 0 | 0.23 | 0.07 | 157.4 | 0.79 | 0.64 |
| Hex | 5A | EC | B5 | 3E | 0 | 17 | 7 | 9D | 4F | 40 |
| Octal | 132 | 354 | 265 | 76 | 0 | 27 | 7 | 235 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10110101 | 111110 | 0 | 10111 | 111 | 10011101 | 1001111 | 1000000 |
Color Harmonies of #5AECB5
Complementary color
Monochromatic Colors of #5AECB5
Black with #5AECB5
Text Example
Text Example
White with #5AECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECB5; }
p { color: rgb(90,236,181); }
H1.HeaderClassName
{
color: #5AECB5;
}
.AnyTagClassName
{
color: #5AECB5;
}
</style>
background-color css
<style>
a { background-color: #5AECB5; }
a { background-color: rgb(90,236,181); }
div.DivClassName
{
background-color: #5AECB5;
}
.BgClassName
{
background-color: #5AECB5;
}
</style>
border-color css
<style>
span { border-color: #5AECB5; }
span { border-color: rgb(90,236,181); }
td.TdClassName
{
border-color: #5AECB5;
}
.TagClassName
{
border-color: #5AECB5;
}
</style>