Html Css Color HEX #25907F Elm

📋 copy color: '#25907F'

red 37 ◦ green 144 ◦ blue 127

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

Shades of Elm #25907F

Tints of Elm #25907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.75%

 BLUE value IS 127 (50% from 255) = 41.23%

R = 12.01%
G = 46.75%
B = 41.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#25907F (or 0x25907F) is known color: Elm. HEX triplet: 25, 90 and 7F. RGB value is (37,144,127). Sum of RGB (Red+Green+Blue) = 37+144+127=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #25907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25907F is #DA6F80. Grayscale: #6E6E6E. Windows color (decimal): -14315393 or 8359973. OLE color: 8359973.

HSL color Cylindrical-coordinate representation of color #25907F: hue angle of 170.47º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25907F is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 144 127 -
CMYK 0.74 0 0.12 0.44
HSL 170.47º 0.59% 0.35% -
HSV(B) 170.47º 0.74% 0.56% -
XYZ 14.57 21.87 23.53 -
YUV 110.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 37 144 127 0.74 0 0.12 0.44 170.47 0.59 0.35
Hex 25 90 7F 4A 0 C 2C AA 3B 23
Octal 45 220 177 112 0 14 54 252 73 43
Binary 100101 10010000 1111111 1001010 0 1100 101100 10101010 111011 100011

Color Harmonies of #25907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25907F

Black with #25907F

Text Example


Text Example

White with #25907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25907F; }

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

 H1.HeaderClassName
 {
   color: #25907F;
 }
 .AnyTagClassName
 {
   color: #25907F;
 }
</style>

background-color css

<style>
 a { background-color: #25907F; }

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

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

border-color css

<style>
 span { border-color: #25907F; }

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

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