#115D4E

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

Shades of Evening Sea #115D4E

Tints of Evening Sea #115D4E

Color information

#115D4E (or 0x115D4E) is unknown color: approx Evening Sea. HEX triplet: 11, 5D and 4E. RGB value is (17,93,78). Sum of RGB (Red+Green+Blue) = 17+93+78=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #115D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D4E is #EEA2B1. Grayscale: #444444. Windows color (decimal): -15639218 or 5135633. OLE color: 5135633.

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

Color convert

RGB179378-
CMYK0.8200.160.64
HSL168.16º69.09%21.57%-
HSV(B)168.16º81.72%36.47%-
XYZ5.528.58.56-
YUV68.57133.3291.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 93 (36.72% from 255) = 49.47%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=9.04%
G=49.47%
B=41.49%

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
Decimal1793780.8200.160.64168.1669.0921.57
Hex115D4E5201040a84516
Octal2113511612202010025010526
Binary10001101110110011101010010010000100000010101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,93,78); }

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

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

 a { background-color: rgb(17,93,78); }

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

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

 span { border-color: rgb(17,93,78); }

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