Shades of Keppel #50B992
Tints of Keppel #50B992
RGB
CMYK
RGB Variations
Color information
#50B992 (or 0x50B992) is known color: Keppel. HEX triplet: 50, B9 and 92. RGB value is (80,185,146). Sum of RGB (Red+Green+Blue) = 80+185+146=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #50B992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B992 is #AF466D. Grayscale: #959595. Windows color (decimal): -11486830 or 9615696. OLE color: 9615696.
HSL color Cylindrical-coordinate representation of color #50B992: hue angle of 157.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B992 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 146 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.27 |
| HSL | 157.71º | 0.43% | 0.52% | - |
| HSV(B) | 157.71º | 0.57% | 0.73% | - |
| XYZ | 25.85 | 38.48 | 33.26 | - |
| YUV | 149.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 146 | 0.57 | 0 | 0.21 | 0.27 | 157.71 | 0.43 | 0.52 |
| Hex | 50 | B9 | 92 | 39 | 0 | 15 | 1B | 9E | 2B | 34 |
| Octal | 120 | 271 | 222 | 71 | 0 | 25 | 33 | 236 | 53 | 64 |
| Binary | 1010000 | 10111001 | 10010010 | 111001 | 0 | 10101 | 11011 | 10011110 | 101011 | 110100 |
Color Harmonies of #50B992
Complementary color
Monochromatic Colors of #50B992
Black with #50B992
Text Example
Text Example
White with #50B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B992; }
p { color: rgb(80,185,146); }
H1.HeaderClassName
{
color: #50B992;
}
.AnyTagClassName
{
color: #50B992;
}
</style>
background-color css
<style>
a { background-color: #50B992; }
a { background-color: rgb(80,185,146); }
div.DivClassName
{
background-color: #50B992;
}
.BgClassName
{
background-color: #50B992;
}
</style>
border-color css
<style>
span { border-color: #50B992; }
span { border-color: rgb(80,185,146); }
td.TdClassName
{
border-color: #50B992;
}
.TagClassName
{
border-color: #50B992;
}
</style>