Shades of Keppel #68B998
Tints of Keppel #68B998
RGB
CMYK
RGB Variations
Color information
#68B998 (or 0x68B998) is known color: Keppel. HEX triplet: 68, B9 and 98. RGB value is (104,185,152). Sum of RGB (Red+Green+Blue) = 104+185+152=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #68B998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B998 is #974667. Grayscale: #9D9D9D. Windows color (decimal): -9913960 or 10008936. OLE color: 10008936.
HSL color Cylindrical-coordinate representation of color #68B998: hue angle of 155.56º 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 #68B998 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 152 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.27 |
| HSL | 155.56º | 0.37% | 0.57% | - |
| HSV(B) | 155.56º | 0.44% | 0.73% | - |
| XYZ | 28.73 | 39.91 | 35.89 | - |
| YUV | 157.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 152 | 0.44 | 0 | 0.18 | 0.27 | 155.56 | 0.37 | 0.57 |
| Hex | 68 | B9 | 98 | 2C | 0 | 12 | 1B | 9C | 25 | 39 |
| Octal | 150 | 271 | 230 | 54 | 0 | 22 | 33 | 234 | 45 | 71 |
| Binary | 1101000 | 10111001 | 10011000 | 101100 | 0 | 10010 | 11011 | 10011100 | 100101 | 111001 |
Color Harmonies of #68B998
Complementary color
Monochromatic Colors of #68B998
Black with #68B998
Text Example
Text Example
White with #68B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B998; }
p { color: rgb(104,185,152); }
H1.HeaderClassName
{
color: #68B998;
}
.AnyTagClassName
{
color: #68B998;
}
</style>
background-color css
<style>
a { background-color: #68B998; }
a { background-color: rgb(104,185,152); }
div.DivClassName
{
background-color: #68B998;
}
.BgClassName
{
background-color: #68B998;
}
</style>
border-color css
<style>
span { border-color: #68B998; }
span { border-color: rgb(104,185,152); }
td.TdClassName
{
border-color: #68B998;
}
.TagClassName
{
border-color: #68B998;
}
</style>