Shades of Watercourse #0E684F
Tints of Watercourse #0E684F
RGB
CMYK
RGB Variations
Color information
#0E684F (or 0x0E684F) is known color: Watercourse. HEX triplet: 0E, 68 and 4F. RGB value is (14,104,79). Sum of RGB (Red+Green+Blue) = 14+104+79=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #0E684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E684F is #F197B0. Grayscale: #4A4A4A. Windows color (decimal): -15833009 or 5203982. OLE color: 5203982.
HSL color Cylindrical-coordinate representation of color #0E684F: hue angle of 163.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E684F is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 79 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.59 |
| HSL | 163.33º | 0.76% | 0.23% | - |
| HSV(B) | 163.33º | 0.87% | 0.41% | - |
| XYZ | 6.54 | 10.56 | 9.09 | - |
| YUV | 74.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 79 | 0.87 | 0 | 0.24 | 0.59 | 163.33 | 0.76 | 0.23 |
| Hex | E | 68 | 4F | 57 | 0 | 18 | 3B | A3 | 4C | 17 |
| Octal | 16 | 150 | 117 | 127 | 0 | 30 | 73 | 243 | 114 | 27 |
| Binary | 1110 | 1101000 | 1001111 | 1010111 | 0 | 11000 | 111011 | 10100011 | 1001100 | 10111 |
Color Harmonies of #0E684F
Complementary color
Monochromatic Colors of #0E684F
Black with #0E684F
Text Example
Text Example
White with #0E684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E684F; }
p { color: rgb(14,104,79); }
H1.HeaderClassName
{
color: #0E684F;
}
.AnyTagClassName
{
color: #0E684F;
}
</style>
background-color css
<style>
a { background-color: #0E684F; }
a { background-color: rgb(14,104,79); }
div.DivClassName
{
background-color: #0E684F;
}
.BgClassName
{
background-color: #0E684F;
}
</style>
border-color css
<style>
span { border-color: #0E684F; }
span { border-color: rgb(14,104,79); }
td.TdClassName
{
border-color: #0E684F;
}
.TagClassName
{
border-color: #0E684F;
}
</style>