Html Css Color HEX #117055 Watercourse

📋 copy color: '#117055'

red 17 ◦ green 112 ◦ blue 85

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

Shades of Watercourse #117055

Tints of Watercourse #117055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

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

R = 7.94%
G = 52.34%
B = 39.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#117055 (or 0x117055) is known color: Watercourse. HEX triplet: 11, 70 and 55. RGB value is (17,112,85). Sum of RGB (Red+Green+Blue) = 17+112+85=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #117055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117055 is #EE8FAA. Grayscale: #505050. Windows color (decimal): -15634347 or 5599249. OLE color: 5599249.

HSL color Cylindrical-coordinate representation of color #117055: hue angle of 162.95º 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 #117055 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 85 -
CMYK 0.85 0 0.24 0.56
HSL 162.95º 0.74% 0.25% -
HSV(B) 162.95º 0.85% 0.44% -
XYZ 7.67 12.36 10.58 -
YUV 80.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 17 112 85 0.85 0 0.24 0.56 162.95 0.74 0.25
Hex 11 70 55 55 0 18 38 A3 4A 19
Octal 21 160 125 125 0 30 70 243 112 31
Binary 10001 1110000 1010101 1010101 0 11000 111000 10100011 1001010 11001

Color Harmonies of #117055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117055

Black with #117055

Text Example


Text Example

White with #117055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117055; }

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

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

background-color css

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

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

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

border-color css

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

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

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