Html Css Color HEX #116350 Watercourse

📋 copy color: '#116350'

red 17 ◦ green 99 ◦ blue 80

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

Shades of Watercourse #116350

Tints of Watercourse #116350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.51%

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 8.67%
G = 50.51%
B = 40.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#116350 (or 0x116350) is known color: Watercourse. HEX triplet: 11, 63 and 50. RGB value is (17,99,80). Sum of RGB (Red+Green+Blue) = 17+99+80=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #116350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116350 is #EE9CAF. Grayscale: #484848. Windows color (decimal): -15637680 or 5268241. OLE color: 5268241.

HSL color Cylindrical-coordinate representation of color #116350: hue angle of 166.1º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116350 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 80 -
CMYK 0.83 0 0.19 0.61
HSL 166.1º 0.71% 0.23% -
HSV(B) 166.1º 0.83% 0.39% -
XYZ 6.14 9.62 9.12 -
YUV 72.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 17 99 80 0.83 0 0.19 0.61 166.1 0.71 0.23
Hex 11 63 50 53 0 13 3D A6 47 17
Octal 21 143 120 123 0 23 75 246 107 27
Binary 10001 1100011 1010000 1010011 0 10011 111101 10100110 1000111 10111

Color Harmonies of #116350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116350

Black with #116350

Text Example


Text Example

White with #116350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116350; }

 p { color: rgb(17,99,80); }

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

background-color css

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

 a { background-color: rgb(17,99,80); }

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

border-color css

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

 span { border-color: rgb(17,99,80); }

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