Shades of Keppel #59AF8C
Tints of Keppel #59AF8C
RGB
CMYK
RGB Variations
Color information
#59AF8C (or 0x59AF8C) is known color: Keppel. HEX triplet: 59, AF and 8C. RGB value is (89,175,140). Sum of RGB (Red+Green+Blue) = 89+175+140=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AF8C is #A65073. Grayscale: #919191. Windows color (decimal): -10899572 or 9219929. OLE color: 9219929.
HSL color Cylindrical-coordinate representation of color #59AF8C: hue angle of 155.58º 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 #59AF8C is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 140 | - |
| CMYK | 0.49 | 0 | 0.2 | 0.31 |
| HSL | 155.58º | 0.35% | 0.52% | - |
| HSV(B) | 155.58º | 0.49% | 0.69% | - |
| XYZ | 24.18 | 34.68 | 30.23 | - |
| YUV | 145.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 140 | 0.49 | 0 | 0.2 | 0.31 | 155.58 | 0.35 | 0.52 |
| Hex | 59 | AF | 8C | 31 | 0 | 14 | 1F | 9C | 23 | 34 |
| Octal | 131 | 257 | 214 | 61 | 0 | 24 | 37 | 234 | 43 | 64 |
| Binary | 1011001 | 10101111 | 10001100 | 110001 | 0 | 10100 | 11111 | 10011100 | 100011 | 110100 |
Color Harmonies of #59AF8C
Complementary color
Monochromatic Colors of #59AF8C
Black with #59AF8C
Text Example
Text Example
White with #59AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AF8C; }
p { color: rgb(89,175,140); }
H1.HeaderClassName
{
color: #59AF8C;
}
.AnyTagClassName
{
color: #59AF8C;
}
</style>
background-color css
<style>
a { background-color: #59AF8C; }
a { background-color: rgb(89,175,140); }
div.DivClassName
{
background-color: #59AF8C;
}
.BgClassName
{
background-color: #59AF8C;
}
</style>
border-color css
<style>
span { border-color: #59AF8C; }
span { border-color: rgb(89,175,140); }
td.TdClassName
{
border-color: #59AF8C;
}
.TagClassName
{
border-color: #59AF8C;
}
</style>