Html Css Color HEX #117053 Watercourse

📋 copy color: '#117053'

red 17 ◦ green 112 ◦ blue 83

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

Shades of Watercourse #117053

Tints of Watercourse #117053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 8.02%
G = 52.83%
B = 39.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#117053 (or 0x117053) is known color: Watercourse. HEX triplet: 11, 70 and 53. RGB value is (17,112,83). Sum of RGB (Red+Green+Blue) = 17+112+83=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #117053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117053 is #EE8FAC. Grayscale: #505050. Windows color (decimal): -15634349 or 5468177. OLE color: 5468177.

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

Color convert

RGB 17 112 83 -
CMYK 0.85 0 0.26 0.56
HSL 161.68º 0.74% 0.25% -
HSV(B) 161.68º 0.85% 0.44% -
XYZ 7.59 12.33 10.16 -
YUV 80.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 17 112 83 0.85 0 0.26 0.56 161.68 0.74 0.25
Hex 11 70 53 55 0 1A 38 A2 4A 19
Octal 21 160 123 125 0 32 70 242 112 31
Binary 10001 1110000 1010011 1010101 0 11010 111000 10100010 1001010 11001

Color Harmonies of #117053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117053

Black with #117053

Text Example


Text Example

White with #117053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117053; }

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

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

background-color css

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

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

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

border-color css

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

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

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