Shades of Keppel #59AC8C
Tints of Keppel #59AC8C
RGB
CMYK
RGB Variations
Color information
#59AC8C (or 0x59AC8C) is known color: Keppel. HEX triplet: 59, AC and 8C. RGB value is (89,172,140). Sum of RGB (Red+Green+Blue) = 89+172+140=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AC8C is #A65373. Grayscale: #8F8F8F. Windows color (decimal): -10900340 or 9219161. OLE color: 9219161.
HSL color Cylindrical-coordinate representation of color #59AC8C: hue angle of 156.87º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AC8C is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 172 | 140 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.33 |
| HSL | 156.87º | 0.33% | 0.51% | - |
| HSV(B) | 156.87º | 0.48% | 0.67% | - |
| XYZ | 23.61 | 33.52 | 30.04 | - |
| YUV | 143.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 140 | 0.48 | 0 | 0.19 | 0.33 | 156.87 | 0.33 | 0.51 |
| Hex | 59 | AC | 8C | 30 | 0 | 13 | 21 | 9D | 21 | 33 |
| Octal | 131 | 254 | 214 | 60 | 0 | 23 | 41 | 235 | 41 | 63 |
| Binary | 1011001 | 10101100 | 10001100 | 110000 | 0 | 10011 | 100001 | 10011101 | 100001 | 110011 |
Color Harmonies of #59AC8C
Complementary color
Monochromatic Colors of #59AC8C
Black with #59AC8C
Text Example
Text Example
White with #59AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AC8C; }
p { color: rgb(89,172,140); }
H1.HeaderClassName
{
color: #59AC8C;
}
.AnyTagClassName
{
color: #59AC8C;
}
</style>
background-color css
<style>
a { background-color: #59AC8C; }
a { background-color: rgb(89,172,140); }
div.DivClassName
{
background-color: #59AC8C;
}
.BgClassName
{
background-color: #59AC8C;
}
</style>
border-color css
<style>
span { border-color: #59AC8C; }
span { border-color: rgb(89,172,140); }
td.TdClassName
{
border-color: #59AC8C;
}
.TagClassName
{
border-color: #59AC8C;
}
</style>