Html Css Color HEX #117255 Watercourse

📋 copy color: '#117255'

red 17 ◦ green 114 ◦ blue 85

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

Shades of Watercourse #117255

Tints of Watercourse #117255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.78%

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

R = 7.87%
G = 52.78%
B = 39.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#117255 (or 0x117255) is known color: Watercourse. HEX triplet: 11, 72 and 55. RGB value is (17,114,85). Sum of RGB (Red+Green+Blue) = 17+114+85=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #117255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117255 is #EE8DAA. Grayscale: #515151. Windows color (decimal): -15633835 or 5599761. OLE color: 5599761.

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

Color convert

RGB 17 114 85 -
CMYK 0.85 0 0.25 0.55
HSL 162.06º 0.74% 0.26% -
HSV(B) 162.06º 0.85% 0.45% -
XYZ 7.89 12.81 10.65 -
YUV 81.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 17 114 85 0.85 0 0.25 0.55 162.06 0.74 0.26
Hex 11 72 55 55 0 19 37 A2 4A 1A
Octal 21 162 125 125 0 31 67 242 112 32
Binary 10001 1110010 1010101 1010101 0 11001 110111 10100010 1001010 11010

Color Harmonies of #117255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117255

Black with #117255

Text Example


Text Example

White with #117255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117255; }

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

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

background-color css

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

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

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

border-color css

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

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

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