Shades of Keppel #60B99A
Tints of Keppel #60B99A
RGB
CMYK
RGB Variations
Color information
#60B99A (or 0x60B99A) is known color: Keppel. HEX triplet: 60, B9 and 9A. RGB value is (96,185,154). Sum of RGB (Red+Green+Blue) = 96+185+154=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #60B99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B99A is #9F4665. Grayscale: #9A9A9A. Windows color (decimal): -10438246 or 10140000. OLE color: 10140000.
HSL color Cylindrical-coordinate representation of color #60B99A: hue angle of 159.1º 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 #60B99A is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 154 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.27 |
| HSL | 159.1º | 0.39% | 0.55% | - |
| HSV(B) | 159.1º | 0.48% | 0.73% | - |
| XYZ | 28.01 | 39.52 | 36.72 | - |
| YUV | 154.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 154 | 0.48 | 0 | 0.17 | 0.27 | 159.1 | 0.39 | 0.55 |
| Hex | 60 | B9 | 9A | 30 | 0 | 11 | 1B | 9F | 27 | 37 |
| Octal | 140 | 271 | 232 | 60 | 0 | 21 | 33 | 237 | 47 | 67 |
| Binary | 1100000 | 10111001 | 10011010 | 110000 | 0 | 10001 | 11011 | 10011111 | 100111 | 110111 |
Color Harmonies of #60B99A
Complementary color
Monochromatic Colors of #60B99A
Black with #60B99A
Text Example
Text Example
White with #60B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B99A; }
p { color: rgb(96,185,154); }
H1.HeaderClassName
{
color: #60B99A;
}
.AnyTagClassName
{
color: #60B99A;
}
</style>
background-color css
<style>
a { background-color: #60B99A; }
a { background-color: rgb(96,185,154); }
div.DivClassName
{
background-color: #60B99A;
}
.BgClassName
{
background-color: #60B99A;
}
</style>
border-color css
<style>
span { border-color: #60B99A; }
span { border-color: rgb(96,185,154); }
td.TdClassName
{
border-color: #60B99A;
}
.TagClassName
{
border-color: #60B99A;
}
</style>