Shades of Watercourse #126853
Tints of Watercourse #126853
RGB
CMYK
RGB Variations
Color information
#126853 (or 0x126853) is known color: Watercourse. HEX triplet: 12, 68 and 53. RGB value is (18,104,83). Sum of RGB (Red+Green+Blue) = 18+104+83=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #126853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126853 is #ED97AC. Grayscale: #4B4B4B. Windows color (decimal): -15570861 or 5466130. OLE color: 5466130.
HSL color Cylindrical-coordinate representation of color #126853: hue angle of 165.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126853 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 83 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.59 |
| HSL | 165.35º | 0.7% | 0.24% | - |
| HSV(B) | 165.35º | 0.83% | 0.41% | - |
| XYZ | 6.76 | 10.65 | 9.88 | - |
| YUV | 75.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 83 | 0.83 | 0 | 0.20 | 0.59 | 165.35 | 0.7 | 0.24 |
| Hex | 12 | 68 | 53 | 53 | 0 | 14 | 3B | A5 | 46 | 18 |
| Octal | 22 | 150 | 123 | 123 | 0 | 24 | 73 | 245 | 106 | 30 |
| Binary | 10010 | 1101000 | 1010011 | 1010011 | 0 | 10100 | 111011 | 10100101 | 1000110 | 11000 |
Color Harmonies of #126853
Complementary color
Monochromatic Colors of #126853
Black with #126853
Text Example
Text Example
White with #126853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126853; }
p { color: rgb(18,104,83); }
H1.HeaderClassName
{
color: #126853;
}
.AnyTagClassName
{
color: #126853;
}
</style>
background-color css
<style>
a { background-color: #126853; }
a { background-color: rgb(18,104,83); }
div.DivClassName
{
background-color: #126853;
}
.BgClassName
{
background-color: #126853;
}
</style>
border-color css
<style>
span { border-color: #126853; }
span { border-color: rgb(18,104,83); }
td.TdClassName
{
border-color: #126853;
}
.TagClassName
{
border-color: #126853;
}
</style>