#107355

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

Shades of Watercourse #107355

Tints of Watercourse #107355

Color information

#107355 (or 0x107355) is unknown color: approx Watercourse. HEX triplet: 10, 73 and 55. RGB value is (16,115,85). Sum of RGB (Red+Green+Blue) = 16+115+85=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #107355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107355 is #EF8CAA. Grayscale: #515151. Windows color (decimal): -15699115 or 5600016. OLE color: 5600016.

HSL color Cylindrical-coordinate representation of color #107355: hue angle of 161.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107355 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1611585-
CMYK0.8600.260.55
HSL161.82º75.57%25.69%-
HSV(B)161.82º86.09%45.1%-
XYZ7.9813.0310.69-
YUV81.98129.780.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.41%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=7.41%
G=53.24%
B=39.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16115850.8600.260.55161.8275.5725.69
Hex1073555601A37a24c1a
Octal201631251260326724211432
Binary1000011100111010101101011001101011011110100010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107355; }

 p { color: rgb(16,115,85); }

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

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

 a { background-color: rgb(16,115,85); }

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

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

 span { border-color: rgb(16,115,85); }

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