Shades of Medium Aquamarine #50EEB0
Tints of Medium Aquamarine #50EEB0
RGB
CMYK
RGB Variations
Color information
#50EEB0 (or 0x50EEB0) is known color: Medium Aquamarine. HEX triplet: 50, EE and B0. RGB value is (80,238,176). Sum of RGB (Red+Green+Blue) = 80+238+176=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EEB0 is #AF114F. Grayscale: #B7B7B7. Windows color (decimal): -11473232 or 11595344. OLE color: 11595344.
HSL color Cylindrical-coordinate representation of color #50EEB0: hue angle of 156.46º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEB0 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 176 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.07 |
| HSL | 156.46º | 0.82% | 0.62% | - |
| HSV(B) | 156.46º | 0.66% | 0.93% | - |
| XYZ | 41.72 | 65.99 | 51.61 | - |
| YUV | 183.69 | 123.65 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 176 | 0.66 | 0 | 0.26 | 0.07 | 156.46 | 0.82 | 0.62 |
| Hex | 50 | EE | B0 | 42 | 0 | 1A | 7 | 9C | 52 | 3E |
| Octal | 120 | 356 | 260 | 102 | 0 | 32 | 7 | 234 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10110000 | 1000010 | 0 | 11010 | 111 | 10011100 | 1010010 | 111110 |
Color Harmonies of #50EEB0
Complementary color
Monochromatic Colors of #50EEB0
Black with #50EEB0
Text Example
Text Example
White with #50EEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEB0; }
p { color: rgb(80,238,176); }
H1.HeaderClassName
{
color: #50EEB0;
}
.AnyTagClassName
{
color: #50EEB0;
}
</style>
background-color css
<style>
a { background-color: #50EEB0; }
a { background-color: rgb(80,238,176); }
div.DivClassName
{
background-color: #50EEB0;
}
.BgClassName
{
background-color: #50EEB0;
}
</style>
border-color css
<style>
span { border-color: #50EEB0; }
span { border-color: rgb(80,238,176); }
td.TdClassName
{
border-color: #50EEB0;
}
.TagClassName
{
border-color: #50EEB0;
}
</style>