COLOR #25AEA8

HEX: #25AEA8
RGB: (37,174,168)

Color info

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

RGB color model

#25AEA8 color RGB value is (37,174,168).

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

RGB channels and saturation

R 37 of 255 = 15%
G 174 of 255 = 68%
B 168 of 255 = 66%

37
174
168

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

Portions of RGB colors in percentages

R + G + B =
37 + 174 + 168 = 379 (100%)
R 37 of 379 ~ 9.76%
G 174 of 379 ~ 45.91%
B 168 of 379 ~ 44.33%

%9.76
%45.91
%44.33

CMYK color model

#25AEA8 color CMYK value is (79,0,3,32).

  • cyan value is 78.74%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(79,0,3,32)
C79M0Y3K32 
(79%,0%,3%,32%)
(0.79/0.00/0.03/0.32)	

CMYK percentages

%78.74
%0
%3.45
%31.76

Codes

Color #25AEA8 in popluar color models

25AEA8
RGB37174168
HSL177°64.93%41.37%
HSB/HSV177°78.74%68.24%
CMYK78.74%0.00%3.45%
31.76%

Color #25AEA8 in popluar number systems.

HEX25AEA8
Decimal37174168
Binary1001011010111010101000
Octal45256250

Shades and tints

Shades of #25AEA8

#25AEA8
(37,174,168)
#229F99
(34,159,153)
#1F908A
(31,144,138)
#1C817B
(28,129,123)
#19726C
(25,114,108)
#16635D
(22,99,93)
#13544E
(19,84,78)
#10453F
(16,69,63)
#0D3630
(13,54,48)
#0A2721
(10,39,33)
#071812
(7,24,18)
#000000
(0,0,0)

Tints of #25AEA8

#25AEA8
(37,174,168)
#38B5AF
(56,181,175)
#4BBCB6
(75,188,182)
#5EC3BD
(94,195,189)
#71CAC4
(113,202,196)
#84D1CB
(132,209,203)
#97D8D2
(151,216,210)
#AADFD9
(170,223,217)
#BDE6E0
(189,230,224)
#D0EDE7
(208,237,231)
#E3F4EE
(227,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25AEA8; }

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

This text font color is #25AEA8.


Background Color

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

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

This div background color is #25AEA8.


Border color

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

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

This div border color is #25AEA8.


Opacity

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

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

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

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

This text has shadow with #25AEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25AEA8 on black background.


Color preview on white background

This text has color #25AEA8 on white background.



Black color preview on #25AEA8 background

This text has black color on #25AEA8 background.


White color preview on #25AEA8 background

This text has white color on #25AEA8 background.