Shades of Keppel #60B997
Tints of Keppel #60B997
RGB
CMYK
RGB Variations
Color information
#60B997 (or 0x60B997) is known color: Keppel. HEX triplet: 60, B9 and 97. RGB value is (96,185,151). Sum of RGB (Red+Green+Blue) = 96+185+151=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #60B997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B997 is #9F4668. Grayscale: #9A9A9A. Windows color (decimal): -10438249 or 9943392. OLE color: 9943392.
HSL color Cylindrical-coordinate representation of color #60B997: hue angle of 157.08º 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 #60B997 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 151 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.27 |
| HSL | 157.08º | 0.39% | 0.55% | - |
| HSV(B) | 157.08º | 0.48% | 0.73% | - |
| XYZ | 27.76 | 39.42 | 35.42 | - |
| YUV | 154.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 151 | 0.48 | 0 | 0.18 | 0.27 | 157.08 | 0.39 | 0.55 |
| Hex | 60 | B9 | 97 | 30 | 0 | 12 | 1B | 9D | 27 | 37 |
| Octal | 140 | 271 | 227 | 60 | 0 | 22 | 33 | 235 | 47 | 67 |
| Binary | 1100000 | 10111001 | 10010111 | 110000 | 0 | 10010 | 11011 | 10011101 | 100111 | 110111 |
Color Harmonies of #60B997
Complementary color
Monochromatic Colors of #60B997
Black with #60B997
Text Example
Text Example
White with #60B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B997; }
p { color: rgb(96,185,151); }
H1.HeaderClassName
{
color: #60B997;
}
.AnyTagClassName
{
color: #60B997;
}
</style>
background-color css
<style>
a { background-color: #60B997; }
a { background-color: rgb(96,185,151); }
div.DivClassName
{
background-color: #60B997;
}
.BgClassName
{
background-color: #60B997;
}
</style>
border-color css
<style>
span { border-color: #60B997; }
span { border-color: rgb(96,185,151); }
td.TdClassName
{
border-color: #60B997;
}
.TagClassName
{
border-color: #60B997;
}
</style>