Html Css Color HEX #117054 Watercourse

📋 copy color: '#117054'

red 17 ◦ green 112 ◦ blue 84

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

Shades of Watercourse #117054

Tints of Watercourse #117054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.44%

R = 7.98%
G = 52.58%
B = 39.44%

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

#117054 (or 0x117054) is known color: Watercourse. HEX triplet: 11, 70 and 54. RGB value is (17,112,84). Sum of RGB (Red+Green+Blue) = 17+112+84=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #117054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117054 is #EE8FAB. Grayscale: #505050. Windows color (decimal): -15634348 or 5533713. OLE color: 5533713.

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

Color convert

RGB 17 112 84 -
CMYK 0.85 0 0.25 0.56
HSL 162.32º 0.74% 0.25% -
HSV(B) 162.32º 0.85% 0.44% -
XYZ 7.63 12.35 10.37 -
YUV 80.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 17 112 84 0.85 0 0.25 0.56 162.32 0.74 0.25
Hex 11 70 54 55 0 19 38 A2 4A 19
Octal 21 160 124 125 0 31 70 242 112 31
Binary 10001 1110000 1010100 1010101 0 11001 111000 10100010 1001010 11001

Color Harmonies of #117054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117054

Black with #117054

Text Example


Text Example

White with #117054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117054; }

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

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

background-color css

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

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

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

border-color css

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

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

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