Shades of Keppel #60A596
Tints of Keppel #60A596
RGB
CMYK
RGB Variations
Color information
#60A596 (or 0x60A596) is known color: Keppel. HEX triplet: 60, A5 and 96. RGB value is (96,165,150). Sum of RGB (Red+Green+Blue) = 96+165+150=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #60A596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A596 is #9F5A69. Grayscale: #8E8E8E. Windows color (decimal): -10443370 or 9872736. OLE color: 9872736.
HSL color Cylindrical-coordinate representation of color #60A596: hue angle of 166.96º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A596 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 165 | 150 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.35 |
| HSL | 166.96º | 0.28% | 0.51% | - |
| HSV(B) | 166.96º | 0.42% | 0.65% | - |
| XYZ | 23.78 | 31.6 | 33.7 | - |
| YUV | 142.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 150 | 0.42 | 0 | 0.09 | 0.35 | 166.96 | 0.28 | 0.51 |
| Hex | 60 | A5 | 96 | 2A | 0 | 9 | 23 | A7 | 1C | 33 |
| Octal | 140 | 245 | 226 | 52 | 0 | 11 | 43 | 247 | 34 | 63 |
| Binary | 1100000 | 10100101 | 10010110 | 101010 | 0 | 1001 | 100011 | 10100111 | 11100 | 110011 |
Color Harmonies of #60A596
Complementary color
Monochromatic Colors of #60A596
Black with #60A596
Text Example
Text Example
White with #60A596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A596; }
p { color: rgb(96,165,150); }
H1.HeaderClassName
{
color: #60A596;
}
.AnyTagClassName
{
color: #60A596;
}
</style>
background-color css
<style>
a { background-color: #60A596; }
a { background-color: rgb(96,165,150); }
div.DivClassName
{
background-color: #60A596;
}
.BgClassName
{
background-color: #60A596;
}
</style>
border-color css
<style>
span { border-color: #60A596; }
span { border-color: rgb(96,165,150); }
td.TdClassName
{
border-color: #60A596;
}
.TagClassName
{
border-color: #60A596;
}
</style>