Html Css Color HEX #25B686 Mountain Meadow

📋 copy color: '#25B686'

red 37 ◦ green 182 ◦ blue 134

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

Shades of Mountain Meadow #25B686

Tints of Mountain Meadow #25B686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.56%

 BLUE value IS 134 (52.73% from 255) = 37.96%

R = 10.48%
G = 51.56%
B = 37.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#25B686 (or 0x25B686) is known color: Mountain Meadow. HEX triplet: 25, B6 and 86. RGB value is (37,182,134). Sum of RGB (Red+Green+Blue) = 37+182+134=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #25B686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B686 is #DA4979. Grayscale: #858585. Windows color (decimal): -14305658 or 8828453. OLE color: 8828453.

HSL color Cylindrical-coordinate representation of color #25B686: hue angle of 160.14º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B686 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 182 134 -
CMYK 0.80 0 0.26 0.29
HSL 160.14º 0.66% 0.43% -
HSV(B) 160.14º 0.8% 0.71% -
XYZ 21.79 35.57 28.27 -
YUV 133.17 128.46 59.4 -
System Red Green Blue C M Y K H S L
Decimal 37 182 134 0.80 0 0.26 0.29 160.14 0.66 0.43
Hex 25 B6 86 50 0 1A 1D A0 42 2B
Octal 45 266 206 120 0 32 35 240 102 53
Binary 100101 10110110 10000110 1010000 0 11010 11101 10100000 1000010 101011

Color Harmonies of #25B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B686

Black with #25B686

Text Example


Text Example

White with #25B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25B686; }

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

 H1.HeaderClassName
 {
   color: #25B686;
 }
 .AnyTagClassName
 {
   color: #25B686;
 }
</style>

background-color css

<style>
 a { background-color: #25B686; }

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

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

border-color css

<style>
 span { border-color: #25B686; }

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

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