Shades of Keppel #60C09E
Tints of Keppel #60C09E
RGB
CMYK
RGB Variations
Color information
#60C09E (or 0x60C09E) is known color: Keppel. HEX triplet: 60, C0 and 9E. RGB value is (96,192,158). Sum of RGB (Red+Green+Blue) = 96+192+158=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #60C09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C09E is #9F3F61. Grayscale: #9F9F9F. Windows color (decimal): -10436450 or 10403936. OLE color: 10403936.
HSL color Cylindrical-coordinate representation of color #60C09E: hue angle of 158.75º 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 #60C09E is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 158 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.25 |
| HSL | 158.75º | 0.43% | 0.56% | - |
| HSV(B) | 158.75º | 0.5% | 0.75% | - |
| XYZ | 29.85 | 42.65 | 39.01 | - |
| YUV | 159.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 158 | 0.50 | 0 | 0.18 | 0.25 | 158.75 | 0.43 | 0.56 |
| Hex | 60 | C0 | 9E | 32 | 0 | 12 | 19 | 9F | 2B | 38 |
| Octal | 140 | 300 | 236 | 62 | 0 | 22 | 31 | 237 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10011110 | 110010 | 0 | 10010 | 11001 | 10011111 | 101011 | 111000 |
Color Harmonies of #60C09E
Complementary color
Monochromatic Colors of #60C09E
Black with #60C09E
Text Example
Text Example
White with #60C09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C09E; }
p { color: rgb(96,192,158); }
H1.HeaderClassName
{
color: #60C09E;
}
.AnyTagClassName
{
color: #60C09E;
}
</style>
background-color css
<style>
a { background-color: #60C09E; }
a { background-color: rgb(96,192,158); }
div.DivClassName
{
background-color: #60C09E;
}
.BgClassName
{
background-color: #60C09E;
}
</style>
border-color css
<style>
span { border-color: #60C09E; }
span { border-color: rgb(96,192,158); }
td.TdClassName
{
border-color: #60C09E;
}
.TagClassName
{
border-color: #60C09E;
}
</style>