#255A55

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

Shades of Eden #255A55

Tints of Eden #255A55

Color information

#255A55 (or 0x255A55) is unknown color: approx Eden. HEX triplet: 25, 5A and 55. RGB value is (37,90,85). Sum of RGB (Red+Green+Blue) = 37+90+85=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #255A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A55 is #DAA5AA. Grayscale: #494949. Windows color (decimal): -14329259 or 5593637. OLE color: 5593637.

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

Color convert

RGB379085-
CMYK0.5900.060.65
HSL174.34º41.73%24.9%-
HSV(B)174.34º58.89%35.29%-
XYZ6.068.369.89-
YUV73.58134.44101.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=17.45%
G=42.45%
B=40.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3790850.5900.060.65174.3441.7324.9
Hex255A553B0641ae2a19
Octal4513212573061012565231
Binary10010110110101010101111011011010000011010111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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