Html Css Color HEX #257C70 Elm

📋 copy color: '#257C70'

red 37 ◦ green 124 ◦ blue 112

#257C70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #257C70

Tints of Elm #257C70

RGB

 RED value IS 37 (14.84% from 255) = 13.55%

 GREEN value IS 124 (48.83% from 255) = 45.42%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 13.55%
G = 45.42%
B = 41.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#257C70 (or 0x257C70) is known color: Elm. HEX triplet: 25, 7C and 70. RGB value is (37,124,112). Sum of RGB (Red+Green+Blue) = 37+124+112=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #257C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C70 is #DA838F. Grayscale: #606060. Windows color (decimal): -14320528 or 7371813. OLE color: 7371813.

HSL color Cylindrical-coordinate representation of color #257C70: hue angle of 171.72º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C70 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 124 112 -
CMYK 0.70 0 0.10 0.51
HSL 171.72º 0.54% 0.32% -
HSV(B) 171.72º 0.7% 0.49% -
XYZ 10.9 15.98 17.84 -
YUV 96.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 37 124 112 0.70 0 0.10 0.51 171.72 0.54 0.32
Hex 25 7C 70 46 0 A 33 AC 36 20
Octal 45 174 160 106 0 12 63 254 66 40
Binary 100101 1111100 1110000 1000110 0 1010 110011 10101100 110110 100000

Color Harmonies of #257C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C70

Black with #257C70

Text Example


Text Example

White with #257C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,112); }

 H1.HeaderClassName
 {
   color: #257C70;
 }
 .AnyTagClassName
 {
   color: #257C70;
 }
</style>

background-color css

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

 a { background-color: rgb(37,124,112); }

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

border-color css

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

 span { border-color: rgb(37,124,112); }

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