#126C51

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

Shades of Watercourse #126C51

Tints of Watercourse #126C51

Color information

#126C51 (or 0x126C51) is unknown color: approx Watercourse. HEX triplet: 12, 6C and 51. RGB value is (18,108,81). Sum of RGB (Red+Green+Blue) = 18+108+81=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #126C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C51 is #ED93AE. Grayscale: #4E4E4E. Windows color (decimal): -15569839 or 5336082. OLE color: 5336082.

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

Color convert

RGB1810881-
CMYK0.8300.250.58
HSL162º71.43%24.71%-
HSV(B)162º83.33%42.35%-
XYZ7.111.459.62-
YUV78.01129.6885.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 108 (42.58% from 255) = 52.17%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=8.70%
G=52.17%
B=39.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18108810.8300.250.5816271.4324.71
Hex126C51530193Aa24719
Octal221541211230317224210731
Binary1001011011001010001101001101100111101010100010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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