Html Css Color HEX #116B55 Watercourse

📋 copy color: '#116B55'

red 17 ◦ green 107 ◦ blue 85

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

Shades of Watercourse #116B55

Tints of Watercourse #116B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.2%

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

R = 8.13%
G = 51.2%
B = 40.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#116B55 (or 0x116B55) is known color: Watercourse. HEX triplet: 11, 6B and 55. RGB value is (17,107,85). Sum of RGB (Red+Green+Blue) = 17+107+85=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #116B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B55 is #EE94AA. Grayscale: #4D4D4D. Windows color (decimal): -15635627 or 5597969. OLE color: 5597969.

HSL color Cylindrical-coordinate representation of color #116B55: hue angle of 165.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B55 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 107 85 -
CMYK 0.84 0 0.21 0.58
HSL 165.33º 0.73% 0.24% -
HSV(B) 165.33º 0.84% 0.42% -
XYZ 7.13 11.29 10.4 -
YUV 77.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 17 107 85 0.84 0 0.21 0.58 165.33 0.73 0.24
Hex 11 6B 55 54 0 15 3A A5 49 18
Octal 21 153 125 124 0 25 72 245 111 30
Binary 10001 1101011 1010101 1010100 0 10101 111010 10100101 1001001 11000

Color Harmonies of #116B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B55

Black with #116B55

Text Example


Text Example

White with #116B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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