Shades of Keppel #59BA9A
Tints of Keppel #59BA9A
RGB
CMYK
RGB Variations
Color information
#59BA9A (or 0x59BA9A) is known color: Keppel. HEX triplet: 59, BA and 9A. RGB value is (89,186,154). Sum of RGB (Red+Green+Blue) = 89+186+154=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA9A is #A64565. Grayscale: #999999. Windows color (decimal): -10896742 or 10140249. OLE color: 10140249.
HSL color Cylindrical-coordinate representation of color #59BA9A: hue angle of 160.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BA9A is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 154 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.27 |
| HSL | 160.21º | 0.41% | 0.54% | - |
| HSV(B) | 160.21º | 0.52% | 0.73% | - |
| XYZ | 27.51 | 39.57 | 36.76 | - |
| YUV | 153.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 154 | 0.52 | 0 | 0.17 | 0.27 | 160.21 | 0.41 | 0.54 |
| Hex | 59 | BA | 9A | 34 | 0 | 11 | 1B | A0 | 29 | 36 |
| Octal | 131 | 272 | 232 | 64 | 0 | 21 | 33 | 240 | 51 | 66 |
| Binary | 1011001 | 10111010 | 10011010 | 110100 | 0 | 10001 | 11011 | 10100000 | 101001 | 110110 |
Color Harmonies of #59BA9A
Complementary color
Monochromatic Colors of #59BA9A
Black with #59BA9A
Text Example
Text Example
White with #59BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BA9A; }
p { color: rgb(89,186,154); }
H1.HeaderClassName
{
color: #59BA9A;
}
.AnyTagClassName
{
color: #59BA9A;
}
</style>
background-color css
<style>
a { background-color: #59BA9A; }
a { background-color: rgb(89,186,154); }
div.DivClassName
{
background-color: #59BA9A;
}
.BgClassName
{
background-color: #59BA9A;
}
</style>
border-color css
<style>
span { border-color: #59BA9A; }
span { border-color: rgb(89,186,154); }
td.TdClassName
{
border-color: #59BA9A;
}
.TagClassName
{
border-color: #59BA9A;
}
</style>