Shades of Keppel #50C091
Tints of Keppel #50C091
RGB
CMYK
RGB Variations
Color information
#50C091 (or 0x50C091) is known color: Keppel. HEX triplet: 50, C0 and 91. RGB value is (80,192,145). Sum of RGB (Red+Green+Blue) = 80+192+145=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #50C091 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C091 is #AF3F6E. Grayscale: #999999. Windows color (decimal): -11485039 or 9551952. OLE color: 9551952.
HSL color Cylindrical-coordinate representation of color #50C091: hue angle of 154.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C091 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 145 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.25 |
| HSL | 154.82º | 0.47% | 0.53% | - |
| HSV(B) | 154.82º | 0.58% | 0.75% | - |
| XYZ | 27.27 | 41.45 | 33.35 | - |
| YUV | 153.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 145 | 0.58 | 0 | 0.24 | 0.25 | 154.82 | 0.47 | 0.53 |
| Hex | 50 | C0 | 91 | 3A | 0 | 18 | 19 | 9B | 2F | 35 |
| Octal | 120 | 300 | 221 | 72 | 0 | 30 | 31 | 233 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10010001 | 111010 | 0 | 11000 | 11001 | 10011011 | 101111 | 110101 |
Color Harmonies of #50C091
Complementary color
Monochromatic Colors of #50C091
Black with #50C091
Text Example
Text Example
White with #50C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C091; }
p { color: rgb(80,192,145); }
H1.HeaderClassName
{
color: #50C091;
}
.AnyTagClassName
{
color: #50C091;
}
</style>
background-color css
<style>
a { background-color: #50C091; }
a { background-color: rgb(80,192,145); }
div.DivClassName
{
background-color: #50C091;
}
.BgClassName
{
background-color: #50C091;
}
</style>
border-color css
<style>
span { border-color: #50C091; }
span { border-color: rgb(80,192,145); }
td.TdClassName
{
border-color: #50C091;
}
.TagClassName
{
border-color: #50C091;
}
</style>