Html Css Color HEX #116B51 Watercourse

📋 copy color: '#116B51'

red 17 ◦ green 107 ◦ blue 81

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

Shades of Watercourse #116B51

Tints of Watercourse #116B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 8.29%
G = 52.2%
B = 39.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#116B51 (or 0x116B51) is known color: Watercourse. HEX triplet: 11, 6B and 51. RGB value is (17,107,81). Sum of RGB (Red+Green+Blue) = 17+107+81=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #116B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B51 is #EE94AE. Grayscale: #4D4D4D. Windows color (decimal): -15635631 or 5335825. OLE color: 5335825.

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

Color convert

RGB 17 107 81 -
CMYK 0.84 0 0.24 0.58
HSL 162.67º 0.73% 0.24% -
HSV(B) 162.67º 0.84% 0.42% -
XYZ 6.97 11.23 9.58 -
YUV 77.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 17 107 81 0.84 0 0.24 0.58 162.67 0.73 0.24
Hex 11 6B 51 54 0 18 3A A3 49 18
Octal 21 153 121 124 0 30 72 243 111 30
Binary 10001 1101011 1010001 1010100 0 11000 111010 10100011 1001001 11000

Color Harmonies of #116B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B51

Black with #116B51

Text Example


Text Example

White with #116B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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