Shades of Keppel #50BE90
Tints of Keppel #50BE90
RGB
CMYK
RGB Variations
Color information
#50BE90 (or 0x50BE90) is known color: Keppel. HEX triplet: 50, BE and 90. RGB value is (80,190,144). Sum of RGB (Red+Green+Blue) = 80+190+144=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BE90 is #AF416F. Grayscale: #979797. Windows color (decimal): -11485552 or 9485904. OLE color: 9485904.
HSL color Cylindrical-coordinate representation of color #50BE90: hue angle of 154.91º degrees, saturation: 0.46, 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 #50BE90 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 144 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.25 |
| HSL | 154.91º | 0.46% | 0.53% | - |
| HSV(B) | 154.91º | 0.58% | 0.75% | - |
| XYZ | 26.76 | 40.55 | 32.8 | - |
| YUV | 151.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 144 | 0.58 | 0 | 0.24 | 0.25 | 154.91 | 0.46 | 0.53 |
| Hex | 50 | BE | 90 | 3A | 0 | 18 | 19 | 9B | 2E | 35 |
| Octal | 120 | 276 | 220 | 72 | 0 | 30 | 31 | 233 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10010000 | 111010 | 0 | 11000 | 11001 | 10011011 | 101110 | 110101 |
Color Harmonies of #50BE90
Complementary color
Monochromatic Colors of #50BE90
Black with #50BE90
Text Example
Text Example
White with #50BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE90; }
p { color: rgb(80,190,144); }
H1.HeaderClassName
{
color: #50BE90;
}
.AnyTagClassName
{
color: #50BE90;
}
</style>
background-color css
<style>
a { background-color: #50BE90; }
a { background-color: rgb(80,190,144); }
div.DivClassName
{
background-color: #50BE90;
}
.BgClassName
{
background-color: #50BE90;
}
</style>
border-color css
<style>
span { border-color: #50BE90; }
span { border-color: rgb(80,190,144); }
td.TdClassName
{
border-color: #50BE90;
}
.TagClassName
{
border-color: #50BE90;
}
</style>