#255C55

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

Shades of Eden #255C55

Tints of Eden #255C55

Color information

#255C55 (or 0x255C55) is unknown color: approx Eden. HEX triplet: 25, 5C and 55. RGB value is (37,92,85). Sum of RGB (Red+Green+Blue) = 37+92+85=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #255C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C55 is #DAA3AA. Grayscale: #4A4A4A. Windows color (decimal): -14328747 or 5594149. OLE color: 5594149.

HSL color Cylindrical-coordinate representation of color #255C55: hue angle of 172.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255C55 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB379285-
CMYK0.6000.080.64
HSL172.36º42.64%25.29%-
HSV(B)172.36º59.78%36.08%-
XYZ6.238.79.95-
YUV74.76133.78101.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=17.29%
G=42.99%
B=39.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792850.6000.080.64172.3642.6425.29
Hex255C553C0840ac2b19
Octal45134125740101002545331
Binary100101101110010101011111000100010000001010110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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