Shades of Keppel #60C49D
Tints of Keppel #60C49D
RGB
CMYK
RGB Variations
Color information
#60C49D (or 0x60C49D) is known color: Keppel. HEX triplet: 60, C4 and 9D. RGB value is (96,196,157). Sum of RGB (Red+Green+Blue) = 96+196+157=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #60C49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C49D is #9F3B62. Grayscale: #A1A1A1. Windows color (decimal): -10435427 or 10339424. OLE color: 10339424.
HSL color Cylindrical-coordinate representation of color #60C49D: hue angle of 156.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C49D is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 157 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.23 |
| HSL | 156.6º | 0.46% | 0.57% | - |
| HSV(B) | 156.6º | 0.51% | 0.77% | - |
| XYZ | 30.65 | 44.4 | 38.85 | - |
| YUV | 161.65 | 125.37 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 157 | 0.51 | 0 | 0.20 | 0.23 | 156.6 | 0.46 | 0.57 |
| Hex | 60 | C4 | 9D | 33 | 0 | 14 | 17 | 9D | 2E | 39 |
| Octal | 140 | 304 | 235 | 63 | 0 | 24 | 27 | 235 | 56 | 71 |
| Binary | 1100000 | 11000100 | 10011101 | 110011 | 0 | 10100 | 10111 | 10011101 | 101110 | 111001 |
Color Harmonies of #60C49D
Complementary color
Monochromatic Colors of #60C49D
Black with #60C49D
Text Example
Text Example
White with #60C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C49D; }
p { color: rgb(96,196,157); }
H1.HeaderClassName
{
color: #60C49D;
}
.AnyTagClassName
{
color: #60C49D;
}
</style>
background-color css
<style>
a { background-color: #60C49D; }
a { background-color: rgb(96,196,157); }
div.DivClassName
{
background-color: #60C49D;
}
.BgClassName
{
background-color: #60C49D;
}
</style>
border-color css
<style>
span { border-color: #60C49D; }
span { border-color: rgb(96,196,157); }
td.TdClassName
{
border-color: #60C49D;
}
.TagClassName
{
border-color: #60C49D;
}
</style>