#257F7A

Color #257F7A Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #257F7A

Tints of Elm #257F7A

Color information

#257F7A (or 0x257F7A) is unknown color: approx Elm. HEX triplet: 25, 7F and 7A. RGB value is (37,127,122). Sum of RGB (Red+Green+Blue) = 37+127+122=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #257F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F7A is #DA8085. Grayscale: #636363. Windows color (decimal): -14319750 or 8027941. OLE color: 8027941.

HSL color Cylindrical-coordinate representation of color #257F7A: hue angle of 176.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F7A is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB37127122-
CMYK0.7100.040.50
HSL176.67º54.88%32.16%-
HSV(B)176.67º70.87%49.8%-
XYZ11.8716.9821.06-
YUV99.52140.6883.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=12.94%
G=44.41%
B=42.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371271220.7100.040.50176.6754.8832.16
Hex257F7A470432b13720
Octal4517717210704622616740
Binary100101111111111110101000111010011001010110001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257F7A; }

 p { color: rgb(37,127,122); }

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

<style>
 a { background-color: #257F7A; }

 a { background-color: rgb(37,127,122); }

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

<style>
 span { border-color: #257F7A; }

 span { border-color: rgb(37,127,122); }

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