Shades of Medium Aquamarine #5AF7A8
Tints of Medium Aquamarine #5AF7A8
RGB
CMYK
RGB Variations
Color information
#5AF7A8 (or 0x5AF7A8) is known color: Medium Aquamarine. HEX triplet: 5A, F7 and A8. RGB value is (90,247,168). Sum of RGB (Red+Green+Blue) = 90+247+168=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF7A8 is #A50857. Grayscale: #BFBFBF. Windows color (decimal): -10815576 or 11073370. OLE color: 11073370.
HSL color Cylindrical-coordinate representation of color #5AF7A8: hue angle of 149.81º 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 #5AF7A8 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 168 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.03 |
| HSL | 149.81º | 0.91% | 0.66% | - |
| HSV(B) | 149.81º | 0.64% | 0.97% | - |
| XYZ | 44.55 | 71.52 | 48.5 | - |
| YUV | 191.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 168 | 0.64 | 0 | 0.32 | 0.03 | 149.81 | 0.91 | 0.66 |
| Hex | 5A | F7 | A8 | 40 | 0 | 20 | 3 | 96 | 5B | 42 |
| Octal | 132 | 367 | 250 | 100 | 0 | 40 | 3 | 226 | 133 | 102 |
| Binary | 1011010 | 11110111 | 10101000 | 1000000 | 0 | 100000 | 11 | 10010110 | 1011011 | 1000010 |
Color Harmonies of #5AF7A8
Complementary color
Monochromatic Colors of #5AF7A8
Black with #5AF7A8
Text Example
Text Example
White with #5AF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF7A8; }
p { color: rgb(90,247,168); }
H1.HeaderClassName
{
color: #5AF7A8;
}
.AnyTagClassName
{
color: #5AF7A8;
}
</style>
background-color css
<style>
a { background-color: #5AF7A8; }
a { background-color: rgb(90,247,168); }
div.DivClassName
{
background-color: #5AF7A8;
}
.BgClassName
{
background-color: #5AF7A8;
}
</style>
border-color css
<style>
span { border-color: #5AF7A8; }
span { border-color: rgb(90,247,168); }
td.TdClassName
{
border-color: #5AF7A8;
}
.TagClassName
{
border-color: #5AF7A8;
}
</style>