#25BA8E

Color #25BA8E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #25BA8E

Tints of Mountain Meadow #25BA8E

Color information

#25BA8E (or 0x25BA8E) is unknown color: approx 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

RGB37186142-
CMYK0.8000.240.27
HSL162.28º66.82%43.73%-
HSV(B)162.28º80.11%72.94%-
XYZ23.237.4631.6-
YUV136.43131.1457.08-

RGB Variations

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

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.90%
R=10.14%
G=50.96%
B=38.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371861420.8000.240.27162.2866.8243.73
Hex25BA8E500181Ba2432c
Octal452722161200303324210354
Binary1001011011101010001110101000001100011011101000101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>