Shades of Keppel #60B99E
Tints of Keppel #60B99E
RGB
CMYK
RGB Variations
Color information
#60B99E (or 0x60B99E) is known color: Keppel. HEX triplet: 60, B9 and 9E. RGB value is (96,185,158). Sum of RGB (Red+Green+Blue) = 96+185+158=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #60B99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B99E is #9F4661. Grayscale: #9B9B9B. Windows color (decimal): -10438242 or 10402144. OLE color: 10402144.
HSL color Cylindrical-coordinate representation of color #60B99E: hue angle of 161.8º 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 #60B99E is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 158 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.27 |
| HSL | 161.8º | 0.39% | 0.55% | - |
| HSV(B) | 161.8º | 0.48% | 0.73% | - |
| XYZ | 28.34 | 39.65 | 38.51 | - |
| YUV | 155.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 158 | 0.48 | 0 | 0.15 | 0.27 | 161.8 | 0.39 | 0.55 |
| Hex | 60 | B9 | 9E | 30 | 0 | F | 1B | A2 | 27 | 37 |
| Octal | 140 | 271 | 236 | 60 | 0 | 17 | 33 | 242 | 47 | 67 |
| Binary | 1100000 | 10111001 | 10011110 | 110000 | 0 | 1111 | 11011 | 10100010 | 100111 | 110111 |
Color Harmonies of #60B99E
Complementary color
Monochromatic Colors of #60B99E
Black with #60B99E
Text Example
Text Example
White with #60B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B99E; }
p { color: rgb(96,185,158); }
H1.HeaderClassName
{
color: #60B99E;
}
.AnyTagClassName
{
color: #60B99E;
}
</style>
background-color css
<style>
a { background-color: #60B99E; }
a { background-color: rgb(96,185,158); }
div.DivClassName
{
background-color: #60B99E;
}
.BgClassName
{
background-color: #60B99E;
}
</style>
border-color css
<style>
span { border-color: #60B99E; }
span { border-color: rgb(96,185,158); }
td.TdClassName
{
border-color: #60B99E;
}
.TagClassName
{
border-color: #60B99E;
}
</style>