Shades of Keppel #60AC8D
Tints of Keppel #60AC8D
RGB
CMYK
RGB Variations
Color information
#60AC8D (or 0x60AC8D) is known color: Keppel. HEX triplet: 60, AC and 8D. RGB value is (96,172,141). Sum of RGB (Red+Green+Blue) = 96+172+141=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AC8D is #9F5372. Grayscale: #919191. Windows color (decimal): -10441587 or 9284704. OLE color: 9284704.
HSL color Cylindrical-coordinate representation of color #60AC8D: hue angle of 155.53º 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 #60AC8D is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 141 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.33 |
| HSL | 155.53º | 0.31% | 0.53% | - |
| HSV(B) | 155.53º | 0.44% | 0.67% | - |
| XYZ | 24.38 | 33.91 | 30.46 | - |
| YUV | 145.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 141 | 0.44 | 0 | 0.18 | 0.33 | 155.53 | 0.31 | 0.53 |
| Hex | 60 | AC | 8D | 2C | 0 | 12 | 21 | 9C | 1F | 35 |
| Octal | 140 | 254 | 215 | 54 | 0 | 22 | 41 | 234 | 37 | 65 |
| Binary | 1100000 | 10101100 | 10001101 | 101100 | 0 | 10010 | 100001 | 10011100 | 11111 | 110101 |
Color Harmonies of #60AC8D
Complementary color
Monochromatic Colors of #60AC8D
Black with #60AC8D
Text Example
Text Example
White with #60AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC8D; }
p { color: rgb(96,172,141); }
H1.HeaderClassName
{
color: #60AC8D;
}
.AnyTagClassName
{
color: #60AC8D;
}
</style>
background-color css
<style>
a { background-color: #60AC8D; }
a { background-color: rgb(96,172,141); }
div.DivClassName
{
background-color: #60AC8D;
}
.BgClassName
{
background-color: #60AC8D;
}
</style>
border-color css
<style>
span { border-color: #60AC8D; }
span { border-color: rgb(96,172,141); }
td.TdClassName
{
border-color: #60AC8D;
}
.TagClassName
{
border-color: #60AC8D;
}
</style>