#255D5A

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

Shades of Eden #255D5A

Tints of Eden #255D5A

Color information

#255D5A (or 0x255D5A) is unknown color: approx Eden. HEX triplet: 25, 5D and 5A. RGB value is (37,93,90). Sum of RGB (Red+Green+Blue) = 37+93+90=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #255D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D5A is #DAA2A5. Grayscale: #4B4B4B. Windows color (decimal): -14328486 or 5922085. OLE color: 5922085.

HSL color Cylindrical-coordinate representation of color #255D5A: hue angle of 176.79º 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 #255D5A is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB379390-
CMYK0.6000.030.64
HSL176.79º43.08%25.49%-
HSV(B)176.79º60.22%36.47%-
XYZ6.528.9611.06-
YUV75.91135.95100.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=16.82%
G=42.27%
B=40.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3793900.6000.030.64176.7943.0825.49
Hex255D5A3C0340b12b19
Octal4513513274031002615331
Binary1001011011101101101011110001110000001011000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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