Shades of Keppel #50AB8C
Tints of Keppel #50AB8C
RGB
CMYK
RGB Variations
Color information
#50AB8C (or 0x50AB8C) is known color: Keppel. HEX triplet: 50, AB and 8C. RGB value is (80,171,140). Sum of RGB (Red+Green+Blue) = 80+171+140=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AB8C is #AF5473. Grayscale: #8C8C8C. Windows color (decimal): -11490420 or 9218896. OLE color: 9218896.
HSL color Cylindrical-coordinate representation of color #50AB8C: hue angle of 159.56º degrees, saturation: 0.36, 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 #50AB8C is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 140 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.33 |
| HSL | 159.56º | 0.36% | 0.49% | - |
| HSV(B) | 159.56º | 0.53% | 0.67% | - |
| XYZ | 22.6 | 32.72 | 29.94 | - |
| YUV | 140.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 140 | 0.53 | 0 | 0.18 | 0.33 | 159.56 | 0.36 | 0.49 |
| Hex | 50 | AB | 8C | 35 | 0 | 12 | 21 | A0 | 24 | 31 |
| Octal | 120 | 253 | 214 | 65 | 0 | 22 | 41 | 240 | 44 | 61 |
| Binary | 1010000 | 10101011 | 10001100 | 110101 | 0 | 10010 | 100001 | 10100000 | 100100 | 110001 |
Color Harmonies of #50AB8C
Complementary color
Monochromatic Colors of #50AB8C
Black with #50AB8C
Text Example
Text Example
White with #50AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB8C; }
p { color: rgb(80,171,140); }
H1.HeaderClassName
{
color: #50AB8C;
}
.AnyTagClassName
{
color: #50AB8C;
}
</style>
background-color css
<style>
a { background-color: #50AB8C; }
a { background-color: rgb(80,171,140); }
div.DivClassName
{
background-color: #50AB8C;
}
.BgClassName
{
background-color: #50AB8C;
}
</style>
border-color css
<style>
span { border-color: #50AB8C; }
span { border-color: rgb(80,171,140); }
td.TdClassName
{
border-color: #50AB8C;
}
.TagClassName
{
border-color: #50AB8C;
}
</style>