Shades of Keppel #56C195
Tints of Keppel #56C195
RGB
CMYK
RGB Variations
Color information
#56C195 (or 0x56C195) is known color: Keppel. HEX triplet: 56, C1 and 95. RGB value is (86,193,149). Sum of RGB (Red+Green+Blue) = 86+193+149=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #56C195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C195 is #A93E6A. Grayscale: #9C9C9C. Windows color (decimal): -11091563 or 9814358. OLE color: 9814358.
HSL color Cylindrical-coordinate representation of color #56C195: hue angle of 155.33º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C195 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 149 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.24 |
| HSL | 155.33º | 0.46% | 0.55% | - |
| HSV(B) | 155.33º | 0.55% | 0.76% | - |
| XYZ | 28.33 | 42.29 | 35.1 | - |
| YUV | 155.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 149 | 0.55 | 0 | 0.23 | 0.24 | 155.33 | 0.46 | 0.55 |
| Hex | 56 | C1 | 95 | 37 | 0 | 17 | 18 | 9B | 2E | 37 |
| Octal | 126 | 301 | 225 | 67 | 0 | 27 | 30 | 233 | 56 | 67 |
| Binary | 1010110 | 11000001 | 10010101 | 110111 | 0 | 10111 | 11000 | 10011011 | 101110 | 110111 |
Color Harmonies of #56C195
Complementary color
Monochromatic Colors of #56C195
Black with #56C195
Text Example
Text Example
White with #56C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C195; }
p { color: rgb(86,193,149); }
H1.HeaderClassName
{
color: #56C195;
}
.AnyTagClassName
{
color: #56C195;
}
</style>
background-color css
<style>
a { background-color: #56C195; }
a { background-color: rgb(86,193,149); }
div.DivClassName
{
background-color: #56C195;
}
.BgClassName
{
background-color: #56C195;
}
</style>
border-color css
<style>
span { border-color: #56C195; }
span { border-color: rgb(86,193,149); }
td.TdClassName
{
border-color: #56C195;
}
.TagClassName
{
border-color: #56C195;
}
</style>