Shades of Keppel #59AD9C
Tints of Keppel #59AD9C
RGB
CMYK
RGB Variations
Color information
#59AD9C (or 0x59AD9C) is known color: Keppel. HEX triplet: 59, AD and 9C. RGB value is (89,173,156). Sum of RGB (Red+Green+Blue) = 89+173+156=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #59AD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AD9C is #A65263. Grayscale: #919191. Windows color (decimal): -10900068 or 10267993. OLE color: 10267993.
HSL color Cylindrical-coordinate representation of color #59AD9C: hue angle of 167.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AD9C is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 156 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.32 |
| HSL | 167.86º | 0.34% | 0.51% | - |
| HSV(B) | 167.86º | 0.49% | 0.68% | - |
| XYZ | 25.06 | 34.41 | 36.77 | - |
| YUV | 145.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 156 | 0.49 | 0 | 0.10 | 0.32 | 167.86 | 0.34 | 0.51 |
| Hex | 59 | AD | 9C | 31 | 0 | A | 20 | A8 | 22 | 33 |
| Octal | 131 | 255 | 234 | 61 | 0 | 12 | 40 | 250 | 42 | 63 |
| Binary | 1011001 | 10101101 | 10011100 | 110001 | 0 | 1010 | 100000 | 10101000 | 100010 | 110011 |
Color Harmonies of #59AD9C
Complementary color
Monochromatic Colors of #59AD9C
Black with #59AD9C
Text Example
Text Example
White with #59AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AD9C; }
p { color: rgb(89,173,156); }
H1.HeaderClassName
{
color: #59AD9C;
}
.AnyTagClassName
{
color: #59AD9C;
}
</style>
background-color css
<style>
a { background-color: #59AD9C; }
a { background-color: rgb(89,173,156); }
div.DivClassName
{
background-color: #59AD9C;
}
.BgClassName
{
background-color: #59AD9C;
}
</style>
border-color css
<style>
span { border-color: #59AD9C; }
span { border-color: rgb(89,173,156); }
td.TdClassName
{
border-color: #59AD9C;
}
.TagClassName
{
border-color: #59AD9C;
}
</style>