Shades of Keppel #59B19A
Tints of Keppel #59B19A
RGB
CMYK
RGB Variations
Color information
#59B19A (or 0x59B19A) is known color: Keppel. HEX triplet: 59, B1 and 9A. RGB value is (89,177,154). Sum of RGB (Red+Green+Blue) = 89+177+154=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #59B19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59B19A is #A64E65. Grayscale: #949494. Windows color (decimal): -10899046 or 10137945. OLE color: 10137945.
HSL color Cylindrical-coordinate representation of color #59B19A: hue angle of 164.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B19A is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 177 | 154 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.31 |
| HSL | 164.32º | 0.36% | 0.52% | - |
| HSV(B) | 164.32º | 0.5% | 0.69% | - |
| XYZ | 25.67 | 35.9 | 36.15 | - |
| YUV | 148.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 154 | 0.50 | 0 | 0.13 | 0.31 | 164.32 | 0.36 | 0.52 |
| Hex | 59 | B1 | 9A | 32 | 0 | D | 1F | A4 | 24 | 34 |
| Octal | 131 | 261 | 232 | 62 | 0 | 15 | 37 | 244 | 44 | 64 |
| Binary | 1011001 | 10110001 | 10011010 | 110010 | 0 | 1101 | 11111 | 10100100 | 100100 | 110100 |
Color Harmonies of #59B19A
Complementary color
Monochromatic Colors of #59B19A
Black with #59B19A
Text Example
Text Example
White with #59B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B19A; }
p { color: rgb(89,177,154); }
H1.HeaderClassName
{
color: #59B19A;
}
.AnyTagClassName
{
color: #59B19A;
}
</style>
background-color css
<style>
a { background-color: #59B19A; }
a { background-color: rgb(89,177,154); }
div.DivClassName
{
background-color: #59B19A;
}
.BgClassName
{
background-color: #59B19A;
}
</style>
border-color css
<style>
span { border-color: #59B19A; }
span { border-color: rgb(89,177,154); }
td.TdClassName
{
border-color: #59B19A;
}
.TagClassName
{
border-color: #59B19A;
}
</style>