Shades of Medium Aquamarine #50F19B
Tints of Medium Aquamarine #50F19B
RGB
CMYK
RGB Variations
Color information
#50F19B (or 0x50F19B) is known color: Medium Aquamarine. HEX triplet: 50, F1 and 9B. RGB value is (80,241,155). Sum of RGB (Red+Green+Blue) = 80+241+155=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #50F19B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F19B is #AF0E64. Grayscale: #B7B7B7. Windows color (decimal): -11472485 or 10219856. OLE color: 10219856.
HSL color Cylindrical-coordinate representation of color #50F19B: hue angle of 147.95º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F19B is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 155 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.05 |
| HSL | 147.95º | 0.85% | 0.63% | - |
| HSV(B) | 147.95º | 0.67% | 0.95% | - |
| XYZ | 40.68 | 66.98 | 41.8 | - |
| YUV | 183.06 | 112.16 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 155 | 0.67 | 0 | 0.36 | 0.05 | 147.95 | 0.85 | 0.63 |
| Hex | 50 | F1 | 9B | 43 | 0 | 24 | 5 | 94 | 55 | 3F |
| Octal | 120 | 361 | 233 | 103 | 0 | 44 | 5 | 224 | 125 | 77 |
| Binary | 1010000 | 11110001 | 10011011 | 1000011 | 0 | 100100 | 101 | 10010100 | 1010101 | 111111 |
Color Harmonies of #50F19B
Complementary color
Monochromatic Colors of #50F19B
Black with #50F19B
Text Example
Text Example
White with #50F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F19B; }
p { color: rgb(80,241,155); }
H1.HeaderClassName
{
color: #50F19B;
}
.AnyTagClassName
{
color: #50F19B;
}
</style>
background-color css
<style>
a { background-color: #50F19B; }
a { background-color: rgb(80,241,155); }
div.DivClassName
{
background-color: #50F19B;
}
.BgClassName
{
background-color: #50F19B;
}
</style>
border-color css
<style>
span { border-color: #50F19B; }
span { border-color: rgb(80,241,155); }
td.TdClassName
{
border-color: #50F19B;
}
.TagClassName
{
border-color: #50F19B;
}
</style>