#10634E

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

Shades of Watercourse #10634E

Tints of Watercourse #10634E

Color information

#10634E (or 0x10634E) is unknown color: approx Watercourse. HEX triplet: 10, 63 and 4E. RGB value is (16,99,78). Sum of RGB (Red+Green+Blue) = 16+99+78=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #10634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10634E is #EF9CB1. Grayscale: #474747. Windows color (decimal): -15703218 or 5137168. OLE color: 5137168.

HSL color Cylindrical-coordinate representation of color #10634E: hue angle of 164.82º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10634E is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB169978-
CMYK0.8400.210.61
HSL164.82º72.17%22.55%-
HSV(B)164.82º83.84%38.82%-
XYZ6.059.588.74-
YUV71.79131.588.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=8.29%
G=51.30%
B=40.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699780.8400.210.61164.8272.1722.55
Hex10634E540153Da54817
Octal201431161240257524511027
Binary1000011000111001110101010001010111110110100101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10634E; }

 p { color: rgb(16,99,78); }

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

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

 a { background-color: rgb(16,99,78); }

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

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

 span { border-color: rgb(16,99,78); }

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