Html Css Color HEX #117155 Watercourse

📋 copy color: '#117155'

red 17 ◦ green 113 ◦ blue 85

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

Shades of Watercourse #117155

Tints of Watercourse #117155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.56%

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 7.91%
G = 52.56%
B = 39.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#117155 (or 0x117155) is known color: Watercourse. HEX triplet: 11, 71 and 55. RGB value is (17,113,85). Sum of RGB (Red+Green+Blue) = 17+113+85=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #117155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117155 is #EE8EAA. Grayscale: #515151. Windows color (decimal): -15634091 or 5599505. OLE color: 5599505.

HSL color Cylindrical-coordinate representation of color #117155: hue angle of 162.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117155 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 85 -
CMYK 0.85 0 0.25 0.56
HSL 162.5º 0.74% 0.25% -
HSV(B) 162.5º 0.85% 0.44% -
XYZ 7.78 12.59 10.61 -
YUV 81.1 130.2 82.28 -
System Red Green Blue C M Y K H S L
Decimal 17 113 85 0.85 0 0.25 0.56 162.5 0.74 0.25
Hex 11 71 55 55 0 19 38 A2 4A 19
Octal 21 161 125 125 0 31 70 242 112 31
Binary 10001 1110001 1010101 1010101 0 11001 111000 10100010 1001010 11001

Color Harmonies of #117155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117155

Black with #117155

Text Example


Text Example

White with #117155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117155; }

 p { color: rgb(17,113,85); }

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

background-color css

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

 a { background-color: rgb(17,113,85); }

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

border-color css

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

 span { border-color: rgb(17,113,85); }

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