Shades of Keppel #59BC9C
Tints of Keppel #59BC9C
RGB
CMYK
RGB Variations
Color information
#59BC9C (or 0x59BC9C) is known color: Keppel. HEX triplet: 59, BC and 9C. RGB value is (89,188,156). Sum of RGB (Red+Green+Blue) = 89+188+156=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BC9C is #A64363. Grayscale: #9A9A9A. Windows color (decimal): -10896228 or 10271833. OLE color: 10271833.
HSL color Cylindrical-coordinate representation of color #59BC9C: hue angle of 160.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BC9C is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 156 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.26 |
| HSL | 160.61º | 0.42% | 0.54% | - |
| HSV(B) | 160.61º | 0.53% | 0.74% | - |
| XYZ | 28.1 | 40.49 | 37.79 | - |
| YUV | 154.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 156 | 0.53 | 0 | 0.17 | 0.26 | 160.61 | 0.42 | 0.54 |
| Hex | 59 | BC | 9C | 35 | 0 | 11 | 1A | A1 | 2A | 36 |
| Octal | 131 | 274 | 234 | 65 | 0 | 21 | 32 | 241 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10011100 | 110101 | 0 | 10001 | 11010 | 10100001 | 101010 | 110110 |
Color Harmonies of #59BC9C
Complementary color
Monochromatic Colors of #59BC9C
Black with #59BC9C
Text Example
Text Example
White with #59BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC9C; }
p { color: rgb(89,188,156); }
H1.HeaderClassName
{
color: #59BC9C;
}
.AnyTagClassName
{
color: #59BC9C;
}
</style>
background-color css
<style>
a { background-color: #59BC9C; }
a { background-color: rgb(89,188,156); }
div.DivClassName
{
background-color: #59BC9C;
}
.BgClassName
{
background-color: #59BC9C;
}
</style>
border-color css
<style>
span { border-color: #59BC9C; }
span { border-color: rgb(89,188,156); }
td.TdClassName
{
border-color: #59BC9C;
}
.TagClassName
{
border-color: #59BC9C;
}
</style>