Shades of Keppel #60BF99
Tints of Keppel #60BF99
RGB
CMYK
RGB Variations
Color information
#60BF99 (or 0x60BF99) is known color: Keppel. HEX triplet: 60, BF and 99. RGB value is (96,191,153). Sum of RGB (Red+Green+Blue) = 96+191+153=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF99 is #9F4066. Grayscale: #9E9E9E. Windows color (decimal): -10436711 or 10076000. OLE color: 10076000.
HSL color Cylindrical-coordinate representation of color #60BF99: hue angle of 156º 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 #60BF99 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 153 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.25 |
| HSL | 156º | 0.43% | 0.56% | - |
| HSV(B) | 156º | 0.5% | 0.75% | - |
| XYZ | 29.2 | 42.05 | 36.71 | - |
| YUV | 158.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 153 | 0.50 | 0 | 0.20 | 0.25 | 156 | 0.43 | 0.56 |
| Hex | 60 | BF | 99 | 32 | 0 | 14 | 19 | 9C | 2B | 38 |
| Octal | 140 | 277 | 231 | 62 | 0 | 24 | 31 | 234 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10011001 | 110010 | 0 | 10100 | 11001 | 10011100 | 101011 | 111000 |
Color Harmonies of #60BF99
Complementary color
Monochromatic Colors of #60BF99
Black with #60BF99
Text Example
Text Example
White with #60BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF99; }
p { color: rgb(96,191,153); }
H1.HeaderClassName
{
color: #60BF99;
}
.AnyTagClassName
{
color: #60BF99;
}
</style>
background-color css
<style>
a { background-color: #60BF99; }
a { background-color: rgb(96,191,153); }
div.DivClassName
{
background-color: #60BF99;
}
.BgClassName
{
background-color: #60BF99;
}
</style>
border-color css
<style>
span { border-color: #60BF99; }
span { border-color: rgb(96,191,153); }
td.TdClassName
{
border-color: #60BF99;
}
.TagClassName
{
border-color: #60BF99;
}
</style>