COLOR #25A5BA

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

Color info

#25A5BA contains mainly green and blue colors. Web safe color of #25A5BA is #3399CC (or #39C).

RGB color model

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

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

RGB channels and saturation

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

37
165
186

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

Portions of RGB colors in percentages

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

%9.54
%42.53
%47.94

CMYK color model

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

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

CMYK percentages

%80.11
%11.29
%0
%27.06

Codes

Color #25A5BA in popluar color models

25A5BA
RGB37165186
HSL188°66.82%43.73%
HSB/HSV188°80.11%72.94%
CMYK80.11%11.29%0.00%
27.06%

Color #25A5BA in popluar number systems.

HEX25A5BA
Decimal37165186
Binary1001011010010110111010
Octal45245272

Shades and tints

Shades of #25A5BA

#25A5BA
(37,165,186)
#2296AA
(34,150,170)
#1F879A
(31,135,154)
#1C788A
(28,120,138)
#19697A
(25,105,122)
#165A6A
(22,90,106)
#134B5A
(19,75,90)
#103C4A
(16,60,74)
#0D2D3A
(13,45,58)
#0A1E2A
(10,30,42)
#070F1A
(7,15,26)
#000000
(0,0,0)

Tints of #25A5BA

#25A5BA
(37,165,186)
#38ADC0
(56,173,192)
#4BB5C6
(75,181,198)
#5EBDCC
(94,189,204)
#71C5D2
(113,197,210)
#84CDD8
(132,205,216)
#97D5DE
(151,213,222)
#AADDE4
(170,221,228)
#BDE5EA
(189,229,234)
#D0EDF0
(208,237,240)
#E3F5F6
(227,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25A5BA; }

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

This text font color is #25A5BA.


Background Color

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

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

This div background color is #25A5BA.


Border color

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

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

This div border color is #25A5BA.


Opacity

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

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

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

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

This text has shadow with #25A5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25A5BA on black background.


Color preview on white background

This text has color #25A5BA on white background.



Black color preview on #25A5BA background

This text has black color on #25A5BA background.


White color preview on #25A5BA background

This text has white color on #25A5BA background.