Shades of Keppel #68B89E
Tints of Keppel #68B89E
RGB
CMYK
RGB Variations
Color information
#68B89E (or 0x68B89E) is known color: Keppel. HEX triplet: 68, B8 and 9E. RGB value is (104,184,158). Sum of RGB (Red+Green+Blue) = 104+184+158=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #68B89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B89E is #974761. Grayscale: #9D9D9D. Windows color (decimal): -9914210 or 10401896. OLE color: 10401896.
HSL color Cylindrical-coordinate representation of color #68B89E: hue angle of 160.5º degrees, saturation: 0.36, 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 #68B89E is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 184 | 158 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.28 |
| HSL | 160.5º | 0.36% | 0.56% | - |
| HSV(B) | 160.5º | 0.43% | 0.72% | - |
| XYZ | 29.02 | 39.69 | 38.48 | - |
| YUV | 157.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 158 | 0.43 | 0 | 0.14 | 0.28 | 160.5 | 0.36 | 0.56 |
| Hex | 68 | B8 | 9E | 2B | 0 | E | 1C | A0 | 24 | 38 |
| Octal | 150 | 270 | 236 | 53 | 0 | 16 | 34 | 240 | 44 | 70 |
| Binary | 1101000 | 10111000 | 10011110 | 101011 | 0 | 1110 | 11100 | 10100000 | 100100 | 111000 |
Color Harmonies of #68B89E
Complementary color
Monochromatic Colors of #68B89E
Black with #68B89E
Text Example
Text Example
White with #68B89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B89E; }
p { color: rgb(104,184,158); }
H1.HeaderClassName
{
color: #68B89E;
}
.AnyTagClassName
{
color: #68B89E;
}
</style>
background-color css
<style>
a { background-color: #68B89E; }
a { background-color: rgb(104,184,158); }
div.DivClassName
{
background-color: #68B89E;
}
.BgClassName
{
background-color: #68B89E;
}
</style>
border-color css
<style>
span { border-color: #68B89E; }
span { border-color: rgb(104,184,158); }
td.TdClassName
{
border-color: #68B89E;
}
.TagClassName
{
border-color: #68B89E;
}
</style>