Shades of Keppel #60C29D
Tints of Keppel #60C29D
RGB
CMYK
RGB Variations
Color information
#60C29D (or 0x60C29D) is known color: Keppel. HEX triplet: 60, C2 and 9D. RGB value is (96,194,157). Sum of RGB (Red+Green+Blue) = 96+194+157=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #60C29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C29D is #9F3D62. Grayscale: #A0A0A0. Windows color (decimal): -10435939 or 10338912. OLE color: 10338912.
HSL color Cylindrical-coordinate representation of color #60C29D: hue angle of 157.35º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C29D is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 157 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.24 |
| HSL | 157.35º | 0.45% | 0.57% | - |
| HSV(B) | 157.35º | 0.51% | 0.76% | - |
| XYZ | 30.2 | 43.5 | 38.7 | - |
| YUV | 160.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 157 | 0.51 | 0 | 0.19 | 0.24 | 157.35 | 0.45 | 0.57 |
| Hex | 60 | C2 | 9D | 33 | 0 | 13 | 18 | 9D | 2D | 39 |
| Octal | 140 | 302 | 235 | 63 | 0 | 23 | 30 | 235 | 55 | 71 |
| Binary | 1100000 | 11000010 | 10011101 | 110011 | 0 | 10011 | 11000 | 10011101 | 101101 | 111001 |
Color Harmonies of #60C29D
Complementary color
Monochromatic Colors of #60C29D
Black with #60C29D
Text Example
Text Example
White with #60C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C29D; }
p { color: rgb(96,194,157); }
H1.HeaderClassName
{
color: #60C29D;
}
.AnyTagClassName
{
color: #60C29D;
}
</style>
background-color css
<style>
a { background-color: #60C29D; }
a { background-color: rgb(96,194,157); }
div.DivClassName
{
background-color: #60C29D;
}
.BgClassName
{
background-color: #60C29D;
}
</style>
border-color css
<style>
span { border-color: #60C29D; }
span { border-color: rgb(96,194,157); }
td.TdClassName
{
border-color: #60C29D;
}
.TagClassName
{
border-color: #60C29D;
}
</style>