Shades of Watercourse #126C54
Tints of Watercourse #126C54
RGB
CMYK
RGB Variations
Color information
#126C54 (or 0x126C54) is known color: Watercourse. HEX triplet: 12, 6C and 54. RGB value is (18,108,84). Sum of RGB (Red+Green+Blue) = 18+108+84=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #126C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C54 is #ED93AB. Grayscale: #4E4E4E. Windows color (decimal): -15569836 or 5532690. OLE color: 5532690.
HSL color Cylindrical-coordinate representation of color #126C54: hue angle of 164º 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 #126C54 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 108 | 84 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.58 |
| HSL | 164º | 0.71% | 0.25% | - |
| HSV(B) | 164º | 0.83% | 0.42% | - |
| XYZ | 7.21 | 11.49 | 10.23 | - |
| YUV | 78.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 84 | 0.83 | 0 | 0.22 | 0.58 | 164 | 0.71 | 0.25 |
| Hex | 12 | 6C | 54 | 53 | 0 | 16 | 3A | A4 | 47 | 19 |
| Octal | 22 | 154 | 124 | 123 | 0 | 26 | 72 | 244 | 107 | 31 |
| Binary | 10010 | 1101100 | 1010100 | 1010011 | 0 | 10110 | 111010 | 10100100 | 1000111 | 11001 |
Color Harmonies of #126C54
Complementary color
Monochromatic Colors of #126C54
Black with #126C54
Text Example
Text Example
White with #126C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C54; }
p { color: rgb(18,108,84); }
H1.HeaderClassName
{
color: #126C54;
}
.AnyTagClassName
{
color: #126C54;
}
</style>
background-color css
<style>
a { background-color: #126C54; }
a { background-color: rgb(18,108,84); }
div.DivClassName
{
background-color: #126C54;
}
.BgClassName
{
background-color: #126C54;
}
</style>
border-color css
<style>
span { border-color: #126C54; }
span { border-color: rgb(18,108,84); }
td.TdClassName
{
border-color: #126C54;
}
.TagClassName
{
border-color: #126C54;
}
</style>