Shades of Keppel #60B09A
Tints of Keppel #60B09A
RGB
CMYK
RGB Variations
Color information
#60B09A (or 0x60B09A) is known color: Keppel. HEX triplet: 60, B0 and 9A. RGB value is (96,176,154). Sum of RGB (Red+Green+Blue) = 96+176+154=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #60B09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B09A is #9F4F65. Grayscale: #959595. Windows color (decimal): -10440550 or 10137696. OLE color: 10137696.
HSL color Cylindrical-coordinate representation of color #60B09A: hue angle of 163.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 #60B09A is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 176 | 154 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.31 |
| HSL | 163.5º | 0.34% | 0.53% | - |
| HSV(B) | 163.5º | 0.45% | 0.69% | - |
| XYZ | 26.18 | 35.87 | 36.12 | - |
| YUV | 149.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 154 | 0.45 | 0 | 0.12 | 0.31 | 163.5 | 0.34 | 0.53 |
| Hex | 60 | B0 | 9A | 2D | 0 | C | 1F | A4 | 22 | 35 |
| Octal | 140 | 260 | 232 | 55 | 0 | 14 | 37 | 244 | 42 | 65 |
| Binary | 1100000 | 10110000 | 10011010 | 101101 | 0 | 1100 | 11111 | 10100100 | 100010 | 110101 |
Color Harmonies of #60B09A
Complementary color
Monochromatic Colors of #60B09A
Black with #60B09A
Text Example
Text Example
White with #60B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B09A; }
p { color: rgb(96,176,154); }
H1.HeaderClassName
{
color: #60B09A;
}
.AnyTagClassName
{
color: #60B09A;
}
</style>
background-color css
<style>
a { background-color: #60B09A; }
a { background-color: rgb(96,176,154); }
div.DivClassName
{
background-color: #60B09A;
}
.BgClassName
{
background-color: #60B09A;
}
</style>
border-color css
<style>
span { border-color: #60B09A; }
span { border-color: rgb(96,176,154); }
td.TdClassName
{
border-color: #60B09A;
}
.TagClassName
{
border-color: #60B09A;
}
</style>