#255D4F

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

Shades of Evening Sea #255D4F

Tints of Evening Sea #255D4F

Color information

#255D4F (or 0x255D4F) is unknown color: approx Evening Sea. HEX triplet: 25, 5D and 4F. RGB value is (37,93,79). Sum of RGB (Red+Green+Blue) = 37+93+79=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #255D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D4F is #DAA2B0. Grayscale: #4A4A4A. Windows color (decimal): -14328497 or 5201189. OLE color: 5201189.

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

Color convert

RGB379379-
CMYK0.6000.150.64
HSL165º43.08%25.49%-
HSV(B)165º60.22%36.47%-
XYZ6.098.798.77-
YUV74.66130.45101.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 93 (36.72% from 255) = 44.50%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=17.70%
G=44.50%
B=37.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3793790.6000.150.6416543.0825.49
Hex255D4F3C0F40a52b19
Octal45135117740171002455331
Binary100101101110110011111111000111110000001010010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,79); }

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

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

 a { background-color: rgb(37,93,79); }

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

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

 span { border-color: rgb(37,93,79); }

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