COLOR #25A0C6

HEX: #25A0C6
RGB: (37,160,198)

Color info

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

RGB color model

#25A0C6 color RGB value is (37,160,198).

  • red value is 37;
  • green value is 160;
  • blue value is 198.
RGB:
(37,160,198)
(15%,63%,78%)

RGB channels and saturation

R 37 of 255 = 15%
G 160 of 255 = 63%
B 198 of 255 = 78%

37
160
198

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

Portions of RGB colors in percentages

R + G + B =
37 + 160 + 198 = 395 (100%)
R 37 of 395 ~ 9.37%
G 160 of 395 ~ 40.51%
B 198 of 395 ~ 50.13%

%40.51
%50.13

CMYK color model

#25A0C6 color CMYK value is (81,19,0,22).

  • cyan value is 81.31%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(81,19,0,22)
C81M19Y0K22 
(81%,19%,0%,22%)
(0.81/0.19/0.00/0.22)	

CMYK percentages

%81.31
%19.19
%0
%22.35

Codes

Color #25A0C6 in popluar color models

25A0C6
RGB37160198
HSL194°68.51%46.08%
HSB/HSV194°81.31%77.65%
CMYK81.31%19.19%0.00%
22.35%

Color #25A0C6 in popluar number systems.

HEX25A0C6
Decimal37160198
Binary1001011010000011000110
Octal45240306

Shades and tints

Shades of #25A0C6

#25A0C6
(37,160,198)
#2292B4
(34,146,180)
#1F84A2
(31,132,162)
#1C7690
(28,118,144)
#19687E
(25,104,126)
#165A6C
(22,90,108)
#134C5A
(19,76,90)
#103E48
(16,62,72)
#0D3036
(13,48,54)
#0A2224
(10,34,36)
#071412
(7,20,18)
#000000
(0,0,0)

Tints of #25A0C6

#25A0C6
(37,160,198)
#38A8CB
(56,168,203)
#4BB0D0
(75,176,208)
#5EB8D5
(94,184,213)
#71C0DA
(113,192,218)
#84C8DF
(132,200,223)
#97D0E4
(151,208,228)
#AAD8E9
(170,216,233)
#BDE0EE
(189,224,238)
#D0E8F3
(208,232,243)
#E3F0F8
(227,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25A0C6 color. Also use rgb(37,160,198) instead hex code.

Text Font Color

.myTextColor { color: #25A0C6; }

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

This text font color is #25A0C6.


Background Color

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

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

This div background color is #25A0C6.


Border color

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

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

This div border color is #25A0C6.


Opacity

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

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

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

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

This text has shadow with #25A0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25A0C6 on black background.


Color preview on white background

This text has color #25A0C6 on white background.



Black color preview on #25A0C6 background

This text has black color on #25A0C6 background.


White color preview on #25A0C6 background

This text has white color on #25A0C6 background.