Html Css Color HEX #10684F Watercourse

📋 copy color: '#10684F'

red 16 ◦ green 104 ◦ blue 79

#10684F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #10684F

Tints of Watercourse #10684F

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.7%

R = 8.04%
G = 52.26%
B = 39.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#10684F (or 0x10684F) is known color: 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

RGB 16 104 79 -
CMYK 0.85 0 0.24 0.59
HSL 162.95º 0.73% 0.24% -
HSV(B) 162.95º 0.85% 0.41% -
XYZ 6.58 10.58 9.09 -
YUV 74.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 16 104 79 0.85 0 0.24 0.59 162.95 0.73 0.24
Hex 10 68 4F 55 0 18 3B A3 49 18
Octal 20 150 117 125 0 30 73 243 111 30
Binary 10000 1101000 1001111 1010101 0 11000 111011 10100011 1001001 11000

Color Harmonies of #10684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10684F

Black with #10684F

Text Example


Text Example

White with #10684F

Text Example


Text Example

HTML Codes & Css Web 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>