#127056

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

Shades of Watercourse #127056

Tints of Watercourse #127056

Color information

#127056 (or 0x127056) is unknown color: approx Watercourse. HEX triplet: 12, 70 and 56. RGB value is (18,112,86). Sum of RGB (Red+Green+Blue) = 18+112+86=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #127056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127056 is #ED8FA9. Grayscale: #505050. Windows color (decimal): -15568810 or 5664786. OLE color: 5664786.

HSL color Cylindrical-coordinate representation of color #127056: hue angle of 163.4º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127056 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1811286-
CMYK0.8400.230.56
HSL163.4º72.31%25.49%-
HSV(B)163.4º83.93%43.92%-
XYZ7.7212.3910.79-
YUV80.93130.8683.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=8.33%
G=51.85%
B=39.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112860.8400.230.56163.472.3125.49
Hex1270565401738a34819
Octal221601261240277024311031
Binary1001011100001010110101010001011111100010100011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127056; }

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

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

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

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

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

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

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

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