Shades of Keppel #60B99B
Tints of Keppel #60B99B
RGB
CMYK
RGB Variations
Color information
#60B99B (or 0x60B99B) is known color: Keppel. HEX triplet: 60, B9 and 9B. RGB value is (96,185,155). Sum of RGB (Red+Green+Blue) = 96+185+155=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #60B99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B99B is #9F4664. Grayscale: #9B9B9B. Windows color (decimal): -10438245 or 10205536. OLE color: 10205536.
HSL color Cylindrical-coordinate representation of color #60B99B: hue angle of 159.78º 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 #60B99B is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 155 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.27 |
| HSL | 159.78º | 0.39% | 0.55% | - |
| HSV(B) | 159.78º | 0.48% | 0.73% | - |
| XYZ | 28.09 | 39.55 | 37.16 | - |
| YUV | 154.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 155 | 0.48 | 0 | 0.16 | 0.27 | 159.78 | 0.39 | 0.55 |
| Hex | 60 | B9 | 9B | 30 | 0 | 10 | 1B | A0 | 27 | 37 |
| Octal | 140 | 271 | 233 | 60 | 0 | 20 | 33 | 240 | 47 | 67 |
| Binary | 1100000 | 10111001 | 10011011 | 110000 | 0 | 10000 | 11011 | 10100000 | 100111 | 110111 |
Color Harmonies of #60B99B
Complementary color
Monochromatic Colors of #60B99B
Black with #60B99B
Text Example
Text Example
White with #60B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B99B; }
p { color: rgb(96,185,155); }
H1.HeaderClassName
{
color: #60B99B;
}
.AnyTagClassName
{
color: #60B99B;
}
</style>
background-color css
<style>
a { background-color: #60B99B; }
a { background-color: rgb(96,185,155); }
div.DivClassName
{
background-color: #60B99B;
}
.BgClassName
{
background-color: #60B99B;
}
</style>
border-color css
<style>
span { border-color: #60B99B; }
span { border-color: rgb(96,185,155); }
td.TdClassName
{
border-color: #60B99B;
}
.TagClassName
{
border-color: #60B99B;
}
</style>