Shades of Keppel #60C39B
Tints of Keppel #60C39B
RGB
CMYK
RGB Variations
Color information
#60C39B (or 0x60C39B) is known color: Keppel. HEX triplet: 60, C3 and 9B. RGB value is (96,195,155). Sum of RGB (Red+Green+Blue) = 96+195+155=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #60C39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C39B is #9F3C64. Grayscale: #A0A0A0. Windows color (decimal): -10435685 or 10208096. OLE color: 10208096.
HSL color Cylindrical-coordinate representation of color #60C39B: hue angle of 155.76º 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 #60C39B is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 155 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.24 |
| HSL | 155.76º | 0.45% | 0.57% | - |
| HSV(B) | 155.76º | 0.51% | 0.76% | - |
| XYZ | 30.26 | 43.88 | 37.89 | - |
| YUV | 160.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 155 | 0.51 | 0 | 0.21 | 0.24 | 155.76 | 0.45 | 0.57 |
| Hex | 60 | C3 | 9B | 33 | 0 | 15 | 18 | 9C | 2D | 39 |
| Octal | 140 | 303 | 233 | 63 | 0 | 25 | 30 | 234 | 55 | 71 |
| Binary | 1100000 | 11000011 | 10011011 | 110011 | 0 | 10101 | 11000 | 10011100 | 101101 | 111001 |
Color Harmonies of #60C39B
Complementary color
Monochromatic Colors of #60C39B
Black with #60C39B
Text Example
Text Example
White with #60C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C39B; }
p { color: rgb(96,195,155); }
H1.HeaderClassName
{
color: #60C39B;
}
.AnyTagClassName
{
color: #60C39B;
}
</style>
background-color css
<style>
a { background-color: #60C39B; }
a { background-color: rgb(96,195,155); }
div.DivClassName
{
background-color: #60C39B;
}
.BgClassName
{
background-color: #60C39B;
}
</style>
border-color css
<style>
span { border-color: #60C39B; }
span { border-color: rgb(96,195,155); }
td.TdClassName
{
border-color: #60C39B;
}
.TagClassName
{
border-color: #60C39B;
}
</style>