#255A51

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

Shades of Eden #255A51

Tints of Eden #255A51

Color information

#255A51 (or 0x255A51) is unknown color: approx Eden. HEX triplet: 25, 5A and 51. RGB value is (37,90,81). Sum of RGB (Red+Green+Blue) = 37+90+81=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #255A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A51 is #DAA5AE. Grayscale: #494949. Windows color (decimal): -14329263 or 5331493. OLE color: 5331493.

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

Color convert

RGB379081-
CMYK0.5900.10.65
HSL169.81º41.73%24.9%-
HSV(B)169.81º58.89%35.29%-
XYZ5.98.39.08-
YUV73.13132.44102.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=17.79%
G=43.27%
B=38.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3790810.5900.10.65169.8141.7324.9
Hex255A513B0A41aa2a19
Octal45132121730121012525231
Binary100101101101010100011110110101010000011010101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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