Shades of Medium Aquamarine #50EF96
Tints of Medium Aquamarine #50EF96
RGB
CMYK
RGB Variations
Color information
#50EF96 (or 0x50EF96) is known color: Medium Aquamarine. HEX triplet: 50, EF and 96. RGB value is (80,239,150). Sum of RGB (Red+Green+Blue) = 80+239+150=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EF96 is #AF1069. Grayscale: #B5B5B5. Windows color (decimal): -11473002 or 9891664. OLE color: 9891664.
HSL color Cylindrical-coordinate representation of color #50EF96: hue angle of 146.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EF96 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 150 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.06 |
| HSL | 146.42º | 0.83% | 0.63% | - |
| HSV(B) | 146.42º | 0.67% | 0.94% | - |
| XYZ | 39.68 | 65.64 | 39.43 | - |
| YUV | 181.31 | 110.32 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 150 | 0.67 | 0 | 0.37 | 0.06 | 146.42 | 0.83 | 0.63 |
| Hex | 50 | EF | 96 | 43 | 0 | 25 | 6 | 92 | 53 | 3F |
| Octal | 120 | 357 | 226 | 103 | 0 | 45 | 6 | 222 | 123 | 77 |
| Binary | 1010000 | 11101111 | 10010110 | 1000011 | 0 | 100101 | 110 | 10010010 | 1010011 | 111111 |
Color Harmonies of #50EF96
Complementary color
Monochromatic Colors of #50EF96
Black with #50EF96
Text Example
Text Example
White with #50EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF96; }
p { color: rgb(80,239,150); }
H1.HeaderClassName
{
color: #50EF96;
}
.AnyTagClassName
{
color: #50EF96;
}
</style>
background-color css
<style>
a { background-color: #50EF96; }
a { background-color: rgb(80,239,150); }
div.DivClassName
{
background-color: #50EF96;
}
.BgClassName
{
background-color: #50EF96;
}
</style>
border-color css
<style>
span { border-color: #50EF96; }
span { border-color: rgb(80,239,150); }
td.TdClassName
{
border-color: #50EF96;
}
.TagClassName
{
border-color: #50EF96;
}
</style>