Shades of Keppel #50A98C
Tints of Keppel #50A98C
RGB
CMYK
RGB Variations
Color information
#50A98C (or 0x50A98C) is known color: Keppel. HEX triplet: 50, A9 and 8C. RGB value is (80,169,140). Sum of RGB (Red+Green+Blue) = 80+169+140=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #50A98C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A98C is #AF5673. Grayscale: #8B8B8B. Windows color (decimal): -11490932 or 9218384. OLE color: 9218384.
HSL color Cylindrical-coordinate representation of color #50A98C: hue angle of 160.45º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A98C is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 140 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.34 |
| HSL | 160.45º | 0.36% | 0.49% | - |
| HSV(B) | 160.45º | 0.53% | 0.66% | - |
| XYZ | 22.23 | 31.97 | 29.81 | - |
| YUV | 139.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 140 | 0.53 | 0 | 0.17 | 0.34 | 160.45 | 0.36 | 0.49 |
| Hex | 50 | A9 | 8C | 35 | 0 | 11 | 22 | A0 | 24 | 31 |
| Octal | 120 | 251 | 214 | 65 | 0 | 21 | 42 | 240 | 44 | 61 |
| Binary | 1010000 | 10101001 | 10001100 | 110101 | 0 | 10001 | 100010 | 10100000 | 100100 | 110001 |
Color Harmonies of #50A98C
Complementary color
Monochromatic Colors of #50A98C
Black with #50A98C
Text Example
Text Example
White with #50A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A98C; }
p { color: rgb(80,169,140); }
H1.HeaderClassName
{
color: #50A98C;
}
.AnyTagClassName
{
color: #50A98C;
}
</style>
background-color css
<style>
a { background-color: #50A98C; }
a { background-color: rgb(80,169,140); }
div.DivClassName
{
background-color: #50A98C;
}
.BgClassName
{
background-color: #50A98C;
}
</style>
border-color css
<style>
span { border-color: #50A98C; }
span { border-color: rgb(80,169,140); }
td.TdClassName
{
border-color: #50A98C;
}
.TagClassName
{
border-color: #50A98C;
}
</style>