Shades of Watercourse #126E53
Tints of Watercourse #126E53
RGB
CMYK
RGB Variations
Color information
#126E53 (or 0x126E53) is known color: Watercourse. HEX triplet: 12, 6E and 53. RGB value is (18,110,83). Sum of RGB (Red+Green+Blue) = 18+110+83=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #126E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E53 is #ED91AC. Grayscale: #4F4F4F. Windows color (decimal): -15569325 or 5467666. OLE color: 5467666.
HSL color Cylindrical-coordinate representation of color #126E53: hue angle of 162.39º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E53 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 110 | 83 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.57 |
| HSL | 162.39º | 0.72% | 0.25% | - |
| HSV(B) | 162.39º | 0.84% | 0.43% | - |
| XYZ | 7.39 | 11.9 | 10.09 | - |
| YUV | 79.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 83 | 0.84 | 0 | 0.25 | 0.57 | 162.39 | 0.72 | 0.25 |
| Hex | 12 | 6E | 53 | 54 | 0 | 19 | 39 | A2 | 48 | 19 |
| Octal | 22 | 156 | 123 | 124 | 0 | 31 | 71 | 242 | 110 | 31 |
| Binary | 10010 | 1101110 | 1010011 | 1010100 | 0 | 11001 | 111001 | 10100010 | 1001000 | 11001 |
Color Harmonies of #126E53
Complementary color
Monochromatic Colors of #126E53
Black with #126E53
Text Example
Text Example
White with #126E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E53; }
p { color: rgb(18,110,83); }
H1.HeaderClassName
{
color: #126E53;
}
.AnyTagClassName
{
color: #126E53;
}
</style>
background-color css
<style>
a { background-color: #126E53; }
a { background-color: rgb(18,110,83); }
div.DivClassName
{
background-color: #126E53;
}
.BgClassName
{
background-color: #126E53;
}
</style>
border-color css
<style>
span { border-color: #126E53; }
span { border-color: rgb(18,110,83); }
td.TdClassName
{
border-color: #126E53;
}
.TagClassName
{
border-color: #126E53;
}
</style>