Shades of Medium Aquamarine #50EEA6
Tints of Medium Aquamarine #50EEA6
RGB
CMYK
RGB Variations
Color information
#50EEA6 (or 0x50EEA6) is known color: Medium Aquamarine. HEX triplet: 50, EE and A6. RGB value is (80,238,166). Sum of RGB (Red+Green+Blue) = 80+238+166=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EEA6 is #AF1159. Grayscale: #B6B6B6. Windows color (decimal): -11473242 or 10939984. OLE color: 10939984.
HSL color Cylindrical-coordinate representation of color #50EEA6: hue angle of 152.66º 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 #50EEA6 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 166 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.07 |
| HSL | 152.66º | 0.82% | 0.62% | - |
| HSV(B) | 152.66º | 0.66% | 0.93% | - |
| XYZ | 40.77 | 65.61 | 46.59 | - |
| YUV | 182.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 166 | 0.66 | 0 | 0.30 | 0.07 | 152.66 | 0.82 | 0.62 |
| Hex | 50 | EE | A6 | 42 | 0 | 1E | 7 | 99 | 52 | 3E |
| Octal | 120 | 356 | 246 | 102 | 0 | 36 | 7 | 231 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10100110 | 1000010 | 0 | 11110 | 111 | 10011001 | 1010010 | 111110 |
Color Harmonies of #50EEA6
Complementary color
Monochromatic Colors of #50EEA6
Black with #50EEA6
Text Example
Text Example
White with #50EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEA6; }
p { color: rgb(80,238,166); }
H1.HeaderClassName
{
color: #50EEA6;
}
.AnyTagClassName
{
color: #50EEA6;
}
</style>
background-color css
<style>
a { background-color: #50EEA6; }
a { background-color: rgb(80,238,166); }
div.DivClassName
{
background-color: #50EEA6;
}
.BgClassName
{
background-color: #50EEA6;
}
</style>
border-color css
<style>
span { border-color: #50EEA6; }
span { border-color: rgb(80,238,166); }
td.TdClassName
{
border-color: #50EEA6;
}
.TagClassName
{
border-color: #50EEA6;
}
</style>