#126B51

Color #126B51 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #126B51

Tints of Watercourse #126B51

Color information

#126B51 (or 0x126B51) is unknown color: approx Watercourse. HEX triplet: 12, 6B and 51. RGB value is (18,107,81). Sum of RGB (Red+Green+Blue) = 18+107+81=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #126B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B51 is #ED94AE. Grayscale: #4D4D4D. Windows color (decimal): -15570095 or 5335826. OLE color: 5335826.

HSL color Cylindrical-coordinate representation of color #126B51: hue angle of 162.47º 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 #126B51 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1810781-
CMYK0.8300.240.58
HSL162.47º71.2%24.51%-
HSV(B)162.47º83.18%41.96%-
XYZ6.9911.249.59-
YUV77.42130.0185.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 107 (42.19% from 255) = 51.94%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=8.74%
G=51.94%
B=39.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107810.8300.240.58162.4771.224.51
Hex126B51530183Aa24719
Octal221531211230307224210731
Binary1001011010111010001101001101100011101010100010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126B51; }

 p { color: rgb(18,107,81); }

 H1.HeaderClassName
 {
   color: #126B51;
 }
 .AnyTagClassName
 {
   color: #126B51;
 }
</style>
background-color css

<style>
 a { background-color: #126B51; }

 a { background-color: rgb(18,107,81); }

 div.DivClassName
 {
   background-color: #126B51;
 }
 .BgClassName
 {
   background-color: #126B51;
 }
</style>
border-color css

<style>
 span { border-color: #126B51; }

 span { border-color: rgb(18,107,81); }

 td.TdClassName
 {
   border-color: #126B51;
 }
 .TagClassName
 {
   border-color: #126B51;
 }
</style>