Shades of Keppel #59A697
Tints of Keppel #59A697
RGB
CMYK
RGB Variations
Color information
#59A697 (or 0x59A697) is known color: Keppel. HEX triplet: 59, A6 and 97. RGB value is (89,166,151). Sum of RGB (Red+Green+Blue) = 89+166+151=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #59A697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A697 is #A65968. Grayscale: #8D8D8D. Windows color (decimal): -10901865 or 9938521. OLE color: 9938521.
HSL color Cylindrical-coordinate representation of color #59A697: hue angle of 168.31º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A697 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 166 | 151 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.35 |
| HSL | 168.31º | 0.3% | 0.5% | - |
| HSV(B) | 168.31º | 0.46% | 0.65% | - |
| XYZ | 23.34 | 31.63 | 34.15 | - |
| YUV | 141.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 166 | 151 | 0.46 | 0 | 0.09 | 0.35 | 168.31 | 0.3 | 0.5 |
| Hex | 59 | A6 | 97 | 2E | 0 | 9 | 23 | A8 | 1E | 32 |
| Octal | 131 | 246 | 227 | 56 | 0 | 11 | 43 | 250 | 36 | 62 |
| Binary | 1011001 | 10100110 | 10010111 | 101110 | 0 | 1001 | 100011 | 10101000 | 11110 | 110010 |
Color Harmonies of #59A697
Complementary color
Monochromatic Colors of #59A697
Black with #59A697
Text Example
Text Example
White with #59A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A697; }
p { color: rgb(89,166,151); }
H1.HeaderClassName
{
color: #59A697;
}
.AnyTagClassName
{
color: #59A697;
}
</style>
background-color css
<style>
a { background-color: #59A697; }
a { background-color: rgb(89,166,151); }
div.DivClassName
{
background-color: #59A697;
}
.BgClassName
{
background-color: #59A697;
}
</style>
border-color css
<style>
span { border-color: #59A697; }
span { border-color: rgb(89,166,151); }
td.TdClassName
{
border-color: #59A697;
}
.TagClassName
{
border-color: #59A697;
}
</style>