#126B56

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

Shades of Watercourse #126B56

Tints of Watercourse #126B56

Color information

#126B56 (or 0x126B56) is unknown color: approx Watercourse. HEX triplet: 12, 6B and 56. RGB value is (18,107,86). Sum of RGB (Red+Green+Blue) = 18+107+86=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #126B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B56 is #ED94A9. Grayscale: #4D4D4D. Windows color (decimal): -15570090 or 5663506. OLE color: 5663506.

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

Color convert

RGB1810786-
CMYK0.8300.200.58
HSL165.84º71.2%24.51%-
HSV(B)165.84º83.18%41.96%-
XYZ7.1911.3210.61-
YUV78132.5185.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=8.53%
G=50.71%
B=40.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107860.8300.200.58165.8471.224.51
Hex126B56530143Aa64719
Octal221531261230247224610731
Binary1001011010111010110101001101010011101010100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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