Shades of Medium Aquamarine #5AD6AF
Tints of Medium Aquamarine #5AD6AF
RGB
CMYK
RGB Variations
Color information
#5AD6AF (or 0x5AD6AF) is known color: Medium Aquamarine. HEX triplet: 5A, D6 and AF. RGB value is (90,214,175). Sum of RGB (Red+Green+Blue) = 90+214+175=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD6AF is #A52950. Grayscale: #ACACAC. Windows color (decimal): -10824017 or 11523674. OLE color: 11523674.
HSL color Cylindrical-coordinate representation of color #5AD6AF: hue angle of 161.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD6AF is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 175 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.16 |
| HSL | 161.13º | 0.6% | 0.6% | - |
| HSV(B) | 161.13º | 0.58% | 0.84% | - |
| XYZ | 36 | 53.36 | 48.96 | - |
| YUV | 172.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 175 | 0.58 | 0 | 0.18 | 0.16 | 161.13 | 0.6 | 0.6 |
| Hex | 5A | D6 | AF | 3A | 0 | 12 | 10 | A1 | 3C | 3C |
| Octal | 132 | 326 | 257 | 72 | 0 | 22 | 20 | 241 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10101111 | 111010 | 0 | 10010 | 10000 | 10100001 | 111100 | 111100 |
Color Harmonies of #5AD6AF
Complementary color
Monochromatic Colors of #5AD6AF
Black with #5AD6AF
Text Example
Text Example
White with #5AD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD6AF; }
p { color: rgb(90,214,175); }
H1.HeaderClassName
{
color: #5AD6AF;
}
.AnyTagClassName
{
color: #5AD6AF;
}
</style>
background-color css
<style>
a { background-color: #5AD6AF; }
a { background-color: rgb(90,214,175); }
div.DivClassName
{
background-color: #5AD6AF;
}
.BgClassName
{
background-color: #5AD6AF;
}
</style>
border-color css
<style>
span { border-color: #5AD6AF; }
span { border-color: rgb(90,214,175); }
td.TdClassName
{
border-color: #5AD6AF;
}
.TagClassName
{
border-color: #5AD6AF;
}
</style>