Html Css Color HEX #116851 Watercourse

📋 copy color: '#116851'

red 17 ◦ green 104 ◦ blue 81

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

Shades of Watercourse #116851

Tints of Watercourse #116851

RGB

 RED value IS 17 (7.03% from 255) = 8.42%

 GREEN value IS 104 (41.02% from 255) = 51.49%

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 8.42%
G = 51.49%
B = 40.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#116851 (or 0x116851) is known color: Watercourse. HEX triplet: 11, 68 and 51. RGB value is (17,104,81). Sum of RGB (Red+Green+Blue) = 17+104+81=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #116851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116851 is #EE97AE. Grayscale: #4B4B4B. Windows color (decimal): -15636399 or 5335057. OLE color: 5335057.

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

Color convert

RGB 17 104 81 -
CMYK 0.84 0 0.22 0.59
HSL 164.14º 0.72% 0.24% -
HSV(B) 164.14º 0.84% 0.41% -
XYZ 6.67 10.61 9.48 -
YUV 75.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 17 104 81 0.84 0 0.22 0.59 164.14 0.72 0.24
Hex 11 68 51 54 0 16 3B A4 48 18
Octal 21 150 121 124 0 26 73 244 110 30
Binary 10001 1101000 1010001 1010100 0 10110 111011 10100100 1001000 11000

Color Harmonies of #116851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116851

Black with #116851

Text Example


Text Example

White with #116851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116851; }

 p { color: rgb(17,104,81); }

 H1.HeaderClassName
 {
   color: #116851;
 }
 .AnyTagClassName
 {
   color: #116851;
 }
</style>

background-color css

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

 a { background-color: rgb(17,104,81); }

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

border-color css

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

 span { border-color: rgb(17,104,81); }

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