Shades of Keppel #50B293
Tints of Keppel #50B293
RGB
CMYK
RGB Variations
Color information
#50B293 (or 0x50B293) is known color: Keppel. HEX triplet: 50, B2 and 93. RGB value is (80,178,147). Sum of RGB (Red+Green+Blue) = 80+178+147=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #50B293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B293 is #AF4D6C. Grayscale: #919191. Windows color (decimal): -11488621 or 9679440. OLE color: 9679440.
HSL color Cylindrical-coordinate representation of color #50B293: hue angle of 161.02º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B293 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 147 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.30 |
| HSL | 161.02º | 0.39% | 0.51% | - |
| HSV(B) | 161.02º | 0.55% | 0.7% | - |
| XYZ | 24.5 | 35.65 | 33.19 | - |
| YUV | 145.16 | 129.03 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 147 | 0.55 | 0 | 0.17 | 0.30 | 161.02 | 0.39 | 0.51 |
| Hex | 50 | B2 | 93 | 37 | 0 | 11 | 1E | A1 | 27 | 33 |
| Octal | 120 | 262 | 223 | 67 | 0 | 21 | 36 | 241 | 47 | 63 |
| Binary | 1010000 | 10110010 | 10010011 | 110111 | 0 | 10001 | 11110 | 10100001 | 100111 | 110011 |
Color Harmonies of #50B293
Complementary color
Monochromatic Colors of #50B293
Black with #50B293
Text Example
Text Example
White with #50B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B293; }
p { color: rgb(80,178,147); }
H1.HeaderClassName
{
color: #50B293;
}
.AnyTagClassName
{
color: #50B293;
}
</style>
background-color css
<style>
a { background-color: #50B293; }
a { background-color: rgb(80,178,147); }
div.DivClassName
{
background-color: #50B293;
}
.BgClassName
{
background-color: #50B293;
}
</style>
border-color css
<style>
span { border-color: #50B293; }
span { border-color: rgb(80,178,147); }
td.TdClassName
{
border-color: #50B293;
}
.TagClassName
{
border-color: #50B293;
}
</style>