Shades of Keppel #56BD98
Tints of Keppel #56BD98
RGB
CMYK
RGB Variations
Color information
#56BD98 (or 0x56BD98) is known color: Keppel. HEX triplet: 56, BD and 98. RGB value is (86,189,152). Sum of RGB (Red+Green+Blue) = 86+189+152=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD98 is #A94267. Grayscale: #9A9A9A. Windows color (decimal): -11092584 or 10009942. OLE color: 10009942.
HSL color Cylindrical-coordinate representation of color #56BD98: hue angle of 158.45º degrees, saturation: 0.44, 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 #56BD98 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 152 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.26 |
| HSL | 158.45º | 0.44% | 0.54% | - |
| HSV(B) | 158.45º | 0.54% | 0.74% | - |
| XYZ | 27.7 | 40.64 | 36.09 | - |
| YUV | 153.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 152 | 0.54 | 0 | 0.20 | 0.26 | 158.45 | 0.44 | 0.54 |
| Hex | 56 | BD | 98 | 36 | 0 | 14 | 1A | 9E | 2C | 36 |
| Octal | 126 | 275 | 230 | 66 | 0 | 24 | 32 | 236 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10011000 | 110110 | 0 | 10100 | 11010 | 10011110 | 101100 | 110110 |
Color Harmonies of #56BD98
Complementary color
Monochromatic Colors of #56BD98
Black with #56BD98
Text Example
Text Example
White with #56BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD98; }
p { color: rgb(86,189,152); }
H1.HeaderClassName
{
color: #56BD98;
}
.AnyTagClassName
{
color: #56BD98;
}
</style>
background-color css
<style>
a { background-color: #56BD98; }
a { background-color: rgb(86,189,152); }
div.DivClassName
{
background-color: #56BD98;
}
.BgClassName
{
background-color: #56BD98;
}
</style>
border-color css
<style>
span { border-color: #56BD98; }
span { border-color: rgb(86,189,152); }
td.TdClassName
{
border-color: #56BD98;
}
.TagClassName
{
border-color: #56BD98;
}
</style>