Shades of Keppel #60B19C
Tints of Keppel #60B19C
RGB
CMYK
RGB Variations
Color information
#60B19C (or 0x60B19C) is known color: Keppel. HEX triplet: 60, B1 and 9C. RGB value is (96,177,156). Sum of RGB (Red+Green+Blue) = 96+177+156=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #60B19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B19C is #9F4E63. Grayscale: #969696. Windows color (decimal): -10440292 or 10269024. OLE color: 10269024.
HSL color Cylindrical-coordinate representation of color #60B19C: hue angle of 164.44º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B19C is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 156 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.31 |
| HSL | 164.44º | 0.34% | 0.54% | - |
| HSV(B) | 164.44º | 0.46% | 0.69% | - |
| XYZ | 26.55 | 36.33 | 37.07 | - |
| YUV | 150.39 | 131.16 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 156 | 0.46 | 0 | 0.12 | 0.31 | 164.44 | 0.34 | 0.54 |
| Hex | 60 | B1 | 9C | 2E | 0 | C | 1F | A4 | 22 | 36 |
| Octal | 140 | 261 | 234 | 56 | 0 | 14 | 37 | 244 | 42 | 66 |
| Binary | 1100000 | 10110001 | 10011100 | 101110 | 0 | 1100 | 11111 | 10100100 | 100010 | 110110 |
Color Harmonies of #60B19C
Complementary color
Monochromatic Colors of #60B19C
Black with #60B19C
Text Example
Text Example
White with #60B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B19C; }
p { color: rgb(96,177,156); }
H1.HeaderClassName
{
color: #60B19C;
}
.AnyTagClassName
{
color: #60B19C;
}
</style>
background-color css
<style>
a { background-color: #60B19C; }
a { background-color: rgb(96,177,156); }
div.DivClassName
{
background-color: #60B19C;
}
.BgClassName
{
background-color: #60B19C;
}
</style>
border-color css
<style>
span { border-color: #60B19C; }
span { border-color: rgb(96,177,156); }
td.TdClassName
{
border-color: #60B19C;
}
.TagClassName
{
border-color: #60B19C;
}
</style>