Html Css Color HEX #116C57 Watercourse

📋 copy color: '#116C57'

red 17 ◦ green 108 ◦ blue 87

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

Shades of Watercourse #116C57

Tints of Watercourse #116C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.04%

R = 8.02%
G = 50.94%
B = 41.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#116C57 (or 0x116C57) is known color: Watercourse. HEX triplet: 11, 6C and 57. RGB value is (17,108,87). Sum of RGB (Red+Green+Blue) = 17+108+87=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #116C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C57 is #EE93A8. Grayscale: #4E4E4E. Windows color (decimal): -15635369 or 5729297. OLE color: 5729297.

HSL color Cylindrical-coordinate representation of color #116C57: hue angle of 166.15º 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 #116C57 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 108 87 -
CMYK 0.84 0 0.19 0.58
HSL 166.15º 0.73% 0.25% -
HSV(B) 166.15º 0.84% 0.42% -
XYZ 7.31 11.53 10.86 -
YUV 78.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 17 108 87 0.84 0 0.19 0.58 166.15 0.73 0.25
Hex 11 6C 57 54 0 13 3A A6 49 19
Octal 21 154 127 124 0 23 72 246 111 31
Binary 10001 1101100 1010111 1010100 0 10011 111010 10100110 1001001 11001

Color Harmonies of #116C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C57

Black with #116C57

Text Example


Text Example

White with #116C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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