Shades of Keppel #68BC9C
Tints of Keppel #68BC9C
RGB
CMYK
RGB Variations
Color information
#68BC9C (or 0x68BC9C) is known color: Keppel. HEX triplet: 68, BC and 9C. RGB value is (104,188,156). Sum of RGB (Red+Green+Blue) = 104+188+156=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC9C is #974363. Grayscale: #9F9F9F. Windows color (decimal): -9913188 or 10271848. OLE color: 10271848.
HSL color Cylindrical-coordinate representation of color #68BC9C: hue angle of 157.14º 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 #68BC9C is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 156 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.26 |
| HSL | 157.14º | 0.39% | 0.57% | - |
| HSV(B) | 157.14º | 0.45% | 0.74% | - |
| XYZ | 29.69 | 41.31 | 37.86 | - |
| YUV | 159.24 | 126.17 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 156 | 0.45 | 0 | 0.17 | 0.26 | 157.14 | 0.39 | 0.57 |
| Hex | 68 | BC | 9C | 2D | 0 | 11 | 1A | 9D | 27 | 39 |
| Octal | 150 | 274 | 234 | 55 | 0 | 21 | 32 | 235 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10011100 | 101101 | 0 | 10001 | 11010 | 10011101 | 100111 | 111001 |
Color Harmonies of #68BC9C
Complementary color
Monochromatic Colors of #68BC9C
Black with #68BC9C
Text Example
Text Example
White with #68BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC9C; }
p { color: rgb(104,188,156); }
H1.HeaderClassName
{
color: #68BC9C;
}
.AnyTagClassName
{
color: #68BC9C;
}
</style>
background-color css
<style>
a { background-color: #68BC9C; }
a { background-color: rgb(104,188,156); }
div.DivClassName
{
background-color: #68BC9C;
}
.BgClassName
{
background-color: #68BC9C;
}
</style>
border-color css
<style>
span { border-color: #68BC9C; }
span { border-color: rgb(104,188,156); }
td.TdClassName
{
border-color: #68BC9C;
}
.TagClassName
{
border-color: #68BC9C;
}
</style>