#255B55

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

Shades of Eden #255B55

Tints of Eden #255B55

Color information

#255B55 (or 0x255B55) is unknown color: approx Eden. HEX triplet: 25, 5B and 55. RGB value is (37,91,85). Sum of RGB (Red+Green+Blue) = 37+91+85=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #255B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B55 is #DAA4AA. Grayscale: #4A4A4A. Windows color (decimal): -14329003 or 5593893. OLE color: 5593893.

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

Color convert

RGB379185-
CMYK0.5900.070.64
HSL173.33º42.19%25.1%-
HSV(B)173.33º59.34%35.69%-
XYZ6.148.539.92-
YUV74.17134.11101.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=17.37%
G=42.72%
B=39.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3791850.5900.070.64173.3342.1925.1
Hex255B553B0740ad2a19
Octal4513312573071002555231
Binary10010110110111010101111011011110000001010110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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