#126E56

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

Shades of Watercourse #126E56

Tints of Watercourse #126E56

Color information

#126E56 (or 0x126E56) is unknown color: approx Watercourse. HEX triplet: 12, 6E and 56. RGB value is (18,110,86). Sum of RGB (Red+Green+Blue) = 18+110+86=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #126E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E56 is #ED91A9. Grayscale: #4F4F4F. Windows color (decimal): -15569322 or 5664274. OLE color: 5664274.

HSL color Cylindrical-coordinate representation of color #126E56: hue angle of 164.35º 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 #126E56 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB1811086-
CMYK0.8400.220.57
HSL164.35º71.88%25.1%-
HSV(B)164.35º83.64%43.14%-
XYZ7.5111.9510.72-
YUV79.76131.5283.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 110 (43.36% from 255) = 51.40%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=8.41%
G=51.40%
B=40.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110860.8400.220.57164.3571.8825.1
Hex126E565401639a44819
Octal221561261240267124411031
Binary1001011011101010110101010001011011100110100100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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