Shades of Watercourse #0E634E
Tints of Watercourse #0E634E
RGB
CMYK
RGB Variations
Color information
#0E634E (or 0x0E634E) is known color: Watercourse. HEX triplet: 0E, 63 and 4E. RGB value is (14,99,78). Sum of RGB (Red+Green+Blue) = 14+99+78=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #0E634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E634E is #F19CB1. Grayscale: #474747. Windows color (decimal): -15834290 or 5137166. OLE color: 5137166.
HSL color Cylindrical-coordinate representation of color #0E634E: hue angle of 165.18º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E634E is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 99 | 78 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.61 |
| HSL | 165.18º | 0.75% | 0.22% | - |
| HSV(B) | 165.18º | 0.86% | 0.39% | - |
| XYZ | 6.02 | 9.57 | 8.74 | - |
| YUV | 71.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 99 | 78 | 0.86 | 0 | 0.21 | 0.61 | 165.18 | 0.75 | 0.22 |
| Hex | E | 63 | 4E | 56 | 0 | 15 | 3D | A5 | 4B | 16 |
| Octal | 16 | 143 | 116 | 126 | 0 | 25 | 75 | 245 | 113 | 26 |
| Binary | 1110 | 1100011 | 1001110 | 1010110 | 0 | 10101 | 111101 | 10100101 | 1001011 | 10110 |
Color Harmonies of #0E634E
Complementary color
Monochromatic Colors of #0E634E
Black with #0E634E
Text Example
Text Example
White with #0E634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E634E; }
p { color: rgb(14,99,78); }
H1.HeaderClassName
{
color: #0E634E;
}
.AnyTagClassName
{
color: #0E634E;
}
</style>
background-color css
<style>
a { background-color: #0E634E; }
a { background-color: rgb(14,99,78); }
div.DivClassName
{
background-color: #0E634E;
}
.BgClassName
{
background-color: #0E634E;
}
</style>
border-color css
<style>
span { border-color: #0E634E; }
span { border-color: rgb(14,99,78); }
td.TdClassName
{
border-color: #0E634E;
}
.TagClassName
{
border-color: #0E634E;
}
</style>