#115C4D

Color #115C4D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #115C4D

Tints of Evening Sea #115C4D

Color information

#115C4D (or 0x115C4D) is unknown color: approx Evening Sea. HEX triplet: 11, 5C and 4D. RGB value is (17,92,77). Sum of RGB (Red+Green+Blue) = 17+92+77=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #115C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C4D is #EEA3B2. Grayscale: #434343. Windows color (decimal): -15639475 or 5069841. OLE color: 5069841.

HSL color Cylindrical-coordinate representation of color #115C4D: hue angle of 168º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C4D is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB179277-
CMYK0.8200.160.64
HSL168º68.81%21.37%-
HSV(B)168º81.52%36.08%-
XYZ5.48.318.34-
YUV67.86133.1591.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 92 (36.33% from 255) = 49.46%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=9.14%
G=49.46%
B=41.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1792770.8200.160.6416868.8121.37
Hex115C4D5201040a84515
Octal2113411512202010025010525
Binary10001101110010011011010010010000100000010101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115C4D; }

 p { color: rgb(17,92,77); }

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

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

 a { background-color: rgb(17,92,77); }

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

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

 span { border-color: rgb(17,92,77); }

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