Html Css Color HEX #116855 Watercourse

📋 copy color: '#116855'

red 17 ◦ green 104 ◦ blue 85

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

Shades of Watercourse #116855

Tints of Watercourse #116855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 8.25%
G = 50.49%
B = 41.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#116855 (or 0x116855) is known color: Watercourse. HEX triplet: 11, 68 and 55. RGB value is (17,104,85). Sum of RGB (Red+Green+Blue) = 17+104+85=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #116855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116855 is #EE97AA. Grayscale: #4B4B4B. Windows color (decimal): -15636395 or 5597201. OLE color: 5597201.

HSL color Cylindrical-coordinate representation of color #116855: hue angle of 166.9º 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 #116855 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 85 -
CMYK 0.84 0 0.18 0.59
HSL 166.9º 0.72% 0.24% -
HSV(B) 166.9º 0.84% 0.41% -
XYZ 6.82 10.68 10.3 -
YUV 75.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 17 104 85 0.84 0 0.18 0.59 166.9 0.72 0.24
Hex 11 68 55 54 0 12 3B A7 48 18
Octal 21 150 125 124 0 22 73 247 110 30
Binary 10001 1101000 1010101 1010100 0 10010 111011 10100111 1001000 11000

Color Harmonies of #116855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116855

Black with #116855

Text Example


Text Example

White with #116855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116855; }

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

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

background-color css

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

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

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

border-color css

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

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

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