Shades of Medium Aquamarine #50F8A8
Tints of Medium Aquamarine #50F8A8
RGB
CMYK
RGB Variations
Color information
#50F8A8 (or 0x50F8A8) is known color: Medium Aquamarine. HEX triplet: 50, F8 and A8. RGB value is (80,248,168). Sum of RGB (Red+Green+Blue) = 80+248+168=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F8A8 is #AF0757. Grayscale: #BCBCBC. Windows color (decimal): -11470680 or 11073616. OLE color: 11073616.
HSL color Cylindrical-coordinate representation of color #50F8A8: hue angle of 151.43º degrees, saturation: 0.92, 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 #50F8A8 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 248 | 168 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.03 |
| HSL | 151.43º | 0.92% | 0.64% | - |
| HSV(B) | 151.43º | 0.68% | 0.97% | - |
| XYZ | 43.94 | 71.67 | 48.56 | - |
| YUV | 188.65 | 116.34 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 248 | 168 | 0.68 | 0 | 0.32 | 0.03 | 151.43 | 0.92 | 0.64 |
| Hex | 50 | F8 | A8 | 44 | 0 | 20 | 3 | 97 | 5C | 40 |
| Octal | 120 | 370 | 250 | 104 | 0 | 40 | 3 | 227 | 134 | 100 |
| Binary | 1010000 | 11111000 | 10101000 | 1000100 | 0 | 100000 | 11 | 10010111 | 1011100 | 1000000 |
Color Harmonies of #50F8A8
Complementary color
Monochromatic Colors of #50F8A8
Black with #50F8A8
Text Example
Text Example
White with #50F8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F8A8; }
p { color: rgb(80,248,168); }
H1.HeaderClassName
{
color: #50F8A8;
}
.AnyTagClassName
{
color: #50F8A8;
}
</style>
background-color css
<style>
a { background-color: #50F8A8; }
a { background-color: rgb(80,248,168); }
div.DivClassName
{
background-color: #50F8A8;
}
.BgClassName
{
background-color: #50F8A8;
}
</style>
border-color css
<style>
span { border-color: #50F8A8; }
span { border-color: rgb(80,248,168); }
td.TdClassName
{
border-color: #50F8A8;
}
.TagClassName
{
border-color: #50F8A8;
}
</style>