Shades of Keppel #60BA95
Tints of Keppel #60BA95
RGB
CMYK
RGB Variations
Color information
#60BA95 (or 0x60BA95) is known color: Keppel. HEX triplet: 60, BA and 95. RGB value is (96,186,149). Sum of RGB (Red+Green+Blue) = 96+186+149=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BA95 is #9F456A. Grayscale: #9A9A9A. Windows color (decimal): -10437995 or 9812576. OLE color: 9812576.
HSL color Cylindrical-coordinate representation of color #60BA95: hue angle of 155.33º 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 #60BA95 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 149 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.27 |
| HSL | 155.33º | 0.39% | 0.55% | - |
| HSV(B) | 155.33º | 0.48% | 0.73% | - |
| XYZ | 27.81 | 39.77 | 34.65 | - |
| YUV | 154.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 149 | 0.48 | 0 | 0.20 | 0.27 | 155.33 | 0.39 | 0.55 |
| Hex | 60 | BA | 95 | 30 | 0 | 14 | 1B | 9B | 27 | 37 |
| Octal | 140 | 272 | 225 | 60 | 0 | 24 | 33 | 233 | 47 | 67 |
| Binary | 1100000 | 10111010 | 10010101 | 110000 | 0 | 10100 | 11011 | 10011011 | 100111 | 110111 |
Color Harmonies of #60BA95
Complementary color
Monochromatic Colors of #60BA95
Black with #60BA95
Text Example
Text Example
White with #60BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA95; }
p { color: rgb(96,186,149); }
H1.HeaderClassName
{
color: #60BA95;
}
.AnyTagClassName
{
color: #60BA95;
}
</style>
background-color css
<style>
a { background-color: #60BA95; }
a { background-color: rgb(96,186,149); }
div.DivClassName
{
background-color: #60BA95;
}
.BgClassName
{
background-color: #60BA95;
}
</style>
border-color css
<style>
span { border-color: #60BA95; }
span { border-color: rgb(96,186,149); }
td.TdClassName
{
border-color: #60BA95;
}
.TagClassName
{
border-color: #60BA95;
}
</style>