Shades of Medium Aquamarine #50CE98
Tints of Medium Aquamarine #50CE98
RGB
CMYK
RGB Variations
Color information
#50CE98 (or 0x50CE98) is known color: Medium Aquamarine. HEX triplet: 50, CE and 98. RGB value is (80,206,152). Sum of RGB (Red+Green+Blue) = 80+206+152=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE98 is #AF3167. Grayscale: #A2A2A2. Windows color (decimal): -11481448 or 10014288. OLE color: 10014288.
HSL color Cylindrical-coordinate representation of color #50CE98: hue angle of 154.29º 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 #50CE98 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 152 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.19 |
| HSL | 154.29º | 0.56% | 0.56% | - |
| HSV(B) | 154.29º | 0.61% | 0.81% | - |
| XYZ | 31.05 | 48.12 | 37.36 | - |
| YUV | 162.17 | 122.26 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 152 | 0.61 | 0 | 0.26 | 0.19 | 154.29 | 0.56 | 0.56 |
| Hex | 50 | CE | 98 | 3D | 0 | 1A | 13 | 9A | 38 | 38 |
| Octal | 120 | 316 | 230 | 75 | 0 | 32 | 23 | 232 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10011000 | 111101 | 0 | 11010 | 10011 | 10011010 | 111000 | 111000 |
Color Harmonies of #50CE98
Complementary color
Monochromatic Colors of #50CE98
Black with #50CE98
Text Example
Text Example
White with #50CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE98; }
p { color: rgb(80,206,152); }
H1.HeaderClassName
{
color: #50CE98;
}
.AnyTagClassName
{
color: #50CE98;
}
</style>
background-color css
<style>
a { background-color: #50CE98; }
a { background-color: rgb(80,206,152); }
div.DivClassName
{
background-color: #50CE98;
}
.BgClassName
{
background-color: #50CE98;
}
</style>
border-color css
<style>
span { border-color: #50CE98; }
span { border-color: rgb(80,206,152); }
td.TdClassName
{
border-color: #50CE98;
}
.TagClassName
{
border-color: #50CE98;
}
</style>