Shades of Medium Aquamarine #5AF6AD
Tints of Medium Aquamarine #5AF6AD
RGB
CMYK
RGB Variations
Color information
#5AF6AD (or 0x5AF6AD) is known color: Medium Aquamarine. HEX triplet: 5A, F6 and AD. RGB value is (90,246,173). Sum of RGB (Red+Green+Blue) = 90+246+173=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF6AD is #A50952. Grayscale: #BFBFBF. Windows color (decimal): -10815827 or 11400794. OLE color: 11400794.
HSL color Cylindrical-coordinate representation of color #5AF6AD: hue angle of 151.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6AD is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 173 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.04 |
| HSL | 151.92º | 0.9% | 0.66% | - |
| HSV(B) | 151.92º | 0.63% | 0.96% | - |
| XYZ | 44.72 | 71.1 | 50.9 | - |
| YUV | 191.03 | 117.82 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 173 | 0.63 | 0 | 0.30 | 0.04 | 151.92 | 0.9 | 0.66 |
| Hex | 5A | F6 | AD | 3F | 0 | 1E | 4 | 98 | 5A | 42 |
| Octal | 132 | 366 | 255 | 77 | 0 | 36 | 4 | 230 | 132 | 102 |
| Binary | 1011010 | 11110110 | 10101101 | 111111 | 0 | 11110 | 100 | 10011000 | 1011010 | 1000010 |
Color Harmonies of #5AF6AD
Complementary color
Monochromatic Colors of #5AF6AD
Black with #5AF6AD
Text Example
Text Example
White with #5AF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF6AD; }
p { color: rgb(90,246,173); }
H1.HeaderClassName
{
color: #5AF6AD;
}
.AnyTagClassName
{
color: #5AF6AD;
}
</style>
background-color css
<style>
a { background-color: #5AF6AD; }
a { background-color: rgb(90,246,173); }
div.DivClassName
{
background-color: #5AF6AD;
}
.BgClassName
{
background-color: #5AF6AD;
}
</style>
border-color css
<style>
span { border-color: #5AF6AD; }
span { border-color: rgb(90,246,173); }
td.TdClassName
{
border-color: #5AF6AD;
}
.TagClassName
{
border-color: #5AF6AD;
}
</style>