Shades of Keppel #60B09E
Tints of Keppel #60B09E
RGB
CMYK
RGB Variations
Color information
#60B09E (or 0x60B09E) is known color: Keppel. HEX triplet: 60, B0 and 9E. RGB value is (96,176,158). Sum of RGB (Red+Green+Blue) = 96+176+158=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #60B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B09E is #9F4F61. Grayscale: #969696. Windows color (decimal): -10440546 or 10399840. OLE color: 10399840.
HSL color Cylindrical-coordinate representation of color #60B09E: hue angle of 166.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60B09E is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 176 | 158 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.31 |
| HSL | 166.5º | 0.34% | 0.53% | - |
| HSV(B) | 166.5º | 0.45% | 0.69% | - |
| XYZ | 26.52 | 36.01 | 37.9 | - |
| YUV | 150.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 158 | 0.45 | 0 | 0.10 | 0.31 | 166.5 | 0.34 | 0.53 |
| Hex | 60 | B0 | 9E | 2D | 0 | A | 1F | A6 | 22 | 35 |
| Octal | 140 | 260 | 236 | 55 | 0 | 12 | 37 | 246 | 42 | 65 |
| Binary | 1100000 | 10110000 | 10011110 | 101101 | 0 | 1010 | 11111 | 10100110 | 100010 | 110101 |
Color Harmonies of #60B09E
Complementary color
Monochromatic Colors of #60B09E
Black with #60B09E
Text Example
Text Example
White with #60B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B09E; }
p { color: rgb(96,176,158); }
H1.HeaderClassName
{
color: #60B09E;
}
.AnyTagClassName
{
color: #60B09E;
}
</style>
background-color css
<style>
a { background-color: #60B09E; }
a { background-color: rgb(96,176,158); }
div.DivClassName
{
background-color: #60B09E;
}
.BgClassName
{
background-color: #60B09E;
}
</style>
border-color css
<style>
span { border-color: #60B09E; }
span { border-color: rgb(96,176,158); }
td.TdClassName
{
border-color: #60B09E;
}
.TagClassName
{
border-color: #60B09E;
}
</style>