#117054

Color #117054 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #117054

Tints of Watercourse #117054

Color information

#117054 (or 0x117054) is unknown color: approx 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

RGB1711284-
CMYK0.8500.250.56
HSL162.32º73.64%25.29%-
HSV(B)162.32º84.82%43.92%-
XYZ7.6312.3510.37-
YUV80.4130.0382.78-

RGB Variations

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

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.20% from 255) = 39.44%
R=7.98%
G=52.58%
B=39.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112840.8500.250.56162.3273.6425.29
Hex1170545501938a24a19
Octal211601241250317024211231
Binary1000111100001010100101010101100111100010100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>