Shades of Keppel #56BA9B
Tints of Keppel #56BA9B
RGB
CMYK
RGB Variations
Color information
#56BA9B (or 0x56BA9B) is known color: Keppel. HEX triplet: 56, BA and 9B. RGB value is (86,186,155). Sum of RGB (Red+Green+Blue) = 86+186+155=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BA9B is #A94564. Grayscale: #989898. Windows color (decimal): -11093349 or 10205782. OLE color: 10205782.
HSL color Cylindrical-coordinate representation of color #56BA9B: hue angle of 161.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 #56BA9B is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 155 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.27 |
| HSL | 161.4º | 0.42% | 0.53% | - |
| HSV(B) | 161.4º | 0.54% | 0.73% | - |
| XYZ | 27.31 | 39.46 | 37.19 | - |
| YUV | 152.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 155 | 0.54 | 0 | 0.17 | 0.27 | 161.4 | 0.42 | 0.53 |
| Hex | 56 | BA | 9B | 36 | 0 | 11 | 1B | A1 | 2A | 35 |
| Octal | 126 | 272 | 233 | 66 | 0 | 21 | 33 | 241 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10011011 | 110110 | 0 | 10001 | 11011 | 10100001 | 101010 | 110101 |
Color Harmonies of #56BA9B
Complementary color
Monochromatic Colors of #56BA9B
Black with #56BA9B
Text Example
Text Example
White with #56BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA9B; }
p { color: rgb(86,186,155); }
H1.HeaderClassName
{
color: #56BA9B;
}
.AnyTagClassName
{
color: #56BA9B;
}
</style>
background-color css
<style>
a { background-color: #56BA9B; }
a { background-color: rgb(86,186,155); }
div.DivClassName
{
background-color: #56BA9B;
}
.BgClassName
{
background-color: #56BA9B;
}
</style>
border-color css
<style>
span { border-color: #56BA9B; }
span { border-color: rgb(86,186,155); }
td.TdClassName
{
border-color: #56BA9B;
}
.TagClassName
{
border-color: #56BA9B;
}
</style>