#10604F

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

Shades of Watercourse #10604F

Tints of Watercourse #10604F

Color information

#10604F (or 0x10604F) is unknown color: approx Watercourse. HEX triplet: 10, 60 and 4F. RGB value is (16,96,79). Sum of RGB (Red+Green+Blue) = 16+96+79=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #10604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10604F is #EF9FB0. Grayscale: #464646. Windows color (decimal): -15703985 or 5201936. OLE color: 5201936.

HSL color Cylindrical-coordinate representation of color #10604F: hue angle of 167.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10604F is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB169679-
CMYK0.8300.180.62
HSL167.25º71.43%21.96%-
HSV(B)167.25º83.33%37.65%-
XYZ5.819.048.84-
YUV70.1413389.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=8.38%
G=50.26%
B=41.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696790.8300.180.62167.2571.4321.96
Hex10604F530123Ea74716
Octal201401171230227624710726
Binary1000011000001001111101001101001011111010100111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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