Shades of Medium Aquamarine #5AF79C
Tints of Medium Aquamarine #5AF79C
RGB
CMYK
RGB Variations
Color information
#5AF79C (or 0x5AF79C) is known color: Medium Aquamarine. HEX triplet: 5A, F7 and 9C. RGB value is (90,247,156). Sum of RGB (Red+Green+Blue) = 90+247+156=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF79C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF79C is #A50863. Grayscale: #BDBDBD. Windows color (decimal): -10815588 or 10286938. OLE color: 10286938.
HSL color Cylindrical-coordinate representation of color #5AF79C: hue angle of 145.22º 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 #5AF79C is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 156 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.03 |
| HSL | 145.22º | 0.91% | 0.66% | - |
| HSV(B) | 145.22º | 0.64% | 0.97% | - |
| XYZ | 43.48 | 71.1 | 42.88 | - |
| YUV | 189.68 | 108.99 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 156 | 0.64 | 0 | 0.37 | 0.03 | 145.22 | 0.91 | 0.66 |
| Hex | 5A | F7 | 9C | 40 | 0 | 25 | 3 | 91 | 5B | 42 |
| Octal | 132 | 367 | 234 | 100 | 0 | 45 | 3 | 221 | 133 | 102 |
| Binary | 1011010 | 11110111 | 10011100 | 1000000 | 0 | 100101 | 11 | 10010001 | 1011011 | 1000010 |
Color Harmonies of #5AF79C
Complementary color
Monochromatic Colors of #5AF79C
Black with #5AF79C
Text Example
Text Example
White with #5AF79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF79C; }
p { color: rgb(90,247,156); }
H1.HeaderClassName
{
color: #5AF79C;
}
.AnyTagClassName
{
color: #5AF79C;
}
</style>
background-color css
<style>
a { background-color: #5AF79C; }
a { background-color: rgb(90,247,156); }
div.DivClassName
{
background-color: #5AF79C;
}
.BgClassName
{
background-color: #5AF79C;
}
</style>
border-color css
<style>
span { border-color: #5AF79C; }
span { border-color: rgb(90,247,156); }
td.TdClassName
{
border-color: #5AF79C;
}
.TagClassName
{
border-color: #5AF79C;
}
</style>