Shades of Medium Aquamarine #5AF1AA
Tints of Medium Aquamarine #5AF1AA
RGB
CMYK
RGB Variations
Color information
#5AF1AA (or 0x5AF1AA) is known color: Medium Aquamarine. HEX triplet: 5A, F1 and AA. RGB value is (90,241,170). Sum of RGB (Red+Green+Blue) = 90+241+170=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF1AA is #A50E55. Grayscale: #BBBBBB. Windows color (decimal): -10817110 or 11202906. OLE color: 11202906.
HSL color Cylindrical-coordinate representation of color #5AF1AA: hue angle of 151.79º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1AA is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 170 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.05 |
| HSL | 151.79º | 0.84% | 0.65% | - |
| HSV(B) | 151.79º | 0.63% | 0.95% | - |
| XYZ | 42.93 | 67.99 | 48.89 | - |
| YUV | 187.76 | 117.97 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 170 | 0.63 | 0 | 0.29 | 0.05 | 151.79 | 0.84 | 0.65 |
| Hex | 5A | F1 | AA | 3F | 0 | 1D | 5 | 98 | 54 | 41 |
| Octal | 132 | 361 | 252 | 77 | 0 | 35 | 5 | 230 | 124 | 101 |
| Binary | 1011010 | 11110001 | 10101010 | 111111 | 0 | 11101 | 101 | 10011000 | 1010100 | 1000001 |
Color Harmonies of #5AF1AA
Complementary color
Monochromatic Colors of #5AF1AA
Black with #5AF1AA
Text Example
Text Example
White with #5AF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1AA; }
p { color: rgb(90,241,170); }
H1.HeaderClassName
{
color: #5AF1AA;
}
.AnyTagClassName
{
color: #5AF1AA;
}
</style>
background-color css
<style>
a { background-color: #5AF1AA; }
a { background-color: rgb(90,241,170); }
div.DivClassName
{
background-color: #5AF1AA;
}
.BgClassName
{
background-color: #5AF1AA;
}
</style>
border-color css
<style>
span { border-color: #5AF1AA; }
span { border-color: rgb(90,241,170); }
td.TdClassName
{
border-color: #5AF1AA;
}
.TagClassName
{
border-color: #5AF1AA;
}
</style>