#115D4F

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

Shades of Eden #115D4F

Tints of Eden #115D4F

Color information

#115D4F (or 0x115D4F) is unknown color: approx Eden. HEX triplet: 11, 5D and 4F. RGB value is (17,93,79). Sum of RGB (Red+Green+Blue) = 17+93+79=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #115D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D4F is #EEA2B0. Grayscale: #444444. Windows color (decimal): -15639217 or 5201169. OLE color: 5201169.

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

Color convert

RGB179379-
CMYK0.8200.150.64
HSL168.95º69.09%21.57%-
HSV(B)168.95º81.72%36.47%-
XYZ5.568.518.75-
YUV68.68133.8291.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 93 (36.72% from 255) = 49.21%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=8.99%
G=49.21%
B=41.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1793790.8200.150.64168.9569.0921.57
Hex115D4F520F40a94516
Octal2113511712201710025110526
Binary1000110111011001111101001001111100000010101001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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