#127156

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

Shades of Watercourse #127156

Tints of Watercourse #127156

Color information

#127156 (or 0x127156) is unknown color: approx Watercourse. HEX triplet: 12, 71 and 56. RGB value is (18,113,86). Sum of RGB (Red+Green+Blue) = 18+113+86=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #127156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127156 is #ED8EA9. Grayscale: #515151. Windows color (decimal): -15568554 or 5665042. OLE color: 5665042.

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

Color convert

RGB1811386-
CMYK0.8400.240.56
HSL162.95º72.52%25.69%-
HSV(B)162.95º84.07%44.31%-
XYZ7.8312.6110.83-
YUV81.52130.5382.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=8.29%
G=52.07%
B=39.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113860.8400.240.56162.9572.5225.69
Hex1271565401838a3491a
Octal221611261240307024311132
Binary1001011100011010110101010001100011100010100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127156; }

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

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

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

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

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

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

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

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