Shades of Keppel #59A88A
Tints of Keppel #59A88A
RGB
CMYK
RGB Variations
Color information
#59A88A (or 0x59A88A) is known color: Keppel. HEX triplet: 59, A8 and 8A. RGB value is (89,168,138). Sum of RGB (Red+Green+Blue) = 89+168+138=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #59A88A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A88A is #A65775. Grayscale: #8D8D8D. Windows color (decimal): -10901366 or 9087065. OLE color: 9087065.
HSL color Cylindrical-coordinate representation of color #59A88A: hue angle of 157.22º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A88A is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 168 | 138 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.34 |
| HSL | 157.22º | 0.31% | 0.5% | - |
| HSV(B) | 157.22º | 0.47% | 0.66% | - |
| XYZ | 22.71 | 31.96 | 29.02 | - |
| YUV | 140.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 138 | 0.47 | 0 | 0.18 | 0.34 | 157.22 | 0.31 | 0.5 |
| Hex | 59 | A8 | 8A | 2F | 0 | 12 | 22 | 9D | 1F | 32 |
| Octal | 131 | 250 | 212 | 57 | 0 | 22 | 42 | 235 | 37 | 62 |
| Binary | 1011001 | 10101000 | 10001010 | 101111 | 0 | 10010 | 100010 | 10011101 | 11111 | 110010 |
Color Harmonies of #59A88A
Complementary color
Monochromatic Colors of #59A88A
Black with #59A88A
Text Example
Text Example
White with #59A88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A88A; }
p { color: rgb(89,168,138); }
H1.HeaderClassName
{
color: #59A88A;
}
.AnyTagClassName
{
color: #59A88A;
}
</style>
background-color css
<style>
a { background-color: #59A88A; }
a { background-color: rgb(89,168,138); }
div.DivClassName
{
background-color: #59A88A;
}
.BgClassName
{
background-color: #59A88A;
}
</style>
border-color css
<style>
span { border-color: #59A88A; }
span { border-color: rgb(89,168,138); }
td.TdClassName
{
border-color: #59A88A;
}
.TagClassName
{
border-color: #59A88A;
}
</style>