Shades of Keppel #68B49F
Tints of Keppel #68B49F
RGB
CMYK
RGB Variations
Color information
#68B49F (or 0x68B49F) is known color: Keppel. HEX triplet: 68, B4 and 9F. RGB value is (104,180,159). Sum of RGB (Red+Green+Blue) = 104+180+159=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #68B49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B49F is #974B60. Grayscale: #9A9A9A. Windows color (decimal): -9915233 or 10466408. OLE color: 10466408.
HSL color Cylindrical-coordinate representation of color #68B49F: hue angle of 163.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B49F is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 159 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.29 |
| HSL | 163.42º | 0.34% | 0.56% | - |
| HSV(B) | 163.42º | 0.42% | 0.71% | - |
| XYZ | 28.29 | 38.09 | 38.66 | - |
| YUV | 154.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 159 | 0.42 | 0 | 0.12 | 0.29 | 163.42 | 0.34 | 0.56 |
| Hex | 68 | B4 | 9F | 2A | 0 | C | 1D | A3 | 22 | 38 |
| Octal | 150 | 264 | 237 | 52 | 0 | 14 | 35 | 243 | 42 | 70 |
| Binary | 1101000 | 10110100 | 10011111 | 101010 | 0 | 1100 | 11101 | 10100011 | 100010 | 111000 |
Color Harmonies of #68B49F
Complementary color
Monochromatic Colors of #68B49F
Black with #68B49F
Text Example
Text Example
White with #68B49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B49F; }
p { color: rgb(104,180,159); }
H1.HeaderClassName
{
color: #68B49F;
}
.AnyTagClassName
{
color: #68B49F;
}
</style>
background-color css
<style>
a { background-color: #68B49F; }
a { background-color: rgb(104,180,159); }
div.DivClassName
{
background-color: #68B49F;
}
.BgClassName
{
background-color: #68B49F;
}
</style>
border-color css
<style>
span { border-color: #68B49F; }
span { border-color: rgb(104,180,159); }
td.TdClassName
{
border-color: #68B49F;
}
.TagClassName
{
border-color: #68B49F;
}
</style>