#185F50

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

Shades of Eden #185F50

Tints of Eden #185F50

Color information

#185F50 (or 0x185F50) is unknown color: approx Eden. HEX triplet: 18, 5F and 50. RGB value is (24,95,80). Sum of RGB (Red+Green+Blue) = 24+95+80=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #185F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F50 is #E7A0AF. Grayscale: #484848. Windows color (decimal): -15179952 or 5267224. OLE color: 5267224.

HSL color Cylindrical-coordinate representation of color #185F50: hue angle of 167.32º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F50 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB249580-
CMYK0.7500.160.63
HSL167.32º59.66%23.33%-
HSV(B)167.32º74.74%37.25%-
XYZ5.928.969.01-
YUV72.06132.4893.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 95 (37.5% from 255) = 47.74%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=12.06%
G=47.74%
B=40.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2495800.7500.160.63167.3259.6623.33
Hex185F504B0103Fa73c17
Octal30137120113020772477427
Binary110001011111101000010010110100001111111010011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185F50; }

 p { color: rgb(24,95,80); }

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

<style>
 a { background-color: #185F50; }

 a { background-color: rgb(24,95,80); }

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

<style>
 span { border-color: #185F50; }

 span { border-color: rgb(24,95,80); }

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