Html Css Color HEX #116952 Watercourse

📋 copy color: '#116952'

red 17 ◦ green 105 ◦ blue 82

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

Shades of Watercourse #116952

Tints of Watercourse #116952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.2%

R = 8.33%
G = 51.47%
B = 40.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#116952 (or 0x116952) is known color: Watercourse. HEX triplet: 11, 69 and 52. RGB value is (17,105,82). Sum of RGB (Red+Green+Blue) = 17+105+82=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #116952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116952 is #EE96AD. Grayscale: #4C4C4C. Windows color (decimal): -15636142 or 5400849. OLE color: 5400849.

HSL color Cylindrical-coordinate representation of color #116952: hue angle of 164.32º 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 #116952 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 105 82 -
CMYK 0.84 0 0.22 0.59
HSL 164.32º 0.72% 0.24% -
HSV(B) 164.32º 0.84% 0.41% -
XYZ 6.81 10.83 9.71 -
YUV 76.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 17 105 82 0.84 0 0.22 0.59 164.32 0.72 0.24
Hex 11 69 52 54 0 16 3B A4 48 18
Octal 21 151 122 124 0 26 73 244 110 30
Binary 10001 1101001 1010010 1010100 0 10110 111011 10100100 1001000 11000

Color Harmonies of #116952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116952

Black with #116952

Text Example


Text Example

White with #116952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116952; }

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

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

background-color css

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

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

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

border-color css

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

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

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