Shades of Keppel #60AB8F
Tints of Keppel #60AB8F
RGB
CMYK
RGB Variations
Color information
#60AB8F (or 0x60AB8F) is known color: Keppel. HEX triplet: 60, AB and 8F. RGB value is (96,171,143). Sum of RGB (Red+Green+Blue) = 96+171+143=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AB8F is #9F5470. Grayscale: #919191. Windows color (decimal): -10441841 or 9415520. OLE color: 9415520.
HSL color Cylindrical-coordinate representation of color #60AB8F: hue angle of 157.6º 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 #60AB8F is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 143 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.33 |
| HSL | 157.6º | 0.31% | 0.52% | - |
| HSV(B) | 157.6º | 0.44% | 0.67% | - |
| XYZ | 24.34 | 33.6 | 31.19 | - |
| YUV | 145.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 143 | 0.44 | 0 | 0.16 | 0.33 | 157.6 | 0.31 | 0.52 |
| Hex | 60 | AB | 8F | 2C | 0 | 10 | 21 | 9E | 1F | 34 |
| Octal | 140 | 253 | 217 | 54 | 0 | 20 | 41 | 236 | 37 | 64 |
| Binary | 1100000 | 10101011 | 10001111 | 101100 | 0 | 10000 | 100001 | 10011110 | 11111 | 110100 |
Color Harmonies of #60AB8F
Complementary color
Monochromatic Colors of #60AB8F
Black with #60AB8F
Text Example
Text Example
White with #60AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB8F; }
p { color: rgb(96,171,143); }
H1.HeaderClassName
{
color: #60AB8F;
}
.AnyTagClassName
{
color: #60AB8F;
}
</style>
background-color css
<style>
a { background-color: #60AB8F; }
a { background-color: rgb(96,171,143); }
div.DivClassName
{
background-color: #60AB8F;
}
.BgClassName
{
background-color: #60AB8F;
}
</style>
border-color css
<style>
span { border-color: #60AB8F; }
span { border-color: rgb(96,171,143); }
td.TdClassName
{
border-color: #60AB8F;
}
.TagClassName
{
border-color: #60AB8F;
}
</style>