Html Css Color HEX #116953 Watercourse

📋 copy color: '#116953'

red 17 ◦ green 105 ◦ blue 83

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

Shades of Watercourse #116953

Tints of Watercourse #116953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.22%

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

R = 8.29%
G = 51.22%
B = 40.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#116953 (or 0x116953) is known color: Watercourse. HEX triplet: 11, 69 and 53. RGB value is (17,105,83). Sum of RGB (Red+Green+Blue) = 17+105+83=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #116953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116953 is #EE96AC. Grayscale: #4C4C4C. Windows color (decimal): -15636141 or 5466385. OLE color: 5466385.

HSL color Cylindrical-coordinate representation of color #116953: hue angle of 165º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116953 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 105 83 -
CMYK 0.84 0 0.21 0.59
HSL 165º 0.72% 0.24% -
HSV(B) 165º 0.84% 0.41% -
XYZ 6.84 10.85 9.92 -
YUV 76.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 17 105 83 0.84 0 0.21 0.59 165 0.72 0.24
Hex 11 69 53 54 0 15 3B A5 48 18
Octal 21 151 123 124 0 25 73 245 110 30
Binary 10001 1101001 1010011 1010100 0 10101 111011 10100101 1001000 11000

Color Harmonies of #116953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116953

Black with #116953

Text Example


Text Example

White with #116953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116953; }

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

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

background-color css

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

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

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

border-color css

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

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

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