Shades of Keppel #60BB98
Tints of Keppel #60BB98
RGB
CMYK
RGB Variations
Color information
#60BB98 (or 0x60BB98) is known color: Keppel. HEX triplet: 60, BB and 98. RGB value is (96,187,152). Sum of RGB (Red+Green+Blue) = 96+187+152=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BB98 is #9F4467. Grayscale: #9B9B9B. Windows color (decimal): -10437736 or 10009440. OLE color: 10009440.
HSL color Cylindrical-coordinate representation of color #60BB98: hue angle of 156.92º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BB98 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 187 | 152 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.27 |
| HSL | 156.92º | 0.4% | 0.55% | - |
| HSV(B) | 156.92º | 0.49% | 0.73% | - |
| XYZ | 28.26 | 40.29 | 35.99 | - |
| YUV | 155.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 152 | 0.49 | 0 | 0.19 | 0.27 | 156.92 | 0.4 | 0.55 |
| Hex | 60 | BB | 98 | 31 | 0 | 13 | 1B | 9D | 28 | 37 |
| Octal | 140 | 273 | 230 | 61 | 0 | 23 | 33 | 235 | 50 | 67 |
| Binary | 1100000 | 10111011 | 10011000 | 110001 | 0 | 10011 | 11011 | 10011101 | 101000 | 110111 |
Color Harmonies of #60BB98
Complementary color
Monochromatic Colors of #60BB98
Black with #60BB98
Text Example
Text Example
White with #60BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BB98; }
p { color: rgb(96,187,152); }
H1.HeaderClassName
{
color: #60BB98;
}
.AnyTagClassName
{
color: #60BB98;
}
</style>
background-color css
<style>
a { background-color: #60BB98; }
a { background-color: rgb(96,187,152); }
div.DivClassName
{
background-color: #60BB98;
}
.BgClassName
{
background-color: #60BB98;
}
</style>
border-color css
<style>
span { border-color: #60BB98; }
span { border-color: rgb(96,187,152); }
td.TdClassName
{
border-color: #60BB98;
}
.TagClassName
{
border-color: #60BB98;
}
</style>