#245A55

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

Shades of Eden #245A55

Tints of Eden #245A55

Color information

#245A55 (or 0x245A55) is unknown color: approx Eden. HEX triplet: 24, 5A and 55. RGB value is (36,90,85). Sum of RGB (Red+Green+Blue) = 36+90+85=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #245A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A55 is #DBA5AA. Grayscale: #494949. Windows color (decimal): -14394795 or 5593636. OLE color: 5593636.

HSL color Cylindrical-coordinate representation of color #245A55: hue angle of 174.44º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A55 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB369085-
CMYK0.6000.060.65
HSL174.44º42.86%24.71%-
HSV(B)174.44º60%35.29%-
XYZ6.028.349.89-
YUV73.28134.61101.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=17.06%
G=42.65%
B=40.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690850.6000.060.65174.4442.8624.71
Hex245A553C0641ae2b19
Octal4413212574061012565331
Binary10010010110101010101111100011010000011010111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245A55; }

 p { color: rgb(36,90,85); }

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

<style>
 a { background-color: #245A55; }

 a { background-color: rgb(36,90,85); }

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

<style>
 span { border-color: #245A55; }

 span { border-color: rgb(36,90,85); }

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