Html Css Color HEX #116C54 Watercourse

📋 copy color: '#116C54'

red 17 ◦ green 108 ◦ blue 84

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

Shades of Watercourse #116C54

Tints of Watercourse #116C54

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.67%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 8.13%
G = 51.67%
B = 40.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#116C54 (or 0x116C54) is known color: Watercourse. HEX triplet: 11, 6C and 54. RGB value is (17,108,84). Sum of RGB (Red+Green+Blue) = 17+108+84=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #116C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C54 is #EE93AB. Grayscale: #4E4E4E. Windows color (decimal): -15635372 or 5532689. OLE color: 5532689.

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

Color convert

RGB 17 108 84 -
CMYK 0.84 0 0.22 0.58
HSL 164.18º 0.73% 0.25% -
HSV(B) 164.18º 0.84% 0.42% -
XYZ 7.19 11.48 10.23 -
YUV 78.06 131.35 84.45 -
System Red Green Blue C M Y K H S L
Decimal 17 108 84 0.84 0 0.22 0.58 164.18 0.73 0.25
Hex 11 6C 54 54 0 16 3A A4 49 19
Octal 21 154 124 124 0 26 72 244 111 31
Binary 10001 1101100 1010100 1010100 0 10110 111010 10100100 1001001 11001

Color Harmonies of #116C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C54

Black with #116C54

Text Example


Text Example

White with #116C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,108,84); }

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

background-color css

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

 a { background-color: rgb(17,108,84); }

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

border-color css

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

 span { border-color: rgb(17,108,84); }

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