#115C4B

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

Shades of Evening Sea #115C4B

Tints of Evening Sea #115C4B

Color information

#115C4B (or 0x115C4B) is unknown color: approx Evening Sea. HEX triplet: 11, 5C and 4B. RGB value is (17,92,75). Sum of RGB (Red+Green+Blue) = 17+92+75=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 92 (36.33% from 255 or 50% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 92 - color contains mainly: green. Hex color #115C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115C4B is #EEA3B4. Grayscale: #434343. Windows color (decimal): -15639477 or 4938769. OLE color: 4938769.

HSL color Cylindrical-coordinate representation of color #115C4B: hue angle of 166.4º 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 #115C4B is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB179275-
CMYK0.8200.180.64
HSL166.4º68.81%21.37%-
HSV(B)166.4º81.52%36.08%-
XYZ5.338.287.97-
YUV67.64132.1591.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 92 (36.33% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=9.24%
G=50%
B=40.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1792750.8200.180.64166.468.8121.37
Hex115C4B5201240a64515
Octal2113411312202210024610525
Binary10001101110010010111010010010010100000010100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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