Shades of Keppel #68BD9E
Tints of Keppel #68BD9E
RGB
CMYK
RGB Variations
Color information
#68BD9E (or 0x68BD9E) is known color: Keppel. HEX triplet: 68, BD and 9E. RGB value is (104,189,158). Sum of RGB (Red+Green+Blue) = 104+189+158=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BD9E is #974261. Grayscale: #A0A0A0. Windows color (decimal): -9912930 or 10403176. OLE color: 10403176.
HSL color Cylindrical-coordinate representation of color #68BD9E: hue angle of 158.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BD9E is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 158 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.26 |
| HSL | 158.12º | 0.39% | 0.57% | - |
| HSV(B) | 158.12º | 0.45% | 0.74% | - |
| XYZ | 30.08 | 41.81 | 38.83 | - |
| YUV | 160.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 158 | 0.45 | 0 | 0.16 | 0.26 | 158.12 | 0.39 | 0.57 |
| Hex | 68 | BD | 9E | 2D | 0 | 10 | 1A | 9E | 27 | 39 |
| Octal | 150 | 275 | 236 | 55 | 0 | 20 | 32 | 236 | 47 | 71 |
| Binary | 1101000 | 10111101 | 10011110 | 101101 | 0 | 10000 | 11010 | 10011110 | 100111 | 111001 |
Color Harmonies of #68BD9E
Complementary color
Monochromatic Colors of #68BD9E
Black with #68BD9E
Text Example
Text Example
White with #68BD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD9E; }
p { color: rgb(104,189,158); }
H1.HeaderClassName
{
color: #68BD9E;
}
.AnyTagClassName
{
color: #68BD9E;
}
</style>
background-color css
<style>
a { background-color: #68BD9E; }
a { background-color: rgb(104,189,158); }
div.DivClassName
{
background-color: #68BD9E;
}
.BgClassName
{
background-color: #68BD9E;
}
</style>
border-color css
<style>
span { border-color: #68BD9E; }
span { border-color: rgb(104,189,158); }
td.TdClassName
{
border-color: #68BD9E;
}
.TagClassName
{
border-color: #68BD9E;
}
</style>