Html Css Color HEX #25BB8E Mountain Meadow

📋 copy color: '#25BB8E'

red 37 ◦ green 187 ◦ blue 142

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

Shades of Mountain Meadow #25BB8E

Tints of Mountain Meadow #25BB8E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.09%

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

R = 10.11%
G = 51.09%
B = 38.8%

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

#25BB8E (or 0x25BB8E) is known color: Mountain Meadow. HEX triplet: 25, BB and 8E. RGB value is (37,187,142). Sum of RGB (Red+Green+Blue) = 37+187+142=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BB8E is #DA4471. Grayscale: #898989. Windows color (decimal): -14304370 or 9354021. OLE color: 9354021.

HSL color Cylindrical-coordinate representation of color #25BB8E: hue angle of 162º 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 #25BB8E is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 187 142 -
CMYK 0.80 0 0.24 0.27
HSL 162º 0.67% 0.44% -
HSV(B) 162º 0.8% 0.73% -
XYZ 23.42 37.89 31.67 -
YUV 137.02 130.81 56.66 -
System Red Green Blue C M Y K H S L
Decimal 37 187 142 0.80 0 0.24 0.27 162 0.67 0.44
Hex 25 BB 8E 50 0 18 1B A2 43 2C
Octal 45 273 216 120 0 30 33 242 103 54
Binary 100101 10111011 10001110 1010000 0 11000 11011 10100010 1000011 101100

Color Harmonies of #25BB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BB8E

Black with #25BB8E

Text Example


Text Example

White with #25BB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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