Shades of Keppel #50AE91
Tints of Keppel #50AE91
RGB
CMYK
RGB Variations
Color information
#50AE91 (or 0x50AE91) is known color: Keppel. HEX triplet: 50, AE and 91. RGB value is (80,174,145). Sum of RGB (Red+Green+Blue) = 80+174+145=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE91 is #AF516E. Grayscale: #8E8E8E. Windows color (decimal): -11489647 or 9547344. OLE color: 9547344.
HSL color Cylindrical-coordinate representation of color #50AE91: hue angle of 161.49º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AE91 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 145 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.32 |
| HSL | 161.49º | 0.37% | 0.5% | - |
| HSV(B) | 161.49º | 0.54% | 0.68% | - |
| XYZ | 23.56 | 34.02 | 32.11 | - |
| YUV | 142.59 | 129.36 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 145 | 0.54 | 0 | 0.17 | 0.32 | 161.49 | 0.37 | 0.5 |
| Hex | 50 | AE | 91 | 36 | 0 | 11 | 20 | A1 | 25 | 32 |
| Octal | 120 | 256 | 221 | 66 | 0 | 21 | 40 | 241 | 45 | 62 |
| Binary | 1010000 | 10101110 | 10010001 | 110110 | 0 | 10001 | 100000 | 10100001 | 100101 | 110010 |
Color Harmonies of #50AE91
Complementary color
Monochromatic Colors of #50AE91
Black with #50AE91
Text Example
Text Example
White with #50AE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE91; }
p { color: rgb(80,174,145); }
H1.HeaderClassName
{
color: #50AE91;
}
.AnyTagClassName
{
color: #50AE91;
}
</style>
background-color css
<style>
a { background-color: #50AE91; }
a { background-color: rgb(80,174,145); }
div.DivClassName
{
background-color: #50AE91;
}
.BgClassName
{
background-color: #50AE91;
}
</style>
border-color css
<style>
span { border-color: #50AE91; }
span { border-color: rgb(80,174,145); }
td.TdClassName
{
border-color: #50AE91;
}
.TagClassName
{
border-color: #50AE91;
}
</style>