Shades of Medium Aquamarine #5AF3AB
Tints of Medium Aquamarine #5AF3AB
RGB
CMYK
RGB Variations
Color information
#5AF3AB (or 0x5AF3AB) is known color: Medium Aquamarine. HEX triplet: 5A, F3 and AB. RGB value is (90,243,171). Sum of RGB (Red+Green+Blue) = 90+243+171=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF3AB is #A50C54. Grayscale: #BDBDBD. Windows color (decimal): -10816597 or 11268954. OLE color: 11268954.
HSL color Cylindrical-coordinate representation of color #5AF3AB: hue angle of 151.76º degrees, saturation: 0.86, 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 #5AF3AB is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 171 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.05 |
| HSL | 151.76º | 0.86% | 0.65% | - |
| HSV(B) | 151.76º | 0.63% | 0.95% | - |
| XYZ | 43.62 | 69.22 | 49.59 | - |
| YUV | 189.05 | 117.81 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 171 | 0.63 | 0 | 0.30 | 0.05 | 151.76 | 0.86 | 0.65 |
| Hex | 5A | F3 | AB | 3F | 0 | 1E | 5 | 98 | 56 | 41 |
| Octal | 132 | 363 | 253 | 77 | 0 | 36 | 5 | 230 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10101011 | 111111 | 0 | 11110 | 101 | 10011000 | 1010110 | 1000001 |
Color Harmonies of #5AF3AB
Complementary color
Monochromatic Colors of #5AF3AB
Black with #5AF3AB
Text Example
Text Example
White with #5AF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF3AB; }
p { color: rgb(90,243,171); }
H1.HeaderClassName
{
color: #5AF3AB;
}
.AnyTagClassName
{
color: #5AF3AB;
}
</style>
background-color css
<style>
a { background-color: #5AF3AB; }
a { background-color: rgb(90,243,171); }
div.DivClassName
{
background-color: #5AF3AB;
}
.BgClassName
{
background-color: #5AF3AB;
}
</style>
border-color css
<style>
span { border-color: #5AF3AB; }
span { border-color: rgb(90,243,171); }
td.TdClassName
{
border-color: #5AF3AB;
}
.TagClassName
{
border-color: #5AF3AB;
}
</style>