#255C58

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

Shades of Eden #255C58

Tints of Eden #255C58

Color information

#255C58 (or 0x255C58) is unknown color: approx Eden. HEX triplet: 25, 5C and 58. RGB value is (37,92,88). Sum of RGB (Red+Green+Blue) = 37+92+88=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #255C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C58 is #DAA3A7. Grayscale: #4B4B4B. Windows color (decimal): -14328744 or 5790757. OLE color: 5790757.

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

Color convert

RGB379288-
CMYK0.6000.040.64
HSL175.64º42.64%25.29%-
HSV(B)175.64º59.78%36.08%-
XYZ6.358.7510.59-
YUV75.1135.28100.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=17.05%
G=42.40%
B=40.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792880.6000.040.64175.6442.6425.29
Hex255C583C0440b02b19
Octal4513413074041002605331
Binary10010110111001011000111100010010000001011000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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