Shades of Medium Aquamarine #5AF5A6
Tints of Medium Aquamarine #5AF5A6
RGB
CMYK
RGB Variations
Color information
#5AF5A6 (or 0x5AF5A6) is known color: Medium Aquamarine. HEX triplet: 5A, F5 and A6. RGB value is (90,245,166). Sum of RGB (Red+Green+Blue) = 90+245+166=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF5A6 is #A50A59. Grayscale: #BDBDBD. Windows color (decimal): -10816090 or 10941786. OLE color: 10941786.
HSL color Cylindrical-coordinate representation of color #5AF5A6: hue angle of 149.42º degrees, saturation: 0.89, 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 #5AF5A6 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 166 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.04 |
| HSL | 149.42º | 0.89% | 0.66% | - |
| HSV(B) | 149.42º | 0.63% | 0.96% | - |
| XYZ | 43.75 | 70.23 | 47.33 | - |
| YUV | 189.65 | 114.65 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 166 | 0.63 | 0 | 0.32 | 0.04 | 149.42 | 0.89 | 0.66 |
| Hex | 5A | F5 | A6 | 3F | 0 | 20 | 4 | 95 | 59 | 42 |
| Octal | 132 | 365 | 246 | 77 | 0 | 40 | 4 | 225 | 131 | 102 |
| Binary | 1011010 | 11110101 | 10100110 | 111111 | 0 | 100000 | 100 | 10010101 | 1011001 | 1000010 |
Color Harmonies of #5AF5A6
Complementary color
Monochromatic Colors of #5AF5A6
Black with #5AF5A6
Text Example
Text Example
White with #5AF5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF5A6; }
p { color: rgb(90,245,166); }
H1.HeaderClassName
{
color: #5AF5A6;
}
.AnyTagClassName
{
color: #5AF5A6;
}
</style>
background-color css
<style>
a { background-color: #5AF5A6; }
a { background-color: rgb(90,245,166); }
div.DivClassName
{
background-color: #5AF5A6;
}
.BgClassName
{
background-color: #5AF5A6;
}
</style>
border-color css
<style>
span { border-color: #5AF5A6; }
span { border-color: rgb(90,245,166); }
td.TdClassName
{
border-color: #5AF5A6;
}
.TagClassName
{
border-color: #5AF5A6;
}
</style>