Shades of Medium Aquamarine #5AF7AB
Tints of Medium Aquamarine #5AF7AB
RGB
CMYK
RGB Variations
Color information
#5AF7AB (or 0x5AF7AB) is known color: Medium Aquamarine. HEX triplet: 5A, F7 and AB. RGB value is (90,247,171). Sum of RGB (Red+Green+Blue) = 90+247+171=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF7AB is #A50854. Grayscale: #BFBFBF. Windows color (decimal): -10815573 or 11269978. OLE color: 11269978.
HSL color Cylindrical-coordinate representation of color #5AF7AB: hue angle of 150.96º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7AB is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 171 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.03 |
| HSL | 150.96º | 0.91% | 0.66% | - |
| HSV(B) | 150.96º | 0.64% | 0.97% | - |
| XYZ | 44.83 | 71.64 | 49.99 | - |
| YUV | 191.39 | 116.49 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 171 | 0.64 | 0 | 0.31 | 0.03 | 150.96 | 0.91 | 0.66 |
| Hex | 5A | F7 | AB | 40 | 0 | 1F | 3 | 97 | 5B | 42 |
| Octal | 132 | 367 | 253 | 100 | 0 | 37 | 3 | 227 | 133 | 102 |
| Binary | 1011010 | 11110111 | 10101011 | 1000000 | 0 | 11111 | 11 | 10010111 | 1011011 | 1000010 |
Color Harmonies of #5AF7AB
Complementary color
Monochromatic Colors of #5AF7AB
Black with #5AF7AB
Text Example
Text Example
White with #5AF7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF7AB; }
p { color: rgb(90,247,171); }
H1.HeaderClassName
{
color: #5AF7AB;
}
.AnyTagClassName
{
color: #5AF7AB;
}
</style>
background-color css
<style>
a { background-color: #5AF7AB; }
a { background-color: rgb(90,247,171); }
div.DivClassName
{
background-color: #5AF7AB;
}
.BgClassName
{
background-color: #5AF7AB;
}
</style>
border-color css
<style>
span { border-color: #5AF7AB; }
span { border-color: rgb(90,247,171); }
td.TdClassName
{
border-color: #5AF7AB;
}
.TagClassName
{
border-color: #5AF7AB;
}
</style>