Shades of Watercourse #0A684E
Tints of Watercourse #0A684E
RGB
CMYK
RGB Variations
Color information
#0A684E (or 0x0A684E) is known color: Watercourse. HEX triplet: 0A, 68 and 4E. RGB value is (10,104,78). Sum of RGB (Red+Green+Blue) = 10+104+78=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #0A684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A684E is #F597B1. Grayscale: #484848. Windows color (decimal): -16095154 or 5138442. OLE color: 5138442.
HSL color Cylindrical-coordinate representation of color #0A684E: hue angle of 163.4º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A684E is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 78 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.59 |
| HSL | 163.4º | 0.82% | 0.22% | - |
| HSV(B) | 163.4º | 0.9% | 0.41% | - |
| XYZ | 6.45 | 10.52 | 8.9 | - |
| YUV | 72.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 78 | 0.90 | 0 | 0.25 | 0.59 | 163.4 | 0.82 | 0.22 |
| Hex | A | 68 | 4E | 5A | 0 | 19 | 3B | A3 | 52 | 16 |
| Octal | 12 | 150 | 116 | 132 | 0 | 31 | 73 | 243 | 122 | 26 |
| Binary | 1010 | 1101000 | 1001110 | 1011010 | 0 | 11001 | 111011 | 10100011 | 1010010 | 10110 |
Color Harmonies of #0A684E
Complementary color
Monochromatic Colors of #0A684E
Black with #0A684E
Text Example
Text Example
White with #0A684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A684E; }
p { color: rgb(10,104,78); }
H1.HeaderClassName
{
color: #0A684E;
}
.AnyTagClassName
{
color: #0A684E;
}
</style>
background-color css
<style>
a { background-color: #0A684E; }
a { background-color: rgb(10,104,78); }
div.DivClassName
{
background-color: #0A684E;
}
.BgClassName
{
background-color: #0A684E;
}
</style>
border-color css
<style>
span { border-color: #0A684E; }
span { border-color: rgb(10,104,78); }
td.TdClassName
{
border-color: #0A684E;
}
.TagClassName
{
border-color: #0A684E;
}
</style>