Shades of Keppel #68B698
Tints of Keppel #68B698
RGB
CMYK
RGB Variations
Color information
#68B698 (or 0x68B698) is known color: Keppel. HEX triplet: 68, B6 and 98. RGB value is (104,182,152). Sum of RGB (Red+Green+Blue) = 104+182+152=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #68B698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B698 is #974967. Grayscale: #9B9B9B. Windows color (decimal): -9914728 or 10008168. OLE color: 10008168.
HSL color Cylindrical-coordinate representation of color #68B698: hue angle of 156.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B698 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 182 | 152 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.29 |
| HSL | 156.92º | 0.35% | 0.56% | - |
| HSV(B) | 156.92º | 0.43% | 0.71% | - |
| XYZ | 28.1 | 38.67 | 35.69 | - |
| YUV | 155.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 152 | 0.43 | 0 | 0.16 | 0.29 | 156.92 | 0.35 | 0.56 |
| Hex | 68 | B6 | 98 | 2B | 0 | 10 | 1D | 9D | 23 | 38 |
| Octal | 150 | 266 | 230 | 53 | 0 | 20 | 35 | 235 | 43 | 70 |
| Binary | 1101000 | 10110110 | 10011000 | 101011 | 0 | 10000 | 11101 | 10011101 | 100011 | 111000 |
Color Harmonies of #68B698
Complementary color
Monochromatic Colors of #68B698
Black with #68B698
Text Example
Text Example
White with #68B698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B698; }
p { color: rgb(104,182,152); }
H1.HeaderClassName
{
color: #68B698;
}
.AnyTagClassName
{
color: #68B698;
}
</style>
background-color css
<style>
a { background-color: #68B698; }
a { background-color: rgb(104,182,152); }
div.DivClassName
{
background-color: #68B698;
}
.BgClassName
{
background-color: #68B698;
}
</style>
border-color css
<style>
span { border-color: #68B698; }
span { border-color: rgb(104,182,152); }
td.TdClassName
{
border-color: #68B698;
}
.TagClassName
{
border-color: #68B698;
}
</style>