Shades of Keppel #60C49C
Tints of Keppel #60C49C
RGB
CMYK
RGB Variations
Color information
#60C49C (or 0x60C49C) is known color: Keppel. HEX triplet: 60, C4 and 9C. RGB value is (96,196,156). Sum of RGB (Red+Green+Blue) = 96+196+156=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #60C49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C49C is #9F3B63. Grayscale: #A1A1A1. Windows color (decimal): -10435428 or 10273888. OLE color: 10273888.
HSL color Cylindrical-coordinate representation of color #60C49C: hue angle of 156º 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 #60C49C is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 156 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.23 |
| HSL | 156º | 0.46% | 0.57% | - |
| HSV(B) | 156º | 0.51% | 0.77% | - |
| XYZ | 30.56 | 44.37 | 38.41 | - |
| YUV | 161.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 156 | 0.51 | 0 | 0.20 | 0.23 | 156 | 0.46 | 0.57 |
| Hex | 60 | C4 | 9C | 33 | 0 | 14 | 17 | 9C | 2E | 39 |
| Octal | 140 | 304 | 234 | 63 | 0 | 24 | 27 | 234 | 56 | 71 |
| Binary | 1100000 | 11000100 | 10011100 | 110011 | 0 | 10100 | 10111 | 10011100 | 101110 | 111001 |
Color Harmonies of #60C49C
Complementary color
Monochromatic Colors of #60C49C
Black with #60C49C
Text Example
Text Example
White with #60C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C49C; }
p { color: rgb(96,196,156); }
H1.HeaderClassName
{
color: #60C49C;
}
.AnyTagClassName
{
color: #60C49C;
}
</style>
background-color css
<style>
a { background-color: #60C49C; }
a { background-color: rgb(96,196,156); }
div.DivClassName
{
background-color: #60C49C;
}
.BgClassName
{
background-color: #60C49C;
}
</style>
border-color css
<style>
span { border-color: #60C49C; }
span { border-color: rgb(96,196,156); }
td.TdClassName
{
border-color: #60C49C;
}
.TagClassName
{
border-color: #60C49C;
}
</style>