Shades of Keppel #68C09D
Tints of Keppel #68C09D
RGB
CMYK
RGB Variations
Color information
#68C09D (or 0x68C09D) is known color: Keppel. HEX triplet: 68, C0 and 9D. RGB value is (104,192,157). Sum of RGB (Red+Green+Blue) = 104+192+157=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #68C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C09D is #973F62. Grayscale: #A1A1A1. Windows color (decimal): -9912163 or 10338408. OLE color: 10338408.
HSL color Cylindrical-coordinate representation of color #68C09D: hue angle of 156.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C09D is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 157 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.25 |
| HSL | 156.14º | 0.41% | 0.58% | - |
| HSV(B) | 156.14º | 0.46% | 0.75% | - |
| XYZ | 30.64 | 43.08 | 38.6 | - |
| YUV | 161.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 157 | 0.46 | 0 | 0.18 | 0.25 | 156.14 | 0.41 | 0.58 |
| Hex | 68 | C0 | 9D | 2E | 0 | 12 | 19 | 9C | 29 | 3A |
| Octal | 150 | 300 | 235 | 56 | 0 | 22 | 31 | 234 | 51 | 72 |
| Binary | 1101000 | 11000000 | 10011101 | 101110 | 0 | 10010 | 11001 | 10011100 | 101001 | 111010 |
Color Harmonies of #68C09D
Complementary color
Monochromatic Colors of #68C09D
Black with #68C09D
Text Example
Text Example
White with #68C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C09D; }
p { color: rgb(104,192,157); }
H1.HeaderClassName
{
color: #68C09D;
}
.AnyTagClassName
{
color: #68C09D;
}
</style>
background-color css
<style>
a { background-color: #68C09D; }
a { background-color: rgb(104,192,157); }
div.DivClassName
{
background-color: #68C09D;
}
.BgClassName
{
background-color: #68C09D;
}
</style>
border-color css
<style>
span { border-color: #68C09D; }
span { border-color: rgb(104,192,157); }
td.TdClassName
{
border-color: #68C09D;
}
.TagClassName
{
border-color: #68C09D;
}
</style>