Shades of Medium Aquamarine #50F7A8
Tints of Medium Aquamarine #50F7A8
RGB
CMYK
RGB Variations
Color information
#50F7A8 (or 0x50F7A8) is known color: Medium Aquamarine. HEX triplet: 50, F7 and A8. RGB value is (80,247,168). Sum of RGB (Red+Green+Blue) = 80+247+168=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F7A8 is #AF0857. Grayscale: #BCBCBC. Windows color (decimal): -11470936 or 11073360. OLE color: 11073360.
HSL color Cylindrical-coordinate representation of color #50F7A8: hue angle of 151.62º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7A8 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 168 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.03 |
| HSL | 151.62º | 0.91% | 0.64% | - |
| HSV(B) | 151.62º | 0.68% | 0.97% | - |
| XYZ | 43.64 | 71.05 | 48.46 | - |
| YUV | 188.06 | 116.67 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 168 | 0.68 | 0 | 0.32 | 0.03 | 151.62 | 0.91 | 0.64 |
| Hex | 50 | F7 | A8 | 44 | 0 | 20 | 3 | 98 | 5B | 40 |
| Octal | 120 | 367 | 250 | 104 | 0 | 40 | 3 | 230 | 133 | 100 |
| Binary | 1010000 | 11110111 | 10101000 | 1000100 | 0 | 100000 | 11 | 10011000 | 1011011 | 1000000 |
Color Harmonies of #50F7A8
Complementary color
Monochromatic Colors of #50F7A8
Black with #50F7A8
Text Example
Text Example
White with #50F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7A8; }
p { color: rgb(80,247,168); }
H1.HeaderClassName
{
color: #50F7A8;
}
.AnyTagClassName
{
color: #50F7A8;
}
</style>
background-color css
<style>
a { background-color: #50F7A8; }
a { background-color: rgb(80,247,168); }
div.DivClassName
{
background-color: #50F7A8;
}
.BgClassName
{
background-color: #50F7A8;
}
</style>
border-color css
<style>
span { border-color: #50F7A8; }
span { border-color: rgb(80,247,168); }
td.TdClassName
{
border-color: #50F7A8;
}
.TagClassName
{
border-color: #50F7A8;
}
</style>