Shades of Keppel #50A996
Tints of Keppel #50A996
RGB
CMYK
RGB Variations
Color information
#50A996 (or 0x50A996) is known color: Keppel. HEX triplet: 50, A9 and 96. RGB value is (80,169,150). Sum of RGB (Red+Green+Blue) = 80+169+150=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #50A996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A996 is #AF5669. Grayscale: #8C8C8C. Windows color (decimal): -11490922 or 9873744. OLE color: 9873744.
HSL color Cylindrical-coordinate representation of color #50A996: hue angle of 167.19º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A996 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 150 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.34 |
| HSL | 167.19º | 0.36% | 0.49% | - |
| HSV(B) | 167.19º | 0.53% | 0.66% | - |
| XYZ | 23 | 32.28 | 33.87 | - |
| YUV | 140.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 150 | 0.53 | 0 | 0.11 | 0.34 | 167.19 | 0.36 | 0.49 |
| Hex | 50 | A9 | 96 | 35 | 0 | B | 22 | A7 | 24 | 31 |
| Octal | 120 | 251 | 226 | 65 | 0 | 13 | 42 | 247 | 44 | 61 |
| Binary | 1010000 | 10101001 | 10010110 | 110101 | 0 | 1011 | 100010 | 10100111 | 100100 | 110001 |
Color Harmonies of #50A996
Complementary color
Monochromatic Colors of #50A996
Black with #50A996
Text Example
Text Example
White with #50A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A996; }
p { color: rgb(80,169,150); }
H1.HeaderClassName
{
color: #50A996;
}
.AnyTagClassName
{
color: #50A996;
}
</style>
background-color css
<style>
a { background-color: #50A996; }
a { background-color: rgb(80,169,150); }
div.DivClassName
{
background-color: #50A996;
}
.BgClassName
{
background-color: #50A996;
}
</style>
border-color css
<style>
span { border-color: #50A996; }
span { border-color: rgb(80,169,150); }
td.TdClassName
{
border-color: #50A996;
}
.TagClassName
{
border-color: #50A996;
}
</style>