Shades of Medium Aquamarine #50CEB0
Tints of Medium Aquamarine #50CEB0
RGB
CMYK
RGB Variations
Color information
#50CEB0 (or 0x50CEB0) is known color: Medium Aquamarine. HEX triplet: 50, CE and B0. RGB value is (80,206,176). Sum of RGB (Red+Green+Blue) = 80+206+176=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CEB0 is #AF314F. Grayscale: #A4A4A4. Windows color (decimal): -11481424 or 11587152. OLE color: 11587152.
HSL color Cylindrical-coordinate representation of color #50CEB0: hue angle of 165.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CEB0 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 176 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.19 |
| HSL | 165.71º | 0.56% | 0.56% | - |
| HSV(B) | 165.71º | 0.61% | 0.81% | - |
| XYZ | 33.22 | 48.98 | 48.78 | - |
| YUV | 164.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 176 | 0.61 | 0 | 0.15 | 0.19 | 165.71 | 0.56 | 0.56 |
| Hex | 50 | CE | B0 | 3D | 0 | F | 13 | A6 | 38 | 38 |
| Octal | 120 | 316 | 260 | 75 | 0 | 17 | 23 | 246 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10110000 | 111101 | 0 | 1111 | 10011 | 10100110 | 111000 | 111000 |
Color Harmonies of #50CEB0
Complementary color
Monochromatic Colors of #50CEB0
Black with #50CEB0
Text Example
Text Example
White with #50CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEB0; }
p { color: rgb(80,206,176); }
H1.HeaderClassName
{
color: #50CEB0;
}
.AnyTagClassName
{
color: #50CEB0;
}
</style>
background-color css
<style>
a { background-color: #50CEB0; }
a { background-color: rgb(80,206,176); }
div.DivClassName
{
background-color: #50CEB0;
}
.BgClassName
{
background-color: #50CEB0;
}
</style>
border-color css
<style>
span { border-color: #50CEB0; }
span { border-color: rgb(80,206,176); }
td.TdClassName
{
border-color: #50CEB0;
}
.TagClassName
{
border-color: #50CEB0;
}
</style>