#10684F

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

Shades of Watercourse #10684F

Tints of Watercourse #10684F

Color information

#10684F (or 0x10684F) is unknown color: approx Watercourse. HEX triplet: 10, 68 and 4F. RGB value is (16,104,79). Sum of RGB (Red+Green+Blue) = 16+104+79=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #10684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10684F is #EF97B0. Grayscale: #4A4A4A. Windows color (decimal): -15701937 or 5203984. OLE color: 5203984.

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

Color convert

RGB1610479-
CMYK0.8500.240.59
HSL162.95º73.33%23.53%-
HSV(B)162.95º84.62%40.78%-
XYZ6.5810.589.09-
YUV74.84130.3586.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=8.04%
G=52.26%
B=39.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104790.8500.240.59162.9573.3323.53
Hex10684F550183Ba34918
Octal201501171250307324311130
Binary1000011010001001111101010101100011101110100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10684F; }

 p { color: rgb(16,104,79); }

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

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

 a { background-color: rgb(16,104,79); }

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

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

 span { border-color: rgb(16,104,79); }

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