Shades of Medium Aquamarine #50DFB5
Tints of Medium Aquamarine #50DFB5
RGB
CMYK
RGB Variations
Color information
#50DFB5 (or 0x50DFB5) is known color: Medium Aquamarine. HEX triplet: 50, DF and B5. RGB value is (80,223,181). Sum of RGB (Red+Green+Blue) = 80+223+181=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFB5 is #AF204A. Grayscale: #AFAFAF. Windows color (decimal): -11477067 or 11919184. OLE color: 11919184.
HSL color Cylindrical-coordinate representation of color #50DFB5: hue angle of 162.38º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DFB5 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 181 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.13 |
| HSL | 162.38º | 0.69% | 0.59% | - |
| HSV(B) | 162.38º | 0.64% | 0.87% | - |
| XYZ | 38.04 | 57.82 | 52.87 | - |
| YUV | 175.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 181 | 0.64 | 0 | 0.19 | 0.13 | 162.38 | 0.69 | 0.59 |
| Hex | 50 | DF | B5 | 40 | 0 | 13 | D | A2 | 45 | 3B |
| Octal | 120 | 337 | 265 | 100 | 0 | 23 | 15 | 242 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10110101 | 1000000 | 0 | 10011 | 1101 | 10100010 | 1000101 | 111011 |
Color Harmonies of #50DFB5
Complementary color
Monochromatic Colors of #50DFB5
Black with #50DFB5
Text Example
Text Example
White with #50DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFB5; }
p { color: rgb(80,223,181); }
H1.HeaderClassName
{
color: #50DFB5;
}
.AnyTagClassName
{
color: #50DFB5;
}
</style>
background-color css
<style>
a { background-color: #50DFB5; }
a { background-color: rgb(80,223,181); }
div.DivClassName
{
background-color: #50DFB5;
}
.BgClassName
{
background-color: #50DFB5;
}
</style>
border-color css
<style>
span { border-color: #50DFB5; }
span { border-color: rgb(80,223,181); }
td.TdClassName
{
border-color: #50DFB5;
}
.TagClassName
{
border-color: #50DFB5;
}
</style>