Shades of Keppel #56BC9A
Tints of Keppel #56BC9A
RGB
CMYK
RGB Variations
Color information
#56BC9A (or 0x56BC9A) is known color: Keppel. HEX triplet: 56, BC and 9A. RGB value is (86,188,154). Sum of RGB (Red+Green+Blue) = 86+188+154=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BC9A is #A94365. Grayscale: #999999. Windows color (decimal): -11092838 or 10140758. OLE color: 10140758.
HSL color Cylindrical-coordinate representation of color #56BC9A: hue angle of 160º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BC9A is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 154 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.26 |
| HSL | 160º | 0.43% | 0.54% | - |
| HSV(B) | 160º | 0.54% | 0.74% | - |
| XYZ | 27.65 | 40.28 | 36.89 | - |
| YUV | 153.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 154 | 0.54 | 0 | 0.18 | 0.26 | 160 | 0.43 | 0.54 |
| Hex | 56 | BC | 9A | 36 | 0 | 12 | 1A | A0 | 2B | 36 |
| Octal | 126 | 274 | 232 | 66 | 0 | 22 | 32 | 240 | 53 | 66 |
| Binary | 1010110 | 10111100 | 10011010 | 110110 | 0 | 10010 | 11010 | 10100000 | 101011 | 110110 |
Color Harmonies of #56BC9A
Complementary color
Monochromatic Colors of #56BC9A
Black with #56BC9A
Text Example
Text Example
White with #56BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC9A; }
p { color: rgb(86,188,154); }
H1.HeaderClassName
{
color: #56BC9A;
}
.AnyTagClassName
{
color: #56BC9A;
}
</style>
background-color css
<style>
a { background-color: #56BC9A; }
a { background-color: rgb(86,188,154); }
div.DivClassName
{
background-color: #56BC9A;
}
.BgClassName
{
background-color: #56BC9A;
}
</style>
border-color css
<style>
span { border-color: #56BC9A; }
span { border-color: rgb(86,188,154); }
td.TdClassName
{
border-color: #56BC9A;
}
.TagClassName
{
border-color: #56BC9A;
}
</style>