Shades of Keppel #68B99C
Tints of Keppel #68B99C
RGB
CMYK
RGB Variations
Color information
#68B99C (or 0x68B99C) is known color: Keppel. HEX triplet: 68, B9 and 9C. RGB value is (104,185,156). Sum of RGB (Red+Green+Blue) = 104+185+156=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #68B99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B99C is #974663. Grayscale: #9D9D9D. Windows color (decimal): -9913956 or 10271080. OLE color: 10271080.
HSL color Cylindrical-coordinate representation of color #68B99C: hue angle of 158.52º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B99C is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 156 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.27 |
| HSL | 158.52º | 0.37% | 0.57% | - |
| HSV(B) | 158.52º | 0.44% | 0.73% | - |
| XYZ | 29.06 | 40.04 | 37.65 | - |
| YUV | 157.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 156 | 0.44 | 0 | 0.16 | 0.27 | 158.52 | 0.37 | 0.57 |
| Hex | 68 | B9 | 9C | 2C | 0 | 10 | 1B | 9F | 25 | 39 |
| Octal | 150 | 271 | 234 | 54 | 0 | 20 | 33 | 237 | 45 | 71 |
| Binary | 1101000 | 10111001 | 10011100 | 101100 | 0 | 10000 | 11011 | 10011111 | 100101 | 111001 |
Color Harmonies of #68B99C
Complementary color
Monochromatic Colors of #68B99C
Black with #68B99C
Text Example
Text Example
White with #68B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B99C; }
p { color: rgb(104,185,156); }
H1.HeaderClassName
{
color: #68B99C;
}
.AnyTagClassName
{
color: #68B99C;
}
</style>
background-color css
<style>
a { background-color: #68B99C; }
a { background-color: rgb(104,185,156); }
div.DivClassName
{
background-color: #68B99C;
}
.BgClassName
{
background-color: #68B99C;
}
</style>
border-color css
<style>
span { border-color: #68B99C; }
span { border-color: rgb(104,185,156); }
td.TdClassName
{
border-color: #68B99C;
}
.TagClassName
{
border-color: #68B99C;
}
</style>