Shades of Keppel #60B39A
Tints of Keppel #60B39A
RGB
CMYK
RGB Variations
Color information
#60B39A (or 0x60B39A) is known color: Keppel. HEX triplet: 60, B3 and 9A. RGB value is (96,179,154). Sum of RGB (Red+Green+Blue) = 96+179+154=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #60B39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B39A is #9F4C65. Grayscale: #979797. Windows color (decimal): -10439782 or 10138464. OLE color: 10138464.
HSL color Cylindrical-coordinate representation of color #60B39A: hue angle of 161.93º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B39A is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 154 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.30 |
| HSL | 161.93º | 0.35% | 0.54% | - |
| HSV(B) | 161.93º | 0.46% | 0.7% | - |
| XYZ | 26.78 | 37.06 | 36.31 | - |
| YUV | 151.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 154 | 0.46 | 0 | 0.14 | 0.30 | 161.93 | 0.35 | 0.54 |
| Hex | 60 | B3 | 9A | 2E | 0 | E | 1E | A2 | 23 | 36 |
| Octal | 140 | 263 | 232 | 56 | 0 | 16 | 36 | 242 | 43 | 66 |
| Binary | 1100000 | 10110011 | 10011010 | 101110 | 0 | 1110 | 11110 | 10100010 | 100011 | 110110 |
Color Harmonies of #60B39A
Complementary color
Monochromatic Colors of #60B39A
Black with #60B39A
Text Example
Text Example
White with #60B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B39A; }
p { color: rgb(96,179,154); }
H1.HeaderClassName
{
color: #60B39A;
}
.AnyTagClassName
{
color: #60B39A;
}
</style>
background-color css
<style>
a { background-color: #60B39A; }
a { background-color: rgb(96,179,154); }
div.DivClassName
{
background-color: #60B39A;
}
.BgClassName
{
background-color: #60B39A;
}
</style>
border-color css
<style>
span { border-color: #60B39A; }
span { border-color: rgb(96,179,154); }
td.TdClassName
{
border-color: #60B39A;
}
.TagClassName
{
border-color: #60B39A;
}
</style>