#185D4F

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

Shades of Eden #185D4F

Tints of Eden #185D4F

Color information

#185D4F (or 0x185D4F) is unknown color: approx Eden. HEX triplet: 18, 5D and 4F. RGB value is (24,93,79). Sum of RGB (Red+Green+Blue) = 24+93+79=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #185D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D4F is #E7A2B0. Grayscale: #464646. Windows color (decimal): -15180465 or 5201176. OLE color: 5201176.

HSL color Cylindrical-coordinate representation of color #185D4F: hue angle of 167.83º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185D4F is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB249379-
CMYK0.7400.150.64
HSL167.83º58.97%22.94%-
HSV(B)167.83º74.19%36.47%-
XYZ5.78.598.75-
YUV70.77132.6494.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=12.24%
G=47.45%
B=40.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2493790.7400.150.64167.8358.9722.94
Hex185D4F4A0F40a83b17
Octal301351171120171002507327
Binary110001011101100111110010100111110000001010100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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