Shades of Keppel #68BC9D
Tints of Keppel #68BC9D
RGB
CMYK
RGB Variations
Color information
#68BC9D (or 0x68BC9D) is known color: Keppel. HEX triplet: 68, BC and 9D. RGB value is (104,188,157). Sum of RGB (Red+Green+Blue) = 104+188+157=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC9D is #974362. Grayscale: #9F9F9F. Windows color (decimal): -9913187 or 10337384. OLE color: 10337384.
HSL color Cylindrical-coordinate representation of color #68BC9D: hue angle of 157.86º 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 #68BC9D is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 157 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.26 |
| HSL | 157.86º | 0.39% | 0.57% | - |
| HSV(B) | 157.86º | 0.45% | 0.74% | - |
| XYZ | 29.78 | 41.34 | 38.31 | - |
| YUV | 159.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 157 | 0.45 | 0 | 0.16 | 0.26 | 157.86 | 0.39 | 0.57 |
| Hex | 68 | BC | 9D | 2D | 0 | 10 | 1A | 9E | 27 | 39 |
| Octal | 150 | 274 | 235 | 55 | 0 | 20 | 32 | 236 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10011101 | 101101 | 0 | 10000 | 11010 | 10011110 | 100111 | 111001 |
Color Harmonies of #68BC9D
Complementary color
Monochromatic Colors of #68BC9D
Black with #68BC9D
Text Example
Text Example
White with #68BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC9D; }
p { color: rgb(104,188,157); }
H1.HeaderClassName
{
color: #68BC9D;
}
.AnyTagClassName
{
color: #68BC9D;
}
</style>
background-color css
<style>
a { background-color: #68BC9D; }
a { background-color: rgb(104,188,157); }
div.DivClassName
{
background-color: #68BC9D;
}
.BgClassName
{
background-color: #68BC9D;
}
</style>
border-color css
<style>
span { border-color: #68BC9D; }
span { border-color: rgb(104,188,157); }
td.TdClassName
{
border-color: #68BC9D;
}
.TagClassName
{
border-color: #68BC9D;
}
</style>