Html Css Color HEX #116D53 Watercourse

📋 copy color: '#116D53'

red 17 ◦ green 109 ◦ blue 83

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

Shades of Watercourse #116D53

Tints of Watercourse #116D53

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.15%

 BLUE value IS 83 (32.81% from 255) = 39.71%

R = 8.13%
G = 52.15%
B = 39.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#116D53 (or 0x116D53) is known color: Watercourse. HEX triplet: 11, 6D and 53. RGB value is (17,109,83). Sum of RGB (Red+Green+Blue) = 17+109+83=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #116D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D53 is #EE92AC. Grayscale: #4E4E4E. Windows color (decimal): -15635117 or 5467409. OLE color: 5467409.

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

Color convert

RGB 17 109 83 -
CMYK 0.84 0 0.24 0.57
HSL 163.04º 0.73% 0.25% -
HSV(B) 163.04º 0.84% 0.43% -
XYZ 7.26 11.68 10.06 -
YUV 78.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 17 109 83 0.84 0 0.24 0.57 163.04 0.73 0.25
Hex 11 6D 53 54 0 18 39 A3 49 19
Octal 21 155 123 124 0 30 71 243 111 31
Binary 10001 1101101 1010011 1010100 0 11000 111001 10100011 1001001 11001

Color Harmonies of #116D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D53

Black with #116D53

Text Example


Text Example

White with #116D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,109,83); }

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

background-color css

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

 a { background-color: rgb(17,109,83); }

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

border-color css

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

 span { border-color: rgb(17,109,83); }

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