#185F52

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

Shades of Eden #185F52

Tints of Eden #185F52

Color information

#185F52 (or 0x185F52) is unknown color: approx Eden. HEX triplet: 18, 5F and 52. RGB value is (24,95,82). Sum of RGB (Red+Green+Blue) = 24+95+82=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #185F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F52 is #E7A0AD. Grayscale: #484848. Windows color (decimal): -15179950 or 5398296. OLE color: 5398296.

HSL color Cylindrical-coordinate representation of color #185F52: hue angle of 169.01º 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 #185F52 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB249582-
CMYK0.7500.140.63
HSL169.01º59.66%23.33%-
HSV(B)169.01º74.74%37.25%-
XYZ5.998.999.4-
YUV72.29133.4893.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=11.94%
G=47.26%
B=40.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2495820.7500.140.63169.0159.6623.33
Hex185F524B0E3Fa93c17
Octal30137122113016772517427
Binary11000101111110100101001011011101111111010100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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