COLOR #25BAA5

HEX: #25BAA5
RGB: (37,186,165)

Color info

#25BAA5 contains mainly green and blue colors. Web safe color of #25BAA5 is #33CC99 (or #3C9).

RGB color model

#25BAA5 color RGB value is (37,186,165).

  • red value is 37;
  • green value is 186;
  • blue value is 165.
RGB:
(37,186,165)
(15%,73%,65%)

RGB channels and saturation

R 37 of 255 = 15%
G 186 of 255 = 73%
B 165 of 255 = 65%

37
186
165

R + G + B ~ 51%. #25BAA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 186 + 165 = 388 (100%)
R 37 of 388 ~ 9.54%
G 186 of 388 ~ 47.94%
B 165 of 388 ~ 42.53%

%9.54
%47.94
%42.53

CMYK color model

#25BAA5 color CMYK value is (80,0,11,27).

  • cyan value is 80.11%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(80,0,11,27)
C80M0Y11K27 
(80%,0%,11%,27%)
(0.80/0.00/0.11/0.27)	

CMYK percentages

%80.11
%0
%11.29
%27.06

Codes

Color #25BAA5 in popluar color models

25BAA5
RGB37186165
HSL172°66.82%43.73%
HSB/HSV172°80.11%72.94%
CMYK80.11%0.00%11.29%
27.06%

Color #25BAA5 in popluar number systems.

HEX25BAA5
Decimal37186165
Binary1001011011101010100101
Octal45272245

Shades and tints

Shades of #25BAA5

#25BAA5
(37,186,165)
#22AA96
(34,170,150)
#1F9A87
(31,154,135)
#1C8A78
(28,138,120)
#197A69
(25,122,105)
#166A5A
(22,106,90)
#135A4B
(19,90,75)
#104A3C
(16,74,60)
#0D3A2D
(13,58,45)
#0A2A1E
(10,42,30)
#071A0F
(7,26,15)
#000000
(0,0,0)

Tints of #25BAA5

#25BAA5
(37,186,165)
#38C0AD
(56,192,173)
#4BC6B5
(75,198,181)
#5ECCBD
(94,204,189)
#71D2C5
(113,210,197)
#84D8CD
(132,216,205)
#97DED5
(151,222,213)
#AAE4DD
(170,228,221)
#BDEAE5
(189,234,229)
#D0F0ED
(208,240,237)
#E3F6F5
(227,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25BAA5 color. Also use rgb(37,186,165) instead hex code.

Text Font Color

.myTextColor { color: #25BAA5; }

<p style="color:#25BAA5">This sample text font color is #25BAA5.</p>

This text font color is #25BAA5.


Background Color

.myBgColor { background-color: #25BAA5; }

<div style="background-color:#25BAA5">Inner text</div>

This div background color is #25BAA5.


Border color

.myBorderColor { border: 1px solid #25BAA5; }

<div style="border:3px solid #25BAA5">Div</div>

This div border color is #25BAA5.


Opacity

.myOpacity80 { color: #25BAA5; opacity: 0.8; }

<p style="color:#25BAA5;opacity:0.8;">80%</p>

Text with #25BAA5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #25BAA5;}

<p style="text-shadow: 3px 3px 1px #25BAA5">Text here.</p>

This text has shadow with #25BAA5 color.

.textShadow {text-shadow: 3px 3px 1px #25BAA5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #25BAA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #25BAA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25BAA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#25BAA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #25BAA5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #25BAA5;
  -webkit-box-shadow:	1px 1px 3px 2px #25BAA5;
  box-shadow:		1px 1px 3px 2px #25BAA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25BAA5;
-webkit-box-shadow: 1px 1px 3px 2px #25BAA5;
box-shadow:1px 1px 3px 2px #25BAA5;">
Div content here</div>
This div box has shadow with color #25BAA5.

Preview

Color preview on black background

This text has color #25BAA5 on black background.


Color preview on white background

This text has color #25BAA5 on white background.



Black color preview on #25BAA5 background

This text has black color on #25BAA5 background.


White color preview on #25BAA5 background

This text has white color on #25BAA5 background.