Shades of Keppel #50BB93
Tints of Keppel #50BB93
RGB
CMYK
RGB Variations
Color information
#50BB93 (or 0x50BB93) is known color: Keppel. HEX triplet: 50, BB and 93. RGB value is (80,187,147). Sum of RGB (Red+Green+Blue) = 80+187+147=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB93 is #AF446C. Grayscale: #969696. Windows color (decimal): -11486317 or 9681744. OLE color: 9681744.
HSL color Cylindrical-coordinate representation of color #50BB93: hue angle of 157.57º degrees, saturation: 0.44, 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 #50BB93 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 187 | 147 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.27 |
| HSL | 157.57º | 0.44% | 0.52% | - |
| HSV(B) | 157.57º | 0.57% | 0.73% | - |
| XYZ | 26.35 | 39.35 | 33.81 | - |
| YUV | 150.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 147 | 0.57 | 0 | 0.21 | 0.27 | 157.57 | 0.44 | 0.52 |
| Hex | 50 | BB | 93 | 39 | 0 | 15 | 1B | 9E | 2C | 34 |
| Octal | 120 | 273 | 223 | 71 | 0 | 25 | 33 | 236 | 54 | 64 |
| Binary | 1010000 | 10111011 | 10010011 | 111001 | 0 | 10101 | 11011 | 10011110 | 101100 | 110100 |
Color Harmonies of #50BB93
Complementary color
Monochromatic Colors of #50BB93
Black with #50BB93
Text Example
Text Example
White with #50BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BB93; }
p { color: rgb(80,187,147); }
H1.HeaderClassName
{
color: #50BB93;
}
.AnyTagClassName
{
color: #50BB93;
}
</style>
background-color css
<style>
a { background-color: #50BB93; }
a { background-color: rgb(80,187,147); }
div.DivClassName
{
background-color: #50BB93;
}
.BgClassName
{
background-color: #50BB93;
}
</style>
border-color css
<style>
span { border-color: #50BB93; }
span { border-color: rgb(80,187,147); }
td.TdClassName
{
border-color: #50BB93;
}
.TagClassName
{
border-color: #50BB93;
}
</style>