Shades of Keppel #56BA9A
Tints of Keppel #56BA9A
RGB
CMYK
RGB Variations
Color information
#56BA9A (or 0x56BA9A) is known color: Keppel. HEX triplet: 56, BA and 9A. RGB value is (86,186,154). Sum of RGB (Red+Green+Blue) = 86+186+154=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BA9A is #A94565. Grayscale: #989898. Windows color (decimal): -11093350 or 10140246. OLE color: 10140246.
HSL color Cylindrical-coordinate representation of color #56BA9A: hue angle of 160.8º 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 #56BA9A is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 154 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.27 |
| HSL | 160.8º | 0.42% | 0.53% | - |
| HSV(B) | 160.8º | 0.54% | 0.73% | - |
| XYZ | 27.23 | 39.43 | 36.75 | - |
| YUV | 152.45 | 128.87 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 154 | 0.54 | 0 | 0.17 | 0.27 | 160.8 | 0.42 | 0.53 |
| Hex | 56 | BA | 9A | 36 | 0 | 11 | 1B | A1 | 2A | 35 |
| Octal | 126 | 272 | 232 | 66 | 0 | 21 | 33 | 241 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10011010 | 110110 | 0 | 10001 | 11011 | 10100001 | 101010 | 110101 |
Color Harmonies of #56BA9A
Complementary color
Monochromatic Colors of #56BA9A
Black with #56BA9A
Text Example
Text Example
White with #56BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA9A; }
p { color: rgb(86,186,154); }
H1.HeaderClassName
{
color: #56BA9A;
}
.AnyTagClassName
{
color: #56BA9A;
}
</style>
background-color css
<style>
a { background-color: #56BA9A; }
a { background-color: rgb(86,186,154); }
div.DivClassName
{
background-color: #56BA9A;
}
.BgClassName
{
background-color: #56BA9A;
}
</style>
border-color css
<style>
span { border-color: #56BA9A; }
span { border-color: rgb(86,186,154); }
td.TdClassName
{
border-color: #56BA9A;
}
.TagClassName
{
border-color: #56BA9A;
}
</style>