Shades of Keppel #59AC9A
Tints of Keppel #59AC9A
RGB
CMYK
RGB Variations
Color information
#59AC9A (or 0x59AC9A) is known color: Keppel. HEX triplet: 59, AC and 9A. RGB value is (89,172,154). Sum of RGB (Red+Green+Blue) = 89+172+154=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AC9A is #A65365. Grayscale: #919191. Windows color (decimal): -10900326 or 10136665. OLE color: 10136665.
HSL color Cylindrical-coordinate representation of color #59AC9A: hue angle of 166.99º 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 #59AC9A is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 172 | 154 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.33 |
| HSL | 166.99º | 0.33% | 0.51% | - |
| HSV(B) | 166.99º | 0.48% | 0.67% | - |
| XYZ | 24.71 | 33.96 | 35.83 | - |
| YUV | 145.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 154 | 0.48 | 0 | 0.10 | 0.33 | 166.99 | 0.33 | 0.51 |
| Hex | 59 | AC | 9A | 30 | 0 | A | 21 | A7 | 21 | 33 |
| Octal | 131 | 254 | 232 | 60 | 0 | 12 | 41 | 247 | 41 | 63 |
| Binary | 1011001 | 10101100 | 10011010 | 110000 | 0 | 1010 | 100001 | 10100111 | 100001 | 110011 |
Color Harmonies of #59AC9A
Complementary color
Monochromatic Colors of #59AC9A
Black with #59AC9A
Text Example
Text Example
White with #59AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AC9A; }
p { color: rgb(89,172,154); }
H1.HeaderClassName
{
color: #59AC9A;
}
.AnyTagClassName
{
color: #59AC9A;
}
</style>
background-color css
<style>
a { background-color: #59AC9A; }
a { background-color: rgb(89,172,154); }
div.DivClassName
{
background-color: #59AC9A;
}
.BgClassName
{
background-color: #59AC9A;
}
</style>
border-color css
<style>
span { border-color: #59AC9A; }
span { border-color: rgb(89,172,154); }
td.TdClassName
{
border-color: #59AC9A;
}
.TagClassName
{
border-color: #59AC9A;
}
</style>