Shades of Keppel #68B79C
Tints of Keppel #68B79C
RGB
CMYK
RGB Variations
Color information
#68B79C (or 0x68B79C) is known color: Keppel. HEX triplet: 68, B7 and 9C. RGB value is (104,183,156). Sum of RGB (Red+Green+Blue) = 104+183+156=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #68B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B79C is #974863. Grayscale: #9C9C9C. Windows color (decimal): -9914468 or 10270568. OLE color: 10270568.
HSL color Cylindrical-coordinate representation of color #68B79C: hue angle of 159.49º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B79C is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 156 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.28 |
| HSL | 159.49º | 0.35% | 0.56% | - |
| HSV(B) | 159.49º | 0.43% | 0.72% | - |
| XYZ | 28.64 | 39.21 | 37.51 | - |
| YUV | 156.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 156 | 0.43 | 0 | 0.15 | 0.28 | 159.49 | 0.35 | 0.56 |
| Hex | 68 | B7 | 9C | 2B | 0 | F | 1C | 9F | 23 | 38 |
| Octal | 150 | 267 | 234 | 53 | 0 | 17 | 34 | 237 | 43 | 70 |
| Binary | 1101000 | 10110111 | 10011100 | 101011 | 0 | 1111 | 11100 | 10011111 | 100011 | 111000 |
Color Harmonies of #68B79C
Complementary color
Monochromatic Colors of #68B79C
Black with #68B79C
Text Example
Text Example
White with #68B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B79C; }
p { color: rgb(104,183,156); }
H1.HeaderClassName
{
color: #68B79C;
}
.AnyTagClassName
{
color: #68B79C;
}
</style>
background-color css
<style>
a { background-color: #68B79C; }
a { background-color: rgb(104,183,156); }
div.DivClassName
{
background-color: #68B79C;
}
.BgClassName
{
background-color: #68B79C;
}
</style>
border-color css
<style>
span { border-color: #68B79C; }
span { border-color: rgb(104,183,156); }
td.TdClassName
{
border-color: #68B79C;
}
.TagClassName
{
border-color: #68B79C;
}
</style>