Html Css Color HEX #25867E Elm

📋 copy color: '#25867E'

red 37 ◦ green 134 ◦ blue 126

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

Shades of Elm #25867E

Tints of Elm #25867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.12%

 BLUE value IS 126 (49.61% from 255) = 42.42%

R = 12.46%
G = 45.12%
B = 42.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#25867E (or 0x25867E) is known color: Elm. HEX triplet: 25, 86 and 7E. RGB value is (37,134,126). Sum of RGB (Red+Green+Blue) = 37+134+126=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #25867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25867E is #DA7981. Grayscale: #686868. Windows color (decimal): -14317954 or 8291877. OLE color: 8291877.

HSL color Cylindrical-coordinate representation of color #25867E: hue angle of 175.05º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25867E is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 134 126 -
CMYK 0.72 0 0.06 0.47
HSL 175.05º 0.57% 0.34% -
HSV(B) 175.05º 0.72% 0.53% -
XYZ 13.05 18.95 22.71 -
YUV 104.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 37 134 126 0.72 0 0.06 0.47 175.05 0.57 0.34
Hex 25 86 7E 48 0 6 2F AF 39 22
Octal 45 206 176 110 0 6 57 257 71 42
Binary 100101 10000110 1111110 1001000 0 110 101111 10101111 111001 100010

Color Harmonies of #25867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25867E

Black with #25867E

Text Example


Text Example

White with #25867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25867E; }

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

 H1.HeaderClassName
 {
   color: #25867E;
 }
 .AnyTagClassName
 {
   color: #25867E;
 }
</style>

background-color css

<style>
 a { background-color: #25867E; }

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

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

border-color css

<style>
 span { border-color: #25867E; }

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

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