Shades of Keppel #68B396
Tints of Keppel #68B396
RGB
CMYK
RGB Variations
Color information
#68B396 (or 0x68B396) is known color: Keppel. HEX triplet: 68, B3 and 96. RGB value is (104,179,150). Sum of RGB (Red+Green+Blue) = 104+179+150=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #68B396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B396 is #974C69. Grayscale: #999999. Windows color (decimal): -9915498 or 9876328. OLE color: 9876328.
HSL color Cylindrical-coordinate representation of color #68B396: hue angle of 156.8º degrees, saturation: 0.33, 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 #68B396 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 150 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.30 |
| HSL | 156.8º | 0.33% | 0.55% | - |
| HSV(B) | 156.8º | 0.42% | 0.7% | - |
| XYZ | 27.33 | 37.39 | 34.63 | - |
| YUV | 153.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 150 | 0.42 | 0 | 0.16 | 0.30 | 156.8 | 0.33 | 0.55 |
| Hex | 68 | B3 | 96 | 2A | 0 | 10 | 1E | 9D | 21 | 37 |
| Octal | 150 | 263 | 226 | 52 | 0 | 20 | 36 | 235 | 41 | 67 |
| Binary | 1101000 | 10110011 | 10010110 | 101010 | 0 | 10000 | 11110 | 10011101 | 100001 | 110111 |
Color Harmonies of #68B396
Complementary color
Monochromatic Colors of #68B396
Black with #68B396
Text Example
Text Example
White with #68B396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B396; }
p { color: rgb(104,179,150); }
H1.HeaderClassName
{
color: #68B396;
}
.AnyTagClassName
{
color: #68B396;
}
</style>
background-color css
<style>
a { background-color: #68B396; }
a { background-color: rgb(104,179,150); }
div.DivClassName
{
background-color: #68B396;
}
.BgClassName
{
background-color: #68B396;
}
</style>
border-color css
<style>
span { border-color: #68B396; }
span { border-color: rgb(104,179,150); }
td.TdClassName
{
border-color: #68B396;
}
.TagClassName
{
border-color: #68B396;
}
</style>