Shades of Keppel #60C09A
Tints of Keppel #60C09A
RGB
CMYK
RGB Variations
Color information
#60C09A (or 0x60C09A) is known color: Keppel. HEX triplet: 60, C0 and 9A. RGB value is (96,192,154). Sum of RGB (Red+Green+Blue) = 96+192+154=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #60C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C09A is #9F3F65. Grayscale: #9F9F9F. Windows color (decimal): -10436454 or 10141792. OLE color: 10141792.
HSL color Cylindrical-coordinate representation of color #60C09A: hue angle of 156.25º 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 #60C09A is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 154 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.25 |
| HSL | 156.25º | 0.43% | 0.56% | - |
| HSV(B) | 156.25º | 0.5% | 0.75% | - |
| XYZ | 29.51 | 42.52 | 37.22 | - |
| YUV | 158.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 154 | 0.50 | 0 | 0.20 | 0.25 | 156.25 | 0.43 | 0.56 |
| Hex | 60 | C0 | 9A | 32 | 0 | 14 | 19 | 9C | 2B | 38 |
| Octal | 140 | 300 | 232 | 62 | 0 | 24 | 31 | 234 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10011010 | 110010 | 0 | 10100 | 11001 | 10011100 | 101011 | 111000 |
Color Harmonies of #60C09A
Complementary color
Monochromatic Colors of #60C09A
Black with #60C09A
Text Example
Text Example
White with #60C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C09A; }
p { color: rgb(96,192,154); }
H1.HeaderClassName
{
color: #60C09A;
}
.AnyTagClassName
{
color: #60C09A;
}
</style>
background-color css
<style>
a { background-color: #60C09A; }
a { background-color: rgb(96,192,154); }
div.DivClassName
{
background-color: #60C09A;
}
.BgClassName
{
background-color: #60C09A;
}
</style>
border-color css
<style>
span { border-color: #60C09A; }
span { border-color: rgb(96,192,154); }
td.TdClassName
{
border-color: #60C09A;
}
.TagClassName
{
border-color: #60C09A;
}
</style>