#127055

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

Shades of Watercourse #127055

Tints of Watercourse #127055

Color information

#127055 (or 0x127055) is unknown color: approx Watercourse. HEX triplet: 12, 70 and 55. RGB value is (18,112,85). Sum of RGB (Red+Green+Blue) = 18+112+85=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #127055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127055 is #ED8FAA. Grayscale: #505050. Windows color (decimal): -15568811 or 5599250. OLE color: 5599250.

HSL color Cylindrical-coordinate representation of color #127055: hue angle of 162.77º 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 #127055 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1811285-
CMYK0.8400.240.56
HSL162.77º72.31%25.49%-
HSV(B)162.77º83.93%43.92%-
XYZ7.6812.3710.58-
YUV80.82130.3683.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=8.37%
G=52.09%
B=39.53%

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
Decimal18112850.8400.240.56162.7772.3125.49
Hex1270555401838a34819
Octal221601251240307024311031
Binary1001011100001010101101010001100011100010100011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127055; }

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

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

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

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

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

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

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

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