Html Css Color HEX #25857D Elm

📋 copy color: '#25857D'

red 37 ◦ green 133 ◦ blue 125

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

Shades of Elm #25857D

Tints of Elm #25857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 12.54%
G = 45.08%
B = 42.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#25857D (or 0x25857D) is known color: Elm. HEX triplet: 25, 85 and 7D. RGB value is (37,133,125). Sum of RGB (Red+Green+Blue) = 37+133+125=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #25857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25857D is #DA7A82. Grayscale: #676767. Windows color (decimal): -14318211 or 8226085. OLE color: 8226085.

HSL color Cylindrical-coordinate representation of color #25857D: hue angle of 175º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25857D is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 133 125 -
CMYK 0.72 0 0.06 0.48
HSL 175º 0.56% 0.33% -
HSV(B) 175º 0.72% 0.52% -
XYZ 12.85 18.65 22.32 -
YUV 103.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 37 133 125 0.72 0 0.06 0.48 175 0.56 0.33
Hex 25 85 7D 48 0 6 30 AF 38 21
Octal 45 205 175 110 0 6 60 257 70 41
Binary 100101 10000101 1111101 1001000 0 110 110000 10101111 111000 100001

Color Harmonies of #25857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25857D

Black with #25857D

Text Example


Text Example

White with #25857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25857D; }

 p { color: rgb(37,133,125); }

 H1.HeaderClassName
 {
   color: #25857D;
 }
 .AnyTagClassName
 {
   color: #25857D;
 }
</style>

background-color css

<style>
 a { background-color: #25857D; }

 a { background-color: rgb(37,133,125); }

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

border-color css

<style>
 span { border-color: #25857D; }

 span { border-color: rgb(37,133,125); }

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