Shades of Medium Aquamarine #5AF2AB
Tints of Medium Aquamarine #5AF2AB
RGB
CMYK
RGB Variations
Color information
#5AF2AB (or 0x5AF2AB) is known color: Medium Aquamarine. HEX triplet: 5A, F2 and AB. RGB value is (90,242,171). Sum of RGB (Red+Green+Blue) = 90+242+171=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF2AB is #A50D54. Grayscale: #BCBCBC. Windows color (decimal): -10816853 or 11268698. OLE color: 11268698.
HSL color Cylindrical-coordinate representation of color #5AF2AB: hue angle of 151.97º degrees, saturation: 0.85, 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 #5AF2AB is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 171 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.05 |
| HSL | 151.97º | 0.85% | 0.65% | - |
| HSV(B) | 151.97º | 0.63% | 0.95% | - |
| XYZ | 43.32 | 68.62 | 49.49 | - |
| YUV | 188.46 | 118.14 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 171 | 0.63 | 0 | 0.29 | 0.05 | 151.97 | 0.85 | 0.65 |
| Hex | 5A | F2 | AB | 3F | 0 | 1D | 5 | 98 | 55 | 41 |
| Octal | 132 | 362 | 253 | 77 | 0 | 35 | 5 | 230 | 125 | 101 |
| Binary | 1011010 | 11110010 | 10101011 | 111111 | 0 | 11101 | 101 | 10011000 | 1010101 | 1000001 |
Color Harmonies of #5AF2AB
Complementary color
Monochromatic Colors of #5AF2AB
Black with #5AF2AB
Text Example
Text Example
White with #5AF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF2AB; }
p { color: rgb(90,242,171); }
H1.HeaderClassName
{
color: #5AF2AB;
}
.AnyTagClassName
{
color: #5AF2AB;
}
</style>
background-color css
<style>
a { background-color: #5AF2AB; }
a { background-color: rgb(90,242,171); }
div.DivClassName
{
background-color: #5AF2AB;
}
.BgClassName
{
background-color: #5AF2AB;
}
</style>
border-color css
<style>
span { border-color: #5AF2AB; }
span { border-color: rgb(90,242,171); }
td.TdClassName
{
border-color: #5AF2AB;
}
.TagClassName
{
border-color: #5AF2AB;
}
</style>