Shades of Keppel #56BA96
Tints of Keppel #56BA96
RGB
CMYK
RGB Variations
Color information
#56BA96 (or 0x56BA96) is known color: Keppel. HEX triplet: 56, BA and 96. RGB value is (86,186,150). Sum of RGB (Red+Green+Blue) = 86+186+150=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BA96 is #A94569. Grayscale: #989898. Windows color (decimal): -11093354 or 9878102. OLE color: 9878102.
HSL color Cylindrical-coordinate representation of color #56BA96: hue angle of 158.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BA96 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 150 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.27 |
| HSL | 158.4º | 0.42% | 0.53% | - |
| HSV(B) | 158.4º | 0.54% | 0.73% | - |
| XYZ | 26.9 | 39.3 | 35.02 | - |
| YUV | 152 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 150 | 0.54 | 0 | 0.19 | 0.27 | 158.4 | 0.42 | 0.53 |
| Hex | 56 | BA | 96 | 36 | 0 | 13 | 1B | 9E | 2A | 35 |
| Octal | 126 | 272 | 226 | 66 | 0 | 23 | 33 | 236 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10010110 | 110110 | 0 | 10011 | 11011 | 10011110 | 101010 | 110101 |
Color Harmonies of #56BA96
Complementary color
Monochromatic Colors of #56BA96
Black with #56BA96
Text Example
Text Example
White with #56BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA96; }
p { color: rgb(86,186,150); }
H1.HeaderClassName
{
color: #56BA96;
}
.AnyTagClassName
{
color: #56BA96;
}
</style>
background-color css
<style>
a { background-color: #56BA96; }
a { background-color: rgb(86,186,150); }
div.DivClassName
{
background-color: #56BA96;
}
.BgClassName
{
background-color: #56BA96;
}
</style>
border-color css
<style>
span { border-color: #56BA96; }
span { border-color: rgb(86,186,150); }
td.TdClassName
{
border-color: #56BA96;
}
.TagClassName
{
border-color: #56BA96;
}
</style>