Shades of Keppel #60AB8E
Tints of Keppel #60AB8E
RGB
CMYK
RGB Variations
Color information
#60AB8E (or 0x60AB8E) is known color: Keppel. HEX triplet: 60, AB and 8E. RGB value is (96,171,142). Sum of RGB (Red+Green+Blue) = 96+171+142=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AB8E is #9F5471. Grayscale: #919191. Windows color (decimal): -10441842 or 9349984. OLE color: 9349984.
HSL color Cylindrical-coordinate representation of color #60AB8E: hue angle of 156.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AB8E is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 142 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.33 |
| HSL | 156.8º | 0.31% | 0.52% | - |
| HSV(B) | 156.8º | 0.44% | 0.67% | - |
| XYZ | 24.27 | 33.57 | 30.79 | - |
| YUV | 145.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 142 | 0.44 | 0 | 0.17 | 0.33 | 156.8 | 0.31 | 0.52 |
| Hex | 60 | AB | 8E | 2C | 0 | 11 | 21 | 9D | 1F | 34 |
| Octal | 140 | 253 | 216 | 54 | 0 | 21 | 41 | 235 | 37 | 64 |
| Binary | 1100000 | 10101011 | 10001110 | 101100 | 0 | 10001 | 100001 | 10011101 | 11111 | 110100 |
Color Harmonies of #60AB8E
Complementary color
Monochromatic Colors of #60AB8E
Black with #60AB8E
Text Example
Text Example
White with #60AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB8E; }
p { color: rgb(96,171,142); }
H1.HeaderClassName
{
color: #60AB8E;
}
.AnyTagClassName
{
color: #60AB8E;
}
</style>
background-color css
<style>
a { background-color: #60AB8E; }
a { background-color: rgb(96,171,142); }
div.DivClassName
{
background-color: #60AB8E;
}
.BgClassName
{
background-color: #60AB8E;
}
</style>
border-color css
<style>
span { border-color: #60AB8E; }
span { border-color: rgb(96,171,142); }
td.TdClassName
{
border-color: #60AB8E;
}
.TagClassName
{
border-color: #60AB8E;
}
</style>