#117153

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

Shades of Watercourse #117153

Tints of Watercourse #117153

Color information

#117153 (or 0x117153) is unknown color: approx Watercourse. HEX triplet: 11, 71 and 53. RGB value is (17,113,83). Sum of RGB (Red+Green+Blue) = 17+113+83=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #117153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117153 is #EE8EAC. Grayscale: #505050. Windows color (decimal): -15634093 or 5468433. OLE color: 5468433.

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

Color convert

RGB1711383-
CMYK0.8500.270.56
HSL161.25º73.85%25.49%-
HSV(B)161.25º84.96%44.31%-
XYZ7.712.5510.2-
YUV80.88129.282.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=7.98%
G=53.05%
B=38.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113830.8500.270.56161.2573.8525.49
Hex1171535501B38a14a19
Octal211611231250337024111231
Binary1000111100011010011101010101101111100010100001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117153; }

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

 H1.HeaderClassName
 {
   color: #117153;
 }
 .AnyTagClassName
 {
   color: #117153;
 }
</style>
background-color css

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

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

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

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

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

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