Shades of Medium Aquamarine #50FFB0
Tints of Medium Aquamarine #50FFB0
RGB
CMYK
RGB Variations
Color information
#50FFB0 (or 0x50FFB0) is known color: Medium Aquamarine. HEX triplet: 50, FF and B0. RGB value is (80,255,176). Sum of RGB (Red+Green+Blue) = 80+255+176=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFB0 is #AF004F. Grayscale: #C1C1C1. Windows color (decimal): -11468880 or 11599696. OLE color: 11599696.
HSL color Cylindrical-coordinate representation of color #50FFB0: hue angle of 152.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFB0 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 176 | - |
| CMYK | 0.69 | 0 | 0.31 | 0 |
| HSL | 152.91º | 1% | 0.66% | - |
| HSV(B) | 152.91º | 0.69% | 1% | - |
| XYZ | 46.9 | 76.36 | 53.34 | - |
| YUV | 193.67 | 118.02 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 176 | 0.69 | 0 | 0.31 | 0 | 152.91 | 1 | 0.66 |
| Hex | 50 | FF | B0 | 45 | 0 | 1F | 0 | 99 | 64 | 42 |
| Octal | 120 | 377 | 260 | 105 | 0 | 37 | 0 | 231 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10110000 | 1000101 | 0 | 11111 | 0 | 10011001 | 1100100 | 1000010 |
Color Harmonies of #50FFB0
Complementary color
Monochromatic Colors of #50FFB0
Black with #50FFB0
Text Example
Text Example
White with #50FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFB0; }
p { color: rgb(80,255,176); }
H1.HeaderClassName
{
color: #50FFB0;
}
.AnyTagClassName
{
color: #50FFB0;
}
</style>
background-color css
<style>
a { background-color: #50FFB0; }
a { background-color: rgb(80,255,176); }
div.DivClassName
{
background-color: #50FFB0;
}
.BgClassName
{
background-color: #50FFB0;
}
</style>
border-color css
<style>
span { border-color: #50FFB0; }
span { border-color: rgb(80,255,176); }
td.TdClassName
{
border-color: #50FFB0;
}
.TagClassName
{
border-color: #50FFB0;
}
</style>