Shades of Keppel #59A99D
Tints of Keppel #59A99D
RGB
CMYK
RGB Variations
Color information
#59A99D (or 0x59A99D) is known color: Keppel. HEX triplet: 59, A9 and 9D. RGB value is (89,169,157). Sum of RGB (Red+Green+Blue) = 89+169+157=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #59A99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A99D is #A65662. Grayscale: #8F8F8F. Windows color (decimal): -10901091 or 10332505. OLE color: 10332505.
HSL color Cylindrical-coordinate representation of color #59A99D: hue angle of 171º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A99D is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 169 | 157 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.34 |
| HSL | 171º | 0.32% | 0.51% | - |
| HSV(B) | 171º | 0.47% | 0.66% | - |
| XYZ | 24.39 | 32.93 | 36.97 | - |
| YUV | 143.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 169 | 157 | 0.47 | 0 | 0.07 | 0.34 | 171 | 0.32 | 0.51 |
| Hex | 59 | A9 | 9D | 2F | 0 | 7 | 22 | AB | 20 | 33 |
| Octal | 131 | 251 | 235 | 57 | 0 | 7 | 42 | 253 | 40 | 63 |
| Binary | 1011001 | 10101001 | 10011101 | 101111 | 0 | 111 | 100010 | 10101011 | 100000 | 110011 |
Color Harmonies of #59A99D
Complementary color
Monochromatic Colors of #59A99D
Black with #59A99D
Text Example
Text Example
White with #59A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A99D; }
p { color: rgb(89,169,157); }
H1.HeaderClassName
{
color: #59A99D;
}
.AnyTagClassName
{
color: #59A99D;
}
</style>
background-color css
<style>
a { background-color: #59A99D; }
a { background-color: rgb(89,169,157); }
div.DivClassName
{
background-color: #59A99D;
}
.BgClassName
{
background-color: #59A99D;
}
</style>
border-color css
<style>
span { border-color: #59A99D; }
span { border-color: rgb(89,169,157); }
td.TdClassName
{
border-color: #59A99D;
}
.TagClassName
{
border-color: #59A99D;
}
</style>