Shades of Watercourse #126F57
Tints of Watercourse #126F57
RGB
CMYK
RGB Variations
Color information
#126F57 (or 0x126F57) is known color: Watercourse. HEX triplet: 12, 6F and 57. RGB value is (18,111,87). Sum of RGB (Red+Green+Blue) = 18+111+87=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #126F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F57 is #ED90A8. Grayscale: #505050. Windows color (decimal): -15569065 or 5730066. OLE color: 5730066.
HSL color Cylindrical-coordinate representation of color #126F57: hue angle of 164.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F57 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 87 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.56 |
| HSL | 164.52º | 0.72% | 0.25% | - |
| HSV(B) | 164.52º | 0.84% | 0.44% | - |
| XYZ | 7.65 | 12.19 | 10.97 | - |
| YUV | 80.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 87 | 0.84 | 0 | 0.22 | 0.56 | 164.52 | 0.72 | 0.25 |
| Hex | 12 | 6F | 57 | 54 | 0 | 16 | 38 | A5 | 48 | 19 |
| Octal | 22 | 157 | 127 | 124 | 0 | 26 | 70 | 245 | 110 | 31 |
| Binary | 10010 | 1101111 | 1010111 | 1010100 | 0 | 10110 | 111000 | 10100101 | 1001000 | 11001 |
Color Harmonies of #126F57
Complementary color
Monochromatic Colors of #126F57
Black with #126F57
Text Example
Text Example
White with #126F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F57; }
p { color: rgb(18,111,87); }
H1.HeaderClassName
{
color: #126F57;
}
.AnyTagClassName
{
color: #126F57;
}
</style>
background-color css
<style>
a { background-color: #126F57; }
a { background-color: rgb(18,111,87); }
div.DivClassName
{
background-color: #126F57;
}
.BgClassName
{
background-color: #126F57;
}
</style>
border-color css
<style>
span { border-color: #126F57; }
span { border-color: rgb(18,111,87); }
td.TdClassName
{
border-color: #126F57;
}
.TagClassName
{
border-color: #126F57;
}
</style>