Html Css Color HEX #257F7C Elm

📋 copy color: '#257F7C'

red 37 ◦ green 127 ◦ blue 124

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

Shades of Elm #257F7C

Tints of Elm #257F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 44.1%

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 12.85%
G = 44.1%
B = 43.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#257F7C (or 0x257F7C) is known color: Elm. HEX triplet: 25, 7F and 7C. RGB value is (37,127,124). Sum of RGB (Red+Green+Blue) = 37+127+124=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #257F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F7C is #DA8083. Grayscale: #636363. Windows color (decimal): -14319748 or 8159013. OLE color: 8159013.

HSL color Cylindrical-coordinate representation of color #257F7C: hue angle of 178º 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 #257F7C is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 127 124 -
CMYK 0.71 0 0.02 0.50
HSL 178º 0.55% 0.32% -
HSV(B) 178º 0.71% 0.5% -
XYZ 11.99 17.03 21.72 -
YUV 99.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 37 127 124 0.71 0 0.02 0.50 178 0.55 0.32
Hex 25 7F 7C 47 0 2 32 B2 37 20
Octal 45 177 174 107 0 2 62 262 67 40
Binary 100101 1111111 1111100 1000111 0 10 110010 10110010 110111 100000

Color Harmonies of #257F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F7C

Black with #257F7C

Text Example


Text Example

White with #257F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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