Shades of Keppel #60AC9E
Tints of Keppel #60AC9E
RGB
CMYK
RGB Variations
Color information
#60AC9E (or 0x60AC9E) is known color: Keppel. HEX triplet: 60, AC and 9E. RGB value is (96,172,158). Sum of RGB (Red+Green+Blue) = 96+172+158=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AC9E is #9F5361. Grayscale: #939393. Windows color (decimal): -10441570 or 10398816. OLE color: 10398816.
HSL color Cylindrical-coordinate representation of color #60AC9E: hue angle of 168.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AC9E is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 158 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.33 |
| HSL | 168.95º | 0.31% | 0.53% | - |
| HSV(B) | 168.95º | 0.44% | 0.67% | - |
| XYZ | 25.75 | 34.46 | 37.64 | - |
| YUV | 147.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 158 | 0.44 | 0 | 0.08 | 0.33 | 168.95 | 0.31 | 0.53 |
| Hex | 60 | AC | 9E | 2C | 0 | 8 | 21 | A9 | 1F | 35 |
| Octal | 140 | 254 | 236 | 54 | 0 | 10 | 41 | 251 | 37 | 65 |
| Binary | 1100000 | 10101100 | 10011110 | 101100 | 0 | 1000 | 100001 | 10101001 | 11111 | 110101 |
Color Harmonies of #60AC9E
Complementary color
Monochromatic Colors of #60AC9E
Black with #60AC9E
Text Example
Text Example
White with #60AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC9E; }
p { color: rgb(96,172,158); }
H1.HeaderClassName
{
color: #60AC9E;
}
.AnyTagClassName
{
color: #60AC9E;
}
</style>
background-color css
<style>
a { background-color: #60AC9E; }
a { background-color: rgb(96,172,158); }
div.DivClassName
{
background-color: #60AC9E;
}
.BgClassName
{
background-color: #60AC9E;
}
</style>
border-color css
<style>
span { border-color: #60AC9E; }
span { border-color: rgb(96,172,158); }
td.TdClassName
{
border-color: #60AC9E;
}
.TagClassName
{
border-color: #60AC9E;
}
</style>