Html Css Color HEX #25BA8E Mountain Meadow

📋 copy color: '#25BA8E'

red 37 ◦ green 186 ◦ blue 142

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

Shades of Mountain Meadow #25BA8E

Tints of Mountain Meadow #25BA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.96%

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 10.14%
G = 50.96%
B = 38.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#25BA8E (or 0x25BA8E) is known color: Mountain Meadow. HEX triplet: 25, BA and 8E. RGB value is (37,186,142). Sum of RGB (Red+Green+Blue) = 37+186+142=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BA8E is #DA4571. Grayscale: #888888. Windows color (decimal): -14304626 or 9353765. OLE color: 9353765.

HSL color Cylindrical-coordinate representation of color #25BA8E: hue angle of 162.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA8E is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 186 142 -
CMYK 0.80 0 0.24 0.27
HSL 162.28º 0.67% 0.44% -
HSV(B) 162.28º 0.8% 0.73% -
XYZ 23.2 37.46 31.6 -
YUV 136.43 131.14 57.08 -
System Red Green Blue C M Y K H S L
Decimal 37 186 142 0.80 0 0.24 0.27 162.28 0.67 0.44
Hex 25 BA 8E 50 0 18 1B A2 43 2C
Octal 45 272 216 120 0 30 33 242 103 54
Binary 100101 10111010 10001110 1010000 0 11000 11011 10100010 1000011 101100

Color Harmonies of #25BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA8E

Black with #25BA8E

Text Example


Text Example

White with #25BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,186,142); }

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

background-color css

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

 a { background-color: rgb(37,186,142); }

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

border-color css

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

 span { border-color: rgb(37,186,142); }

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