Shades of Keppel #60C09D
Tints of Keppel #60C09D
RGB
CMYK
RGB Variations
Color information
#60C09D (or 0x60C09D) is known color: Keppel. HEX triplet: 60, C0 and 9D. RGB value is (96,192,157). Sum of RGB (Red+Green+Blue) = 96+192+157=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #60C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C09D is #9F3F62. Grayscale: #9F9F9F. Windows color (decimal): -10436451 or 10338400. OLE color: 10338400.
HSL color Cylindrical-coordinate representation of color #60C09D: hue angle of 158.12º 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 #60C09D is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 157 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.25 |
| HSL | 158.13º | 0.43% | 0.56% | - |
| HSV(B) | 158.13º | 0.5% | 0.75% | - |
| XYZ | 29.76 | 42.62 | 38.56 | - |
| YUV | 159.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 157 | 0.50 | 0 | 0.18 | 0.25 | 158.13 | 0.43 | 0.56 |
| Hex | 60 | C0 | 9D | 32 | 0 | 12 | 19 | 9E | 2B | 38 |
| Octal | 140 | 300 | 235 | 62 | 0 | 22 | 31 | 236 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10011101 | 110010 | 0 | 10010 | 11001 | 10011110 | 101011 | 111000 |
Color Harmonies of #60C09D
Complementary color
Monochromatic Colors of #60C09D
Black with #60C09D
Text Example
Text Example
White with #60C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C09D; }
p { color: rgb(96,192,157); }
H1.HeaderClassName
{
color: #60C09D;
}
.AnyTagClassName
{
color: #60C09D;
}
</style>
background-color css
<style>
a { background-color: #60C09D; }
a { background-color: rgb(96,192,157); }
div.DivClassName
{
background-color: #60C09D;
}
.BgClassName
{
background-color: #60C09D;
}
</style>
border-color css
<style>
span { border-color: #60C09D; }
span { border-color: rgb(96,192,157); }
td.TdClassName
{
border-color: #60C09D;
}
.TagClassName
{
border-color: #60C09D;
}
</style>