Shades of Medium Aquamarine #5AF79E
Tints of Medium Aquamarine #5AF79E
RGB
CMYK
RGB Variations
Color information
#5AF79E (or 0x5AF79E) is known color: Medium Aquamarine. HEX triplet: 5A, F7 and 9E. RGB value is (90,247,158). Sum of RGB (Red+Green+Blue) = 90+247+158=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF79E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF79E is #A50861. Grayscale: #BEBEBE. Windows color (decimal): -10815586 or 10418010. OLE color: 10418010.
HSL color Cylindrical-coordinate representation of color #5AF79E: hue angle of 145.99º 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 #5AF79E is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 158 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.03 |
| HSL | 145.99º | 0.91% | 0.66% | - |
| HSV(B) | 145.99º | 0.64% | 0.97% | - |
| XYZ | 43.65 | 71.16 | 43.78 | - |
| YUV | 189.91 | 109.99 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 158 | 0.64 | 0 | 0.36 | 0.03 | 145.99 | 0.91 | 0.66 |
| Hex | 5A | F7 | 9E | 40 | 0 | 24 | 3 | 92 | 5B | 42 |
| Octal | 132 | 367 | 236 | 100 | 0 | 44 | 3 | 222 | 133 | 102 |
| Binary | 1011010 | 11110111 | 10011110 | 1000000 | 0 | 100100 | 11 | 10010010 | 1011011 | 1000010 |
Color Harmonies of #5AF79E
Complementary color
Monochromatic Colors of #5AF79E
Black with #5AF79E
Text Example
Text Example
White with #5AF79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF79E; }
p { color: rgb(90,247,158); }
H1.HeaderClassName
{
color: #5AF79E;
}
.AnyTagClassName
{
color: #5AF79E;
}
</style>
background-color css
<style>
a { background-color: #5AF79E; }
a { background-color: rgb(90,247,158); }
div.DivClassName
{
background-color: #5AF79E;
}
.BgClassName
{
background-color: #5AF79E;
}
</style>
border-color css
<style>
span { border-color: #5AF79E; }
span { border-color: rgb(90,247,158); }
td.TdClassName
{
border-color: #5AF79E;
}
.TagClassName
{
border-color: #5AF79E;
}
</style>