Shades of Keppel #50AC89
Tints of Keppel #50AC89
RGB
CMYK
RGB Variations
Color information
#50AC89 (or 0x50AC89) is known color: Keppel. HEX triplet: 50, AC and 89. RGB value is (80,172,137). Sum of RGB (Red+Green+Blue) = 80+172+137=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC89 is #AF5376. Grayscale: #8C8C8C. Windows color (decimal): -11490167 or 9022544. OLE color: 9022544.
HSL color Cylindrical-coordinate representation of color #50AC89: hue angle of 157.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC89 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 137 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.33 |
| HSL | 157.17º | 0.37% | 0.49% | - |
| HSV(B) | 157.17º | 0.53% | 0.67% | - |
| XYZ | 22.58 | 33.02 | 28.85 | - |
| YUV | 140.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 137 | 0.53 | 0 | 0.20 | 0.33 | 157.17 | 0.37 | 0.49 |
| Hex | 50 | AC | 89 | 35 | 0 | 14 | 21 | 9D | 25 | 31 |
| Octal | 120 | 254 | 211 | 65 | 0 | 24 | 41 | 235 | 45 | 61 |
| Binary | 1010000 | 10101100 | 10001001 | 110101 | 0 | 10100 | 100001 | 10011101 | 100101 | 110001 |
Color Harmonies of #50AC89
Complementary color
Monochromatic Colors of #50AC89
Black with #50AC89
Text Example
Text Example
White with #50AC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC89; }
p { color: rgb(80,172,137); }
H1.HeaderClassName
{
color: #50AC89;
}
.AnyTagClassName
{
color: #50AC89;
}
</style>
background-color css
<style>
a { background-color: #50AC89; }
a { background-color: rgb(80,172,137); }
div.DivClassName
{
background-color: #50AC89;
}
.BgClassName
{
background-color: #50AC89;
}
</style>
border-color css
<style>
span { border-color: #50AC89; }
span { border-color: rgb(80,172,137); }
td.TdClassName
{
border-color: #50AC89;
}
.TagClassName
{
border-color: #50AC89;
}
</style>