Shades of Keppel #59AC8B
Tints of Keppel #59AC8B
RGB
CMYK
RGB Variations
Color information
#59AC8B (or 0x59AC8B) is known color: Keppel. HEX triplet: 59, AC and 8B. RGB value is (89,172,139). Sum of RGB (Red+Green+Blue) = 89+172+139=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AC8B is #A65374. Grayscale: #8F8F8F. Windows color (decimal): -10900341 or 9153625. OLE color: 9153625.
HSL color Cylindrical-coordinate representation of color #59AC8B: hue angle of 156.14º 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 #59AC8B is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 172 | 139 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.33 |
| HSL | 156.14º | 0.33% | 0.51% | - |
| HSV(B) | 156.14º | 0.48% | 0.67% | - |
| XYZ | 23.53 | 33.49 | 29.65 | - |
| YUV | 143.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 139 | 0.48 | 0 | 0.19 | 0.33 | 156.14 | 0.33 | 0.51 |
| Hex | 59 | AC | 8B | 30 | 0 | 13 | 21 | 9C | 21 | 33 |
| Octal | 131 | 254 | 213 | 60 | 0 | 23 | 41 | 234 | 41 | 63 |
| Binary | 1011001 | 10101100 | 10001011 | 110000 | 0 | 10011 | 100001 | 10011100 | 100001 | 110011 |
Color Harmonies of #59AC8B
Complementary color
Monochromatic Colors of #59AC8B
Black with #59AC8B
Text Example
Text Example
White with #59AC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AC8B; }
p { color: rgb(89,172,139); }
H1.HeaderClassName
{
color: #59AC8B;
}
.AnyTagClassName
{
color: #59AC8B;
}
</style>
background-color css
<style>
a { background-color: #59AC8B; }
a { background-color: rgb(89,172,139); }
div.DivClassName
{
background-color: #59AC8B;
}
.BgClassName
{
background-color: #59AC8B;
}
</style>
border-color css
<style>
span { border-color: #59AC8B; }
span { border-color: rgb(89,172,139); }
td.TdClassName
{
border-color: #59AC8B;
}
.TagClassName
{
border-color: #59AC8B;
}
</style>