Shades of Keppel #60BA9B
Tints of Keppel #60BA9B
RGB
CMYK
RGB Variations
Color information
#60BA9B (or 0x60BA9B) is known color: Keppel. HEX triplet: 60, BA and 9B. RGB value is (96,186,155). Sum of RGB (Red+Green+Blue) = 96+186+155=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BA9B is #9F4564. Grayscale: #9B9B9B. Windows color (decimal): -10437989 or 10205792. OLE color: 10205792.
HSL color Cylindrical-coordinate representation of color #60BA9B: hue angle of 159.33º 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 #60BA9B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 155 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.27 |
| HSL | 159.33º | 0.39% | 0.55% | - |
| HSV(B) | 159.33º | 0.48% | 0.73% | - |
| XYZ | 28.3 | 39.97 | 37.23 | - |
| YUV | 155.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 155 | 0.48 | 0 | 0.17 | 0.27 | 159.33 | 0.39 | 0.55 |
| Hex | 60 | BA | 9B | 30 | 0 | 11 | 1B | 9F | 27 | 37 |
| Octal | 140 | 272 | 233 | 60 | 0 | 21 | 33 | 237 | 47 | 67 |
| Binary | 1100000 | 10111010 | 10011011 | 110000 | 0 | 10001 | 11011 | 10011111 | 100111 | 110111 |
Color Harmonies of #60BA9B
Complementary color
Monochromatic Colors of #60BA9B
Black with #60BA9B
Text Example
Text Example
White with #60BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA9B; }
p { color: rgb(96,186,155); }
H1.HeaderClassName
{
color: #60BA9B;
}
.AnyTagClassName
{
color: #60BA9B;
}
</style>
background-color css
<style>
a { background-color: #60BA9B; }
a { background-color: rgb(96,186,155); }
div.DivClassName
{
background-color: #60BA9B;
}
.BgClassName
{
background-color: #60BA9B;
}
</style>
border-color css
<style>
span { border-color: #60BA9B; }
span { border-color: rgb(96,186,155); }
td.TdClassName
{
border-color: #60BA9B;
}
.TagClassName
{
border-color: #60BA9B;
}
</style>