Shades of Medium Aquamarine #50DFAB
Tints of Medium Aquamarine #50DFAB
RGB
CMYK
RGB Variations
Color information
#50DFAB (or 0x50DFAB) is known color: Medium Aquamarine. HEX triplet: 50, DF and AB. RGB value is (80,223,171). Sum of RGB (Red+Green+Blue) = 80+223+171=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DFAB is #AF2054. Grayscale: #AEAEAE. Windows color (decimal): -11477077 or 11263824. OLE color: 11263824.
HSL color Cylindrical-coordinate representation of color #50DFAB: hue angle of 158.18º 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 #50DFAB is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 171 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.13 |
| HSL | 158.18º | 0.69% | 0.59% | - |
| HSV(B) | 158.18º | 0.64% | 0.87% | - |
| XYZ | 37.05 | 57.42 | 47.66 | - |
| YUV | 174.32 | 126.12 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 171 | 0.64 | 0 | 0.23 | 0.13 | 158.18 | 0.69 | 0.59 |
| Hex | 50 | DF | AB | 40 | 0 | 17 | D | 9E | 45 | 3B |
| Octal | 120 | 337 | 253 | 100 | 0 | 27 | 15 | 236 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10101011 | 1000000 | 0 | 10111 | 1101 | 10011110 | 1000101 | 111011 |
Color Harmonies of #50DFAB
Complementary color
Monochromatic Colors of #50DFAB
Black with #50DFAB
Text Example
Text Example
White with #50DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFAB; }
p { color: rgb(80,223,171); }
H1.HeaderClassName
{
color: #50DFAB;
}
.AnyTagClassName
{
color: #50DFAB;
}
</style>
background-color css
<style>
a { background-color: #50DFAB; }
a { background-color: rgb(80,223,171); }
div.DivClassName
{
background-color: #50DFAB;
}
.BgClassName
{
background-color: #50DFAB;
}
</style>
border-color css
<style>
span { border-color: #50DFAB; }
span { border-color: rgb(80,223,171); }
td.TdClassName
{
border-color: #50DFAB;
}
.TagClassName
{
border-color: #50DFAB;
}
</style>