Html Css Color HEX #117057 Watercourse

📋 copy color: '#117057'

red 17 ◦ green 112 ◦ blue 87

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

Shades of Watercourse #117057

Tints of Watercourse #117057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.28%

R = 7.87%
G = 51.85%
B = 40.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#117057 (or 0x117057) is known color: Watercourse. HEX triplet: 11, 70 and 57. RGB value is (17,112,87). Sum of RGB (Red+Green+Blue) = 17+112+87=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #117057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117057 is #EE8FA8. Grayscale: #505050. Windows color (decimal): -15634345 or 5730321. OLE color: 5730321.

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

Color convert

RGB 17 112 87 -
CMYK 0.85 0 0.22 0.56
HSL 164.21º 0.74% 0.25% -
HSV(B) 164.21º 0.85% 0.44% -
XYZ 7.75 12.4 11 -
YUV 80.75 131.53 82.53 -
System Red Green Blue C M Y K H S L
Decimal 17 112 87 0.85 0 0.22 0.56 164.21 0.74 0.25
Hex 11 70 57 55 0 16 38 A4 4A 19
Octal 21 160 127 125 0 26 70 244 112 31
Binary 10001 1110000 1010111 1010101 0 10110 111000 10100100 1001010 11001

Color Harmonies of #117057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117057

Black with #117057

Text Example


Text Example

White with #117057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117057; }

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

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

background-color css

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

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

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

border-color css

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

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

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