#255B5A

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

Shades of Eden #255B5A

Tints of Eden #255B5A

Color information

#255B5A (or 0x255B5A) is unknown color: approx Eden. HEX triplet: 25, 5B and 5A. RGB value is (37,91,90). Sum of RGB (Red+Green+Blue) = 37+91+90=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #255B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B5A is #DAA4A5. Grayscale: #4A4A4A. Windows color (decimal): -14328998 or 5921573. OLE color: 5921573.

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

Color convert

RGB379190-
CMYK0.5900.010.64
HSL178.89º42.19%25.1%-
HSV(B)178.89º59.34%35.69%-
XYZ6.358.6111-
YUV74.74136.61101.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=16.97%
G=41.74%
B=41.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3791900.5900.010.64178.8942.1925.1
Hex255B5A3B0140b32a19
Octal4513313273011002635231
Binary100101101101110110101110110110000001011001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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