Shades of Keppel #60B895
Tints of Keppel #60B895
RGB
CMYK
RGB Variations
Color information
#60B895 (or 0x60B895) is known color: Keppel. HEX triplet: 60, B8 and 95. RGB value is (96,184,149). Sum of RGB (Red+Green+Blue) = 96+184+149=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #60B895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B895 is #9F476A. Grayscale: #999999. Windows color (decimal): -10438507 or 9812064. OLE color: 9812064.
HSL color Cylindrical-coordinate representation of color #60B895: hue angle of 156.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B895 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 149 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.28 |
| HSL | 156.14º | 0.38% | 0.55% | - |
| HSV(B) | 156.14º | 0.48% | 0.72% | - |
| XYZ | 27.39 | 38.94 | 34.51 | - |
| YUV | 153.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 149 | 0.48 | 0 | 0.19 | 0.28 | 156.14 | 0.38 | 0.55 |
| Hex | 60 | B8 | 95 | 30 | 0 | 13 | 1C | 9C | 26 | 37 |
| Octal | 140 | 270 | 225 | 60 | 0 | 23 | 34 | 234 | 46 | 67 |
| Binary | 1100000 | 10111000 | 10010101 | 110000 | 0 | 10011 | 11100 | 10011100 | 100110 | 110111 |
Color Harmonies of #60B895
Complementary color
Monochromatic Colors of #60B895
Black with #60B895
Text Example
Text Example
White with #60B895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B895; }
p { color: rgb(96,184,149); }
H1.HeaderClassName
{
color: #60B895;
}
.AnyTagClassName
{
color: #60B895;
}
</style>
background-color css
<style>
a { background-color: #60B895; }
a { background-color: rgb(96,184,149); }
div.DivClassName
{
background-color: #60B895;
}
.BgClassName
{
background-color: #60B895;
}
</style>
border-color css
<style>
span { border-color: #60B895; }
span { border-color: rgb(96,184,149); }
td.TdClassName
{
border-color: #60B895;
}
.TagClassName
{
border-color: #60B895;
}
</style>