Shades of Medium Aquamarine #50DBB6
Tints of Medium Aquamarine #50DBB6
RGB
CMYK
RGB Variations
Color information
#50DBB6 (or 0x50DBB6) is known color: Medium Aquamarine. HEX triplet: 50, DB and B6. RGB value is (80,219,182). Sum of RGB (Red+Green+Blue) = 80+219+182=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBB6 is #AF2449. Grayscale: #ADADAD. Windows color (decimal): -11478090 or 11983696. OLE color: 11983696.
HSL color Cylindrical-coordinate representation of color #50DBB6: hue angle of 164.03º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBB6 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 182 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.14 |
| HSL | 164.03º | 0.66% | 0.59% | - |
| HSV(B) | 164.03º | 0.63% | 0.86% | - |
| XYZ | 37.08 | 55.75 | 53.06 | - |
| YUV | 173.22 | 132.95 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 182 | 0.63 | 0 | 0.17 | 0.14 | 164.03 | 0.66 | 0.59 |
| Hex | 50 | DB | B6 | 3F | 0 | 11 | E | A4 | 42 | 3B |
| Octal | 120 | 333 | 266 | 77 | 0 | 21 | 16 | 244 | 102 | 73 |
| Binary | 1010000 | 11011011 | 10110110 | 111111 | 0 | 10001 | 1110 | 10100100 | 1000010 | 111011 |
Color Harmonies of #50DBB6
Complementary color
Monochromatic Colors of #50DBB6
Black with #50DBB6
Text Example
Text Example
White with #50DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBB6; }
p { color: rgb(80,219,182); }
H1.HeaderClassName
{
color: #50DBB6;
}
.AnyTagClassName
{
color: #50DBB6;
}
</style>
background-color css
<style>
a { background-color: #50DBB6; }
a { background-color: rgb(80,219,182); }
div.DivClassName
{
background-color: #50DBB6;
}
.BgClassName
{
background-color: #50DBB6;
}
</style>
border-color css
<style>
span { border-color: #50DBB6; }
span { border-color: rgb(80,219,182); }
td.TdClassName
{
border-color: #50DBB6;
}
.TagClassName
{
border-color: #50DBB6;
}
</style>