Shades of Medium Aquamarine #50E6B5
Tints of Medium Aquamarine #50E6B5
RGB
CMYK
RGB Variations
Color information
#50E6B5 (or 0x50E6B5) is known color: Medium Aquamarine. HEX triplet: 50, E6 and B5. RGB value is (80,230,181). Sum of RGB (Red+Green+Blue) = 80+230+181=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #50E6B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E6B5 is #AF194A. Grayscale: #B3B3B3. Windows color (decimal): -11475275 or 11920976. OLE color: 11920976.
HSL color Cylindrical-coordinate representation of color #50E6B5: hue angle of 160.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E6B5 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 230 | 181 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.10 |
| HSL | 160.4º | 0.75% | 0.61% | - |
| HSV(B) | 160.4º | 0.65% | 0.9% | - |
| XYZ | 39.95 | 61.64 | 53.51 | - |
| YUV | 179.56 | 128.81 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 230 | 181 | 0.65 | 0 | 0.21 | 0.10 | 160.4 | 0.75 | 0.61 |
| Hex | 50 | E6 | B5 | 41 | 0 | 15 | A | A0 | 4B | 3D |
| Octal | 120 | 346 | 265 | 101 | 0 | 25 | 12 | 240 | 113 | 75 |
| Binary | 1010000 | 11100110 | 10110101 | 1000001 | 0 | 10101 | 1010 | 10100000 | 1001011 | 111101 |
Color Harmonies of #50E6B5
Complementary color
Monochromatic Colors of #50E6B5
Black with #50E6B5
Text Example
Text Example
White with #50E6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E6B5; }
p { color: rgb(80,230,181); }
H1.HeaderClassName
{
color: #50E6B5;
}
.AnyTagClassName
{
color: #50E6B5;
}
</style>
background-color css
<style>
a { background-color: #50E6B5; }
a { background-color: rgb(80,230,181); }
div.DivClassName
{
background-color: #50E6B5;
}
.BgClassName
{
background-color: #50E6B5;
}
</style>
border-color css
<style>
span { border-color: #50E6B5; }
span { border-color: rgb(80,230,181); }
td.TdClassName
{
border-color: #50E6B5;
}
.TagClassName
{
border-color: #50E6B5;
}
</style>