Shades of Medium Aquamarine #5AFDA0
Tints of Medium Aquamarine #5AFDA0
RGB
CMYK
RGB Variations
Color information
#5AFDA0 (or 0x5AFDA0) is known color: Medium Aquamarine. HEX triplet: 5A, FD and A0. RGB value is (90,253,160). Sum of RGB (Red+Green+Blue) = 90+253+160=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFDA0 is #A5025F. Grayscale: #C1C1C1. Windows color (decimal): -10814048 or 10550618. OLE color: 10550618.
HSL color Cylindrical-coordinate representation of color #5AFDA0: hue angle of 145.77º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFDA0 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 160 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.01 |
| HSL | 145.77º | 0.98% | 0.67% | - |
| HSV(B) | 145.77º | 0.64% | 0.99% | - |
| XYZ | 45.69 | 74.96 | 45.32 | - |
| YUV | 193.66 | 109 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 160 | 0.64 | 0 | 0.37 | 0.01 | 145.77 | 0.98 | 0.67 |
| Hex | 5A | FD | A0 | 40 | 0 | 25 | 1 | 92 | 62 | 43 |
| Octal | 132 | 375 | 240 | 100 | 0 | 45 | 1 | 222 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10100000 | 1000000 | 0 | 100101 | 1 | 10010010 | 1100010 | 1000011 |
Color Harmonies of #5AFDA0
Complementary color
Monochromatic Colors of #5AFDA0
Black with #5AFDA0
Text Example
Text Example
White with #5AFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDA0; }
p { color: rgb(90,253,160); }
H1.HeaderClassName
{
color: #5AFDA0;
}
.AnyTagClassName
{
color: #5AFDA0;
}
</style>
background-color css
<style>
a { background-color: #5AFDA0; }
a { background-color: rgb(90,253,160); }
div.DivClassName
{
background-color: #5AFDA0;
}
.BgClassName
{
background-color: #5AFDA0;
}
</style>
border-color css
<style>
span { border-color: #5AFDA0; }
span { border-color: rgb(90,253,160); }
td.TdClassName
{
border-color: #5AFDA0;
}
.TagClassName
{
border-color: #5AFDA0;
}
</style>