#126E53

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

Shades of Watercourse #126E53

Tints of Watercourse #126E53

Color information

#126E53 (or 0x126E53) is unknown color: approx 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

RGB1811083-
CMYK0.8400.250.57
HSL162.39º71.88%25.1%-
HSV(B)162.39º83.64%43.14%-
XYZ7.3911.910.09-
YUV79.41130.0284.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=8.53%
G=52.13%
B=39.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110830.8400.250.57162.3971.8825.1
Hex126E535401939a24819
Octal221561231240317124211031
Binary1001011011101010011101010001100111100110100010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>