COLOR #25A592

HEX: #25A592
RGB: (37,165,146)

Color info

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

RGB color model

#25A592 color RGB value is (37,165,146).

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

RGB channels and saturation

R 37 of 255 = 15%
G 165 of 255 = 65%
B 146 of 255 = 57%

37
165
146

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

Portions of RGB colors in percentages

R + G + B =
37 + 165 + 146 = 348 (100%)
R 37 of 348 ~ 10.63%
G 165 of 348 ~ 47.41%
B 146 of 348 ~ 41.95%

%10.63
%47.41
%41.95

CMYK color model

#25A592 color CMYK value is (78,0,12,35).

  • cyan value is 77.58%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 35.29%
CMYK:
(78,0,12,35)
C78M0Y12K35 
(78%,0%,12%,35%)
(0.78/0.00/0.12/0.35)	

CMYK percentages

%77.58
%0
%11.52
%35.29

Codes

Color #25A592 in popluar color models

25A592
RGB37165146
HSL171°63.37%39.61%
HSB/HSV171°77.58%64.71%
CMYK77.58%0.00%11.52%
35.29%

Color #25A592 in popluar number systems.

HEX25A592
Decimal37165146
Binary1001011010010110010010
Octal45245222

Shades and tints

Shades of #25A592

#25A592
(37,165,146)
#229685
(34,150,133)
#1F8778
(31,135,120)
#1C786B
(28,120,107)
#19695E
(25,105,94)
#165A51
(22,90,81)
#134B44
(19,75,68)
#103C37
(16,60,55)
#0D2D2A
(13,45,42)
#0A1E1D
(10,30,29)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #25A592

#25A592
(37,165,146)
#38AD9B
(56,173,155)
#4BB5A4
(75,181,164)
#5EBDAD
(94,189,173)
#71C5B6
(113,197,182)
#84CDBF
(132,205,191)
#97D5C8
(151,213,200)
#AADDD1
(170,221,209)
#BDE5DA
(189,229,218)
#D0EDE3
(208,237,227)
#E3F5EC
(227,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25A592; }

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

This text font color is #25A592.


Background Color

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

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

This div background color is #25A592.


Border color

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

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

This div border color is #25A592.


Opacity

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

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

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

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

This text has shadow with #25A592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25A592 on black background.


Color preview on white background

This text has color #25A592 on white background.



Black color preview on #25A592 background

This text has black color on #25A592 background.


White color preview on #25A592 background

This text has white color on #25A592 background.