#245A56

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

Shades of Eden #245A56

Tints of Eden #245A56

Color information

#245A56 (or 0x245A56) is unknown color: approx Eden. HEX triplet: 24, 5A and 56. RGB value is (36,90,86). Sum of RGB (Red+Green+Blue) = 36+90+86=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #245A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A56 is #DBA5A9. Grayscale: #494949. Windows color (decimal): -14394794 or 5659172. OLE color: 5659172.

HSL color Cylindrical-coordinate representation of color #245A56: hue angle of 175.56º 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 #245A56 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB369086-
CMYK0.6000.040.65
HSL175.56º42.86%24.71%-
HSV(B)175.56º60%35.29%-
XYZ6.068.3610.1-
YUV73.4135.11101.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=16.98%
G=42.45%
B=40.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690860.6000.040.65175.5642.8624.71
Hex245A563C0441b02b19
Octal4413212674041012605331
Binary10010010110101010110111100010010000011011000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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