COLOR #25AE90

HEX: #25AE90
RGB: (37,174,144)

Color info

#25AE90 contains mainly green and blue colors. Web safe color of #25AE90 is #339999 (or #399).

RGB color model

#25AE90 color RGB value is (37,174,144).

  • red value is 37;
  • green value is 174;
  • blue value is 144.
RGB:
(37,174,144)
(15%,68%,56%)

RGB channels and saturation

R 37 of 255 = 15%
G 174 of 255 = 68%
B 144 of 255 = 56%

37
174
144

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

Portions of RGB colors in percentages

R + G + B =
37 + 174 + 144 = 355 (100%)
R 37 of 355 ~ 10.42%
G 174 of 355 ~ 49.01%
B 144 of 355 ~ 40.56%

%10.42
%49.01
%40.56

CMYK color model

#25AE90 color CMYK value is (79,0,17,32).

  • cyan value is 78.74%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(79,0,17,32)
C79M0Y17K32 
(79%,0%,17%,32%)
(0.79/0.00/0.17/0.32)	

CMYK percentages

%78.74
%0
%17.24
%31.76

Codes

Color #25AE90 in popluar color models

25AE90
RGB37174144
HSL167°64.93%41.37%
HSB/HSV167°78.74%68.24%
CMYK78.74%0.00%17.24%
31.76%

Color #25AE90 in popluar number systems.

HEX25AE90
Decimal37174144
Binary1001011010111010010000
Octal45256220

Shades and tints

Shades of #25AE90

#25AE90
(37,174,144)
#229F83
(34,159,131)
#1F9076
(31,144,118)
#1C8169
(28,129,105)
#19725C
(25,114,92)
#16634F
(22,99,79)
#135442
(19,84,66)
#104535
(16,69,53)
#0D3628
(13,54,40)
#0A271B
(10,39,27)
#07180E
(7,24,14)
#000000
(0,0,0)

Tints of #25AE90

#25AE90
(37,174,144)
#38B59A
(56,181,154)
#4BBCA4
(75,188,164)
#5EC3AE
(94,195,174)
#71CAB8
(113,202,184)
#84D1C2
(132,209,194)
#97D8CC
(151,216,204)
#AADFD6
(170,223,214)
#BDE6E0
(189,230,224)
#D0EDEA
(208,237,234)
#E3F4F4
(227,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25AE90 color. Also use rgb(37,174,144) instead hex code.

Text Font Color

.myTextColor { color: #25AE90; }

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

This text font color is #25AE90.


Background Color

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

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

This div background color is #25AE90.


Border color

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

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

This div border color is #25AE90.


Opacity

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

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

Text with #25AE90 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 #25AE90;}

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

This text has shadow with #25AE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25AE90 on black background.


Color preview on white background

This text has color #25AE90 on white background.



Black color preview on #25AE90 background

This text has black color on #25AE90 background.


White color preview on #25AE90 background

This text has white color on #25AE90 background.