Shades of Medium Aquamarine #5AE696
Tints of Medium Aquamarine #5AE696
RGB
CMYK
RGB Variations
Color information
#5AE696 (or 0x5AE696) is known color: Medium Aquamarine. HEX triplet: 5A, E6 and 96. RGB value is (90,230,150). Sum of RGB (Red+Green+Blue) = 90+230+150=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE696 is #A51969. Grayscale: #B3B3B3. Windows color (decimal): -10819946 or 9889370. OLE color: 9889370.
HSL color Cylindrical-coordinate representation of color #5AE696: hue angle of 145.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE696 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 150 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.10 |
| HSL | 145.71º | 0.74% | 0.63% | - |
| HSV(B) | 145.71º | 0.61% | 0.9% | - |
| XYZ | 38.02 | 60.97 | 38.62 | - |
| YUV | 179.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 150 | 0.61 | 0 | 0.35 | 0.10 | 145.71 | 0.74 | 0.63 |
| Hex | 5A | E6 | 96 | 3D | 0 | 23 | A | 92 | 4A | 3F |
| Octal | 132 | 346 | 226 | 75 | 0 | 43 | 12 | 222 | 112 | 77 |
| Binary | 1011010 | 11100110 | 10010110 | 111101 | 0 | 100011 | 1010 | 10010010 | 1001010 | 111111 |
Color Harmonies of #5AE696
Complementary color
Monochromatic Colors of #5AE696
Black with #5AE696
Text Example
Text Example
White with #5AE696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE696; }
p { color: rgb(90,230,150); }
H1.HeaderClassName
{
color: #5AE696;
}
.AnyTagClassName
{
color: #5AE696;
}
</style>
background-color css
<style>
a { background-color: #5AE696; }
a { background-color: rgb(90,230,150); }
div.DivClassName
{
background-color: #5AE696;
}
.BgClassName
{
background-color: #5AE696;
}
</style>
border-color css
<style>
span { border-color: #5AE696; }
span { border-color: rgb(90,230,150); }
td.TdClassName
{
border-color: #5AE696;
}
.TagClassName
{
border-color: #5AE696;
}
</style>