Shades of Keppel #50AE96
Tints of Keppel #50AE96
RGB
CMYK
RGB Variations
Color information
#50AE96 (or 0x50AE96) is known color: Keppel. HEX triplet: 50, AE and 96. RGB value is (80,174,150). Sum of RGB (Red+Green+Blue) = 80+174+150=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE96 is #AF5169. Grayscale: #8F8F8F. Windows color (decimal): -11489642 or 9875024. OLE color: 9875024.
HSL color Cylindrical-coordinate representation of color #50AE96: hue angle of 164.68º 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 #50AE96 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 150 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.32 |
| HSL | 164.68º | 0.37% | 0.5% | - |
| HSV(B) | 164.68º | 0.54% | 0.68% | - |
| XYZ | 23.95 | 34.18 | 34.19 | - |
| YUV | 143.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 150 | 0.54 | 0 | 0.14 | 0.32 | 164.68 | 0.37 | 0.5 |
| Hex | 50 | AE | 96 | 36 | 0 | E | 20 | A5 | 25 | 32 |
| Octal | 120 | 256 | 226 | 66 | 0 | 16 | 40 | 245 | 45 | 62 |
| Binary | 1010000 | 10101110 | 10010110 | 110110 | 0 | 1110 | 100000 | 10100101 | 100101 | 110010 |
Color Harmonies of #50AE96
Complementary color
Monochromatic Colors of #50AE96
Black with #50AE96
Text Example
Text Example
White with #50AE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE96; }
p { color: rgb(80,174,150); }
H1.HeaderClassName
{
color: #50AE96;
}
.AnyTagClassName
{
color: #50AE96;
}
</style>
background-color css
<style>
a { background-color: #50AE96; }
a { background-color: rgb(80,174,150); }
div.DivClassName
{
background-color: #50AE96;
}
.BgClassName
{
background-color: #50AE96;
}
</style>
border-color css
<style>
span { border-color: #50AE96; }
span { border-color: rgb(80,174,150); }
td.TdClassName
{
border-color: #50AE96;
}
.TagClassName
{
border-color: #50AE96;
}
</style>