Html Css Color HEX #116450 Watercourse

📋 copy color: '#116450'

red 17 ◦ green 100 ◦ blue 80

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

Shades of Watercourse #116450

Tints of Watercourse #116450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50.76%

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

R = 8.63%
G = 50.76%
B = 40.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#116450 (or 0x116450) is known color: Watercourse. HEX triplet: 11, 64 and 50. RGB value is (17,100,80). Sum of RGB (Red+Green+Blue) = 17+100+80=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #116450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116450 is #EE9BAF. Grayscale: #484848. Windows color (decimal): -15637424 or 5268497. OLE color: 5268497.

HSL color Cylindrical-coordinate representation of color #116450: hue angle of 165.54º 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 #116450 is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 100 80 -
CMYK 0.83 0 0.2 0.61
HSL 165.54º 0.71% 0.23% -
HSV(B) 165.54º 0.83% 0.39% -
XYZ 6.24 9.81 9.15 -
YUV 72.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 17 100 80 0.83 0 0.2 0.61 165.54 0.71 0.23
Hex 11 64 50 53 0 14 3D A6 47 17
Octal 21 144 120 123 0 24 75 246 107 27
Binary 10001 1100100 1010000 1010011 0 10100 111101 10100110 1000111 10111

Color Harmonies of #116450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116450

Black with #116450

Text Example


Text Example

White with #116450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116450; }

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

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

background-color css

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

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

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

border-color css

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

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

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