Shades of Keppel #50BD8E
Tints of Keppel #50BD8E
RGB
CMYK
RGB Variations
Color information
#50BD8E (or 0x50BD8E) is known color: Keppel. HEX triplet: 50, BD and 8E. RGB value is (80,189,142). Sum of RGB (Red+Green+Blue) = 80+189+142=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BD8E is #AF4271. Grayscale: #979797. Windows color (decimal): -11485810 or 9354576. OLE color: 9354576.
HSL color Cylindrical-coordinate representation of color #50BD8E: hue angle of 154.13º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD8E is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 142 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.26 |
| HSL | 154.13º | 0.45% | 0.53% | - |
| HSV(B) | 154.13º | 0.58% | 0.74% | - |
| XYZ | 26.39 | 40.05 | 31.93 | - |
| YUV | 151.05 | 122.89 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 142 | 0.58 | 0 | 0.25 | 0.26 | 154.13 | 0.45 | 0.53 |
| Hex | 50 | BD | 8E | 3A | 0 | 19 | 1A | 9A | 2D | 35 |
| Octal | 120 | 275 | 216 | 72 | 0 | 31 | 32 | 232 | 55 | 65 |
| Binary | 1010000 | 10111101 | 10001110 | 111010 | 0 | 11001 | 11010 | 10011010 | 101101 | 110101 |
Color Harmonies of #50BD8E
Complementary color
Monochromatic Colors of #50BD8E
Black with #50BD8E
Text Example
Text Example
White with #50BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD8E; }
p { color: rgb(80,189,142); }
H1.HeaderClassName
{
color: #50BD8E;
}
.AnyTagClassName
{
color: #50BD8E;
}
</style>
background-color css
<style>
a { background-color: #50BD8E; }
a { background-color: rgb(80,189,142); }
div.DivClassName
{
background-color: #50BD8E;
}
.BgClassName
{
background-color: #50BD8E;
}
</style>
border-color css
<style>
span { border-color: #50BD8E; }
span { border-color: rgb(80,189,142); }
td.TdClassName
{
border-color: #50BD8E;
}
.TagClassName
{
border-color: #50BD8E;
}
</style>