Shades of Keppel #50AC96
Tints of Keppel #50AC96
RGB
CMYK
RGB Variations
Color information
#50AC96 (or 0x50AC96) is known color: Keppel. HEX triplet: 50, AC and 96. RGB value is (80,172,150). Sum of RGB (Red+Green+Blue) = 80+172+150=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC96 is #AF5369. Grayscale: #8D8D8D. Windows color (decimal): -11490154 or 9874512. OLE color: 9874512.
HSL color Cylindrical-coordinate representation of color #50AC96: hue angle of 165.65º 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 #50AC96 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 150 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.33 |
| HSL | 165.65º | 0.37% | 0.49% | - |
| HSV(B) | 165.65º | 0.53% | 0.67% | - |
| XYZ | 23.57 | 33.41 | 34.06 | - |
| YUV | 141.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 150 | 0.53 | 0 | 0.13 | 0.33 | 165.65 | 0.37 | 0.49 |
| Hex | 50 | AC | 96 | 35 | 0 | D | 21 | A6 | 25 | 31 |
| Octal | 120 | 254 | 226 | 65 | 0 | 15 | 41 | 246 | 45 | 61 |
| Binary | 1010000 | 10101100 | 10010110 | 110101 | 0 | 1101 | 100001 | 10100110 | 100101 | 110001 |
Color Harmonies of #50AC96
Complementary color
Monochromatic Colors of #50AC96
Black with #50AC96
Text Example
Text Example
White with #50AC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC96; }
p { color: rgb(80,172,150); }
H1.HeaderClassName
{
color: #50AC96;
}
.AnyTagClassName
{
color: #50AC96;
}
</style>
background-color css
<style>
a { background-color: #50AC96; }
a { background-color: rgb(80,172,150); }
div.DivClassName
{
background-color: #50AC96;
}
.BgClassName
{
background-color: #50AC96;
}
</style>
border-color css
<style>
span { border-color: #50AC96; }
span { border-color: rgb(80,172,150); }
td.TdClassName
{
border-color: #50AC96;
}
.TagClassName
{
border-color: #50AC96;
}
</style>