Shades of Watercourse #126C57
Tints of Watercourse #126C57
RGB
CMYK
RGB Variations
Color information
#126C57 (or 0x126C57) is known color: Watercourse. HEX triplet: 12, 6C and 57. RGB value is (18,108,87). Sum of RGB (Red+Green+Blue) = 18+108+87=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #126C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C57 is #ED93A8. Grayscale: #4E4E4E. Windows color (decimal): -15569833 or 5729298. OLE color: 5729298.
HSL color Cylindrical-coordinate representation of color #126C57: hue angle of 166º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C57 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 108 | 87 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.58 |
| HSL | 166º | 0.71% | 0.25% | - |
| HSV(B) | 166º | 0.83% | 0.42% | - |
| XYZ | 7.33 | 11.54 | 10.86 | - |
| YUV | 78.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 87 | 0.83 | 0 | 0.19 | 0.58 | 166 | 0.71 | 0.25 |
| Hex | 12 | 6C | 57 | 53 | 0 | 13 | 3A | A6 | 47 | 19 |
| Octal | 22 | 154 | 127 | 123 | 0 | 23 | 72 | 246 | 107 | 31 |
| Binary | 10010 | 1101100 | 1010111 | 1010011 | 0 | 10011 | 111010 | 10100110 | 1000111 | 11001 |
Color Harmonies of #126C57
Complementary color
Monochromatic Colors of #126C57
Black with #126C57
Text Example
Text Example
White with #126C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C57; }
p { color: rgb(18,108,87); }
H1.HeaderClassName
{
color: #126C57;
}
.AnyTagClassName
{
color: #126C57;
}
</style>
background-color css
<style>
a { background-color: #126C57; }
a { background-color: rgb(18,108,87); }
div.DivClassName
{
background-color: #126C57;
}
.BgClassName
{
background-color: #126C57;
}
</style>
border-color css
<style>
span { border-color: #126C57; }
span { border-color: rgb(18,108,87); }
td.TdClassName
{
border-color: #126C57;
}
.TagClassName
{
border-color: #126C57;
}
</style>