Shades of Keppel #68B798
Tints of Keppel #68B798
RGB
CMYK
RGB Variations
Color information
#68B798 (or 0x68B798) is known color: Keppel. HEX triplet: 68, B7 and 98. RGB value is (104,183,152). Sum of RGB (Red+Green+Blue) = 104+183+152=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #68B798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B798 is #974867. Grayscale: #9B9B9B. Windows color (decimal): -9914472 or 10008424. OLE color: 10008424.
HSL color Cylindrical-coordinate representation of color #68B798: hue angle of 156.46º 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 #68B798 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 152 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.28 |
| HSL | 156.46º | 0.35% | 0.56% | - |
| HSV(B) | 156.46º | 0.43% | 0.72% | - |
| XYZ | 28.31 | 39.08 | 35.76 | - |
| YUV | 155.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 152 | 0.43 | 0 | 0.17 | 0.28 | 156.46 | 0.35 | 0.56 |
| Hex | 68 | B7 | 98 | 2B | 0 | 11 | 1C | 9C | 23 | 38 |
| Octal | 150 | 267 | 230 | 53 | 0 | 21 | 34 | 234 | 43 | 70 |
| Binary | 1101000 | 10110111 | 10011000 | 101011 | 0 | 10001 | 11100 | 10011100 | 100011 | 111000 |
Color Harmonies of #68B798
Complementary color
Monochromatic Colors of #68B798
Black with #68B798
Text Example
Text Example
White with #68B798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B798; }
p { color: rgb(104,183,152); }
H1.HeaderClassName
{
color: #68B798;
}
.AnyTagClassName
{
color: #68B798;
}
</style>
background-color css
<style>
a { background-color: #68B798; }
a { background-color: rgb(104,183,152); }
div.DivClassName
{
background-color: #68B798;
}
.BgClassName
{
background-color: #68B798;
}
</style>
border-color css
<style>
span { border-color: #68B798; }
span { border-color: rgb(104,183,152); }
td.TdClassName
{
border-color: #68B798;
}
.TagClassName
{
border-color: #68B798;
}
</style>