Shades of Keppel #59AE9A
Tints of Keppel #59AE9A
RGB
CMYK
RGB Variations
Color information
#59AE9A (or 0x59AE9A) is known color: Keppel. HEX triplet: 59, AE and 9A. RGB value is (89,174,154). Sum of RGB (Red+Green+Blue) = 89+174+154=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #59AE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AE9A is #A65165. Grayscale: #929292. Windows color (decimal): -10899814 or 10137177. OLE color: 10137177.
HSL color Cylindrical-coordinate representation of color #59AE9A: hue angle of 165.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AE9A is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 174 | 154 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.32 |
| HSL | 165.88º | 0.34% | 0.52% | - |
| HSV(B) | 165.88º | 0.49% | 0.68% | - |
| XYZ | 25.09 | 34.73 | 35.95 | - |
| YUV | 146.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 174 | 154 | 0.49 | 0 | 0.11 | 0.32 | 165.88 | 0.34 | 0.52 |
| Hex | 59 | AE | 9A | 31 | 0 | B | 20 | A6 | 22 | 34 |
| Octal | 131 | 256 | 232 | 61 | 0 | 13 | 40 | 246 | 42 | 64 |
| Binary | 1011001 | 10101110 | 10011010 | 110001 | 0 | 1011 | 100000 | 10100110 | 100010 | 110100 |
Color Harmonies of #59AE9A
Complementary color
Monochromatic Colors of #59AE9A
Black with #59AE9A
Text Example
Text Example
White with #59AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AE9A; }
p { color: rgb(89,174,154); }
H1.HeaderClassName
{
color: #59AE9A;
}
.AnyTagClassName
{
color: #59AE9A;
}
</style>
background-color css
<style>
a { background-color: #59AE9A; }
a { background-color: rgb(89,174,154); }
div.DivClassName
{
background-color: #59AE9A;
}
.BgClassName
{
background-color: #59AE9A;
}
</style>
border-color css
<style>
span { border-color: #59AE9A; }
span { border-color: rgb(89,174,154); }
td.TdClassName
{
border-color: #59AE9A;
}
.TagClassName
{
border-color: #59AE9A;
}
</style>