Shades of Medium Aquamarine #5AFFAD
Tints of Medium Aquamarine #5AFFAD
RGB
CMYK
RGB Variations
Color information
#5AFFAD (or 0x5AFFAD) is known color: Medium Aquamarine. HEX triplet: 5A, FF and AD. RGB value is (90,255,173). Sum of RGB (Red+Green+Blue) = 90+255+173=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFFAD is #A50052. Grayscale: #C4C4C4. Windows color (decimal): -10813523 or 11403098. OLE color: 11403098.
HSL color Cylindrical-coordinate representation of color #5AFFAD: hue angle of 150.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFFAD is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 173 | - |
| CMYK | 0.65 | 0 | 0.32 | 0 |
| HSL | 150.18º | 1% | 0.68% | - |
| HSV(B) | 150.18º | 0.65% | 1% | - |
| XYZ | 47.52 | 76.71 | 51.84 | - |
| YUV | 196.32 | 114.84 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 173 | 0.65 | 0 | 0.32 | 0 | 150.18 | 1 | 0.68 |
| Hex | 5A | FF | AD | 41 | 0 | 20 | 0 | 96 | 64 | 44 |
| Octal | 132 | 377 | 255 | 101 | 0 | 40 | 0 | 226 | 144 | 104 |
| Binary | 1011010 | 11111111 | 10101101 | 1000001 | 0 | 100000 | 0 | 10010110 | 1100100 | 1000100 |
Color Harmonies of #5AFFAD
Complementary color
Monochromatic Colors of #5AFFAD
Black with #5AFFAD
Text Example
Text Example
White with #5AFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFAD; }
p { color: rgb(90,255,173); }
H1.HeaderClassName
{
color: #5AFFAD;
}
.AnyTagClassName
{
color: #5AFFAD;
}
</style>
background-color css
<style>
a { background-color: #5AFFAD; }
a { background-color: rgb(90,255,173); }
div.DivClassName
{
background-color: #5AFFAD;
}
.BgClassName
{
background-color: #5AFFAD;
}
</style>
border-color css
<style>
span { border-color: #5AFFAD; }
span { border-color: rgb(90,255,173); }
td.TdClassName
{
border-color: #5AFFAD;
}
.TagClassName
{
border-color: #5AFFAD;
}
</style>