#145D51

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

Shades of Eden #145D51

Tints of Eden #145D51

Color information

#145D51 (or 0x145D51) is unknown color: approx Eden. HEX triplet: 14, 5D and 51. RGB value is (20,93,81). Sum of RGB (Red+Green+Blue) = 20+93+81=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #145D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D51 is #EBA2AE. Grayscale: #454545. Windows color (decimal): -15442607 or 5332244. OLE color: 5332244.

HSL color Cylindrical-coordinate representation of color #145D51: hue angle of 170.14º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145D51 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB209381-
CMYK0.7800.130.64
HSL170.14º64.6%22.16%-
HSV(B)170.14º78.49%36.47%-
XYZ5.698.579.14-
YUV69.8134.3292.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=10.31%
G=47.94%
B=41.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2093810.7800.130.64170.1464.622.16
Hex145D514E0D40aa4116
Octal2413512111601510025210126
Binary1010010111011010001100111001101100000010101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145D51; }

 p { color: rgb(20,93,81); }

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

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

 a { background-color: rgb(20,93,81); }

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

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

 span { border-color: rgb(20,93,81); }

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