Shades of Keppel #60BF98
Tints of Keppel #60BF98
RGB
CMYK
RGB Variations
Color information
#60BF98 (or 0x60BF98) is known color: Keppel. HEX triplet: 60, BF and 98. RGB value is (96,191,152). Sum of RGB (Red+Green+Blue) = 96+191+152=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF98 is #9F4067. Grayscale: #9E9E9E. Windows color (decimal): -10436712 or 10010464. OLE color: 10010464.
HSL color Cylindrical-coordinate representation of color #60BF98: hue angle of 155.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF98 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 152 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.25 |
| HSL | 155.37º | 0.43% | 0.56% | - |
| HSV(B) | 155.37º | 0.5% | 0.75% | - |
| XYZ | 29.12 | 42.02 | 36.28 | - |
| YUV | 158.15 | 124.53 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 152 | 0.50 | 0 | 0.20 | 0.25 | 155.37 | 0.43 | 0.56 |
| Hex | 60 | BF | 98 | 32 | 0 | 14 | 19 | 9B | 2B | 38 |
| Octal | 140 | 277 | 230 | 62 | 0 | 24 | 31 | 233 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10011000 | 110010 | 0 | 10100 | 11001 | 10011011 | 101011 | 111000 |
Color Harmonies of #60BF98
Complementary color
Monochromatic Colors of #60BF98
Black with #60BF98
Text Example
Text Example
White with #60BF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF98; }
p { color: rgb(96,191,152); }
H1.HeaderClassName
{
color: #60BF98;
}
.AnyTagClassName
{
color: #60BF98;
}
</style>
background-color css
<style>
a { background-color: #60BF98; }
a { background-color: rgb(96,191,152); }
div.DivClassName
{
background-color: #60BF98;
}
.BgClassName
{
background-color: #60BF98;
}
</style>
border-color css
<style>
span { border-color: #60BF98; }
span { border-color: rgb(96,191,152); }
td.TdClassName
{
border-color: #60BF98;
}
.TagClassName
{
border-color: #60BF98;
}
</style>