Shades of Medium Aquamarine #50FF9B
Tints of Medium Aquamarine #50FF9B
RGB
CMYK
RGB Variations
Color information
#50FF9B (or 0x50FF9B) is known color: Medium Aquamarine. HEX triplet: 50, FF and 9B. RGB value is (80,255,155). Sum of RGB (Red+Green+Blue) = 80+255+155=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FF9B is #AF0064. Grayscale: #BFBFBF. Windows color (decimal): -11468901 or 10223440. OLE color: 10223440.
HSL color Cylindrical-coordinate representation of color #50FF9B: hue angle of 145.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FF9B is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 155 | - |
| CMYK | 0.69 | 0 | 0.39 | 0 |
| HSL | 145.71º | 1% | 0.66% | - |
| HSV(B) | 145.71º | 0.69% | 1% | - |
| XYZ | 44.98 | 75.59 | 43.23 | - |
| YUV | 191.28 | 107.52 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 155 | 0.69 | 0 | 0.39 | 0 | 145.71 | 1 | 0.66 |
| Hex | 50 | FF | 9B | 45 | 0 | 27 | 0 | 92 | 64 | 42 |
| Octal | 120 | 377 | 233 | 105 | 0 | 47 | 0 | 222 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10011011 | 1000101 | 0 | 100111 | 0 | 10010010 | 1100100 | 1000010 |
Color Harmonies of #50FF9B
Complementary color
Monochromatic Colors of #50FF9B
Black with #50FF9B
Text Example
Text Example
White with #50FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF9B; }
p { color: rgb(80,255,155); }
H1.HeaderClassName
{
color: #50FF9B;
}
.AnyTagClassName
{
color: #50FF9B;
}
</style>
background-color css
<style>
a { background-color: #50FF9B; }
a { background-color: rgb(80,255,155); }
div.DivClassName
{
background-color: #50FF9B;
}
.BgClassName
{
background-color: #50FF9B;
}
</style>
border-color css
<style>
span { border-color: #50FF9B; }
span { border-color: rgb(80,255,155); }
td.TdClassName
{
border-color: #50FF9B;
}
.TagClassName
{
border-color: #50FF9B;
}
</style>