Shades of Keppel #60B39E
Tints of Keppel #60B39E
RGB
CMYK
RGB Variations
Color information
#60B39E (or 0x60B39E) is known color: Keppel. HEX triplet: 60, B3 and 9E. RGB value is (96,179,158). Sum of RGB (Red+Green+Blue) = 96+179+158=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #60B39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B39E is #9F4C61. Grayscale: #979797. Windows color (decimal): -10439778 or 10400608. OLE color: 10400608.
HSL color Cylindrical-coordinate representation of color #60B39E: hue angle of 164.82º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B39E is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 158 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.30 |
| HSL | 164.82º | 0.35% | 0.54% | - |
| HSV(B) | 164.82º | 0.46% | 0.7% | - |
| XYZ | 27.12 | 37.2 | 38.1 | - |
| YUV | 151.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 158 | 0.46 | 0 | 0.12 | 0.30 | 164.82 | 0.35 | 0.54 |
| Hex | 60 | B3 | 9E | 2E | 0 | C | 1E | A5 | 23 | 36 |
| Octal | 140 | 263 | 236 | 56 | 0 | 14 | 36 | 245 | 43 | 66 |
| Binary | 1100000 | 10110011 | 10011110 | 101110 | 0 | 1100 | 11110 | 10100101 | 100011 | 110110 |
Color Harmonies of #60B39E
Complementary color
Monochromatic Colors of #60B39E
Black with #60B39E
Text Example
Text Example
White with #60B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B39E; }
p { color: rgb(96,179,158); }
H1.HeaderClassName
{
color: #60B39E;
}
.AnyTagClassName
{
color: #60B39E;
}
</style>
background-color css
<style>
a { background-color: #60B39E; }
a { background-color: rgb(96,179,158); }
div.DivClassName
{
background-color: #60B39E;
}
.BgClassName
{
background-color: #60B39E;
}
</style>
border-color css
<style>
span { border-color: #60B39E; }
span { border-color: rgb(96,179,158); }
td.TdClassName
{
border-color: #60B39E;
}
.TagClassName
{
border-color: #60B39E;
}
</style>