Shades of Keppel #60AA93
Tints of Keppel #60AA93
RGB
CMYK
RGB Variations
Color information
#60AA93 (or 0x60AA93) is known color: Keppel. HEX triplet: 60, AA and 93. RGB value is (96,170,147). Sum of RGB (Red+Green+Blue) = 96+170+147=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AA93 is #9F556C. Grayscale: #919191. Windows color (decimal): -10442093 or 9677408. OLE color: 9677408.
HSL color Cylindrical-coordinate representation of color #60AA93: hue angle of 161.35º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AA93 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 147 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.33 |
| HSL | 161.35º | 0.3% | 0.52% | - |
| HSV(B) | 161.35º | 0.44% | 0.67% | - |
| XYZ | 24.47 | 33.34 | 32.75 | - |
| YUV | 145.25 | 128.98 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 147 | 0.44 | 0 | 0.14 | 0.33 | 161.35 | 0.3 | 0.52 |
| Hex | 60 | AA | 93 | 2C | 0 | E | 21 | A1 | 1E | 34 |
| Octal | 140 | 252 | 223 | 54 | 0 | 16 | 41 | 241 | 36 | 64 |
| Binary | 1100000 | 10101010 | 10010011 | 101100 | 0 | 1110 | 100001 | 10100001 | 11110 | 110100 |
Color Harmonies of #60AA93
Complementary color
Monochromatic Colors of #60AA93
Black with #60AA93
Text Example
Text Example
White with #60AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA93; }
p { color: rgb(96,170,147); }
H1.HeaderClassName
{
color: #60AA93;
}
.AnyTagClassName
{
color: #60AA93;
}
</style>
background-color css
<style>
a { background-color: #60AA93; }
a { background-color: rgb(96,170,147); }
div.DivClassName
{
background-color: #60AA93;
}
.BgClassName
{
background-color: #60AA93;
}
</style>
border-color css
<style>
span { border-color: #60AA93; }
span { border-color: rgb(96,170,147); }
td.TdClassName
{
border-color: #60AA93;
}
.TagClassName
{
border-color: #60AA93;
}
</style>