Shades of Keppel #68B29C
Tints of Keppel #68B29C
RGB
CMYK
RGB Variations
Color information
#68B29C (or 0x68B29C) is known color: Keppel. HEX triplet: 68, B2 and 9C. RGB value is (104,178,156). Sum of RGB (Red+Green+Blue) = 104+178+156=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #68B29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B29C is #974D63. Grayscale: #999999. Windows color (decimal): -9915748 or 10269288. OLE color: 10269288.
HSL color Cylindrical-coordinate representation of color #68B29C: hue angle of 162.16º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B29C is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 156 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.30 |
| HSL | 162.16º | 0.32% | 0.55% | - |
| HSV(B) | 162.16º | 0.42% | 0.7% | - |
| XYZ | 27.63 | 37.18 | 37.17 | - |
| YUV | 153.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 156 | 0.42 | 0 | 0.12 | 0.30 | 162.16 | 0.32 | 0.55 |
| Hex | 68 | B2 | 9C | 2A | 0 | C | 1E | A2 | 20 | 37 |
| Octal | 150 | 262 | 234 | 52 | 0 | 14 | 36 | 242 | 40 | 67 |
| Binary | 1101000 | 10110010 | 10011100 | 101010 | 0 | 1100 | 11110 | 10100010 | 100000 | 110111 |
Color Harmonies of #68B29C
Complementary color
Monochromatic Colors of #68B29C
Black with #68B29C
Text Example
Text Example
White with #68B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B29C; }
p { color: rgb(104,178,156); }
H1.HeaderClassName
{
color: #68B29C;
}
.AnyTagClassName
{
color: #68B29C;
}
</style>
background-color css
<style>
a { background-color: #68B29C; }
a { background-color: rgb(104,178,156); }
div.DivClassName
{
background-color: #68B29C;
}
.BgClassName
{
background-color: #68B29C;
}
</style>
border-color css
<style>
span { border-color: #68B29C; }
span { border-color: rgb(104,178,156); }
td.TdClassName
{
border-color: #68B29C;
}
.TagClassName
{
border-color: #68B29C;
}
</style>