Shades of Keppel #50BD90
Tints of Keppel #50BD90
RGB
CMYK
RGB Variations
Color information
#50BD90 (or 0x50BD90) is known color: Keppel. HEX triplet: 50, BD and 90. RGB value is (80,189,144). Sum of RGB (Red+Green+Blue) = 80+189+144=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BD90 is #AF426F. Grayscale: #979797. Windows color (decimal): -11485808 or 9485648. OLE color: 9485648.
HSL color Cylindrical-coordinate representation of color #50BD90: hue angle of 155.23º 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 #50BD90 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 144 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.26 |
| HSL | 155.23º | 0.45% | 0.53% | - |
| HSV(B) | 155.23º | 0.58% | 0.74% | - |
| XYZ | 26.54 | 40.11 | 32.73 | - |
| YUV | 151.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 144 | 0.58 | 0 | 0.24 | 0.26 | 155.23 | 0.45 | 0.53 |
| Hex | 50 | BD | 90 | 3A | 0 | 18 | 1A | 9B | 2D | 35 |
| Octal | 120 | 275 | 220 | 72 | 0 | 30 | 32 | 233 | 55 | 65 |
| Binary | 1010000 | 10111101 | 10010000 | 111010 | 0 | 11000 | 11010 | 10011011 | 101101 | 110101 |
Color Harmonies of #50BD90
Complementary color
Monochromatic Colors of #50BD90
Black with #50BD90
Text Example
Text Example
White with #50BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD90; }
p { color: rgb(80,189,144); }
H1.HeaderClassName
{
color: #50BD90;
}
.AnyTagClassName
{
color: #50BD90;
}
</style>
background-color css
<style>
a { background-color: #50BD90; }
a { background-color: rgb(80,189,144); }
div.DivClassName
{
background-color: #50BD90;
}
.BgClassName
{
background-color: #50BD90;
}
</style>
border-color css
<style>
span { border-color: #50BD90; }
span { border-color: rgb(80,189,144); }
td.TdClassName
{
border-color: #50BD90;
}
.TagClassName
{
border-color: #50BD90;
}
</style>