Shades of Keppel #59AF9A
Tints of Keppel #59AF9A
RGB
CMYK
RGB Variations
Color information
#59AF9A (or 0x59AF9A) is known color: Keppel. HEX triplet: 59, AF and 9A. RGB value is (89,175,154). Sum of RGB (Red+Green+Blue) = 89+175+154=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AF9A is #A65065. Grayscale: #929292. Windows color (decimal): -10899558 or 10137433. OLE color: 10137433.
HSL color Cylindrical-coordinate representation of color #59AF9A: hue angle of 165.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AF9A is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 154 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.31 |
| HSL | 165.35º | 0.35% | 0.52% | - |
| HSV(B) | 165.35º | 0.49% | 0.69% | - |
| XYZ | 25.28 | 35.12 | 36.02 | - |
| YUV | 146.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 154 | 0.49 | 0 | 0.12 | 0.31 | 165.35 | 0.35 | 0.52 |
| Hex | 59 | AF | 9A | 31 | 0 | C | 1F | A5 | 23 | 34 |
| Octal | 131 | 257 | 232 | 61 | 0 | 14 | 37 | 245 | 43 | 64 |
| Binary | 1011001 | 10101111 | 10011010 | 110001 | 0 | 1100 | 11111 | 10100101 | 100011 | 110100 |
Color Harmonies of #59AF9A
Complementary color
Monochromatic Colors of #59AF9A
Black with #59AF9A
Text Example
Text Example
White with #59AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AF9A; }
p { color: rgb(89,175,154); }
H1.HeaderClassName
{
color: #59AF9A;
}
.AnyTagClassName
{
color: #59AF9A;
}
</style>
background-color css
<style>
a { background-color: #59AF9A; }
a { background-color: rgb(89,175,154); }
div.DivClassName
{
background-color: #59AF9A;
}
.BgClassName
{
background-color: #59AF9A;
}
</style>
border-color css
<style>
span { border-color: #59AF9A; }
span { border-color: rgb(89,175,154); }
td.TdClassName
{
border-color: #59AF9A;
}
.TagClassName
{
border-color: #59AF9A;
}
</style>