#255F5B

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

Shades of Eden #255F5B

Tints of Eden #255F5B

Color information

#255F5B (or 0x255F5B) is unknown color: approx Eden. HEX triplet: 25, 5F and 5B. RGB value is (37,95,91). Sum of RGB (Red+Green+Blue) = 37+95+91=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #255F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F5B is #DAA0A4. Grayscale: #4D4D4D. Windows color (decimal): -14327973 or 5988133. OLE color: 5988133.

HSL color Cylindrical-coordinate representation of color #255F5B: hue angle of 175.86º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255F5B is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB379591-
CMYK0.6100.040.63
HSL175.86º43.94%25.88%-
HSV(B)175.86º61.05%37.25%-
XYZ6.749.3311.34-
YUV77.2135.7899.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=16.59%
G=42.60%
B=40.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3795910.6100.040.63175.8643.9425.88
Hex255F5B3D043Fb02c1a
Octal451371337504772605432
Binary1001011011111101101111110101001111111011000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,95,91); }

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

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

 a { background-color: rgb(37,95,91); }

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

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

 span { border-color: rgb(37,95,91); }

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