Shades of Keppel #60BA96
Tints of Keppel #60BA96
RGB
CMYK
RGB Variations
Color information
#60BA96 (or 0x60BA96) is known color: Keppel. HEX triplet: 60, BA and 96. RGB value is (96,186,150). Sum of RGB (Red+Green+Blue) = 96+186+150=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BA96 is #9F4569. Grayscale: #9B9B9B. Windows color (decimal): -10437994 or 9878112. OLE color: 9878112.
HSL color Cylindrical-coordinate representation of color #60BA96: hue angle of 156º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA96 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 150 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.27 |
| HSL | 156º | 0.39% | 0.55% | - |
| HSV(B) | 156º | 0.48% | 0.73% | - |
| XYZ | 27.89 | 39.81 | 35.07 | - |
| YUV | 154.99 | 125.18 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 150 | 0.48 | 0 | 0.19 | 0.27 | 156 | 0.39 | 0.55 |
| Hex | 60 | BA | 96 | 30 | 0 | 13 | 1B | 9C | 27 | 37 |
| Octal | 140 | 272 | 226 | 60 | 0 | 23 | 33 | 234 | 47 | 67 |
| Binary | 1100000 | 10111010 | 10010110 | 110000 | 0 | 10011 | 11011 | 10011100 | 100111 | 110111 |
Color Harmonies of #60BA96
Complementary color
Monochromatic Colors of #60BA96
Black with #60BA96
Text Example
Text Example
White with #60BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA96; }
p { color: rgb(96,186,150); }
H1.HeaderClassName
{
color: #60BA96;
}
.AnyTagClassName
{
color: #60BA96;
}
</style>
background-color css
<style>
a { background-color: #60BA96; }
a { background-color: rgb(96,186,150); }
div.DivClassName
{
background-color: #60BA96;
}
.BgClassName
{
background-color: #60BA96;
}
</style>
border-color css
<style>
span { border-color: #60BA96; }
span { border-color: rgb(96,186,150); }
td.TdClassName
{
border-color: #60BA96;
}
.TagClassName
{
border-color: #60BA96;
}
</style>