#257E6F

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

Shades of Elm #257E6F

Tints of Elm #257E6F

Color information

#257E6F (or 0x257E6F) is unknown color: approx Elm. HEX triplet: 25, 7E and 6F. RGB value is (37,126,111). Sum of RGB (Red+Green+Blue) = 37+126+111=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #257E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E6F is #DA8190. Grayscale: #616161. Windows color (decimal): -14320017 or 7306789. OLE color: 7306789.

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

Color convert

RGB37126111-
CMYK0.7100.120.51
HSL169.89º54.6%31.96%-
HSV(B)169.89º70.63%49.41%-
XYZ11.0916.4617.63-
YUV97.68135.5184.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=13.50%
G=45.99%
B=40.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371261110.7100.120.51169.8954.631.96
Hex257E6F470C33aa3720
Octal45176157107014632526740
Binary1001011111110110111110001110110011001110101010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,126,111); }

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

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

 a { background-color: rgb(37,126,111); }

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

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

 span { border-color: rgb(37,126,111); }

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