Shades of Keppel #68AC9C
Tints of Keppel #68AC9C
RGB
CMYK
RGB Variations
Color information
#68AC9C (or 0x68AC9C) is known color: Keppel. HEX triplet: 68, AC and 9C. RGB value is (104,172,156). Sum of RGB (Red+Green+Blue) = 104+172+156=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC9C is #975363. Grayscale: #959595. Windows color (decimal): -9917284 or 10267752. OLE color: 10267752.
HSL color Cylindrical-coordinate representation of color #68AC9C: hue angle of 165.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC9C is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 156 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.33 |
| HSL | 165.88º | 0.29% | 0.54% | - |
| HSV(B) | 165.88º | 0.4% | 0.67% | - |
| XYZ | 26.46 | 34.85 | 36.78 | - |
| YUV | 149.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 156 | 0.40 | 0 | 0.09 | 0.33 | 165.88 | 0.29 | 0.54 |
| Hex | 68 | AC | 9C | 28 | 0 | 9 | 21 | A6 | 1D | 36 |
| Octal | 150 | 254 | 234 | 50 | 0 | 11 | 41 | 246 | 35 | 66 |
| Binary | 1101000 | 10101100 | 10011100 | 101000 | 0 | 1001 | 100001 | 10100110 | 11101 | 110110 |
Color Harmonies of #68AC9C
Complementary color
Monochromatic Colors of #68AC9C
Black with #68AC9C
Text Example
Text Example
White with #68AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC9C; }
p { color: rgb(104,172,156); }
H1.HeaderClassName
{
color: #68AC9C;
}
.AnyTagClassName
{
color: #68AC9C;
}
</style>
background-color css
<style>
a { background-color: #68AC9C; }
a { background-color: rgb(104,172,156); }
div.DivClassName
{
background-color: #68AC9C;
}
.BgClassName
{
background-color: #68AC9C;
}
</style>
border-color css
<style>
span { border-color: #68AC9C; }
span { border-color: rgb(104,172,156); }
td.TdClassName
{
border-color: #68AC9C;
}
.TagClassName
{
border-color: #68AC9C;
}
</style>