COLOR #25ADC2

HEX: #25ADC2
RGB: (37,173,194)

Color info

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

RGB color model

#25ADC2 color RGB value is (37,173,194).

  • red value is 37;
  • green value is 173;
  • blue value is 194.
RGB:
(37,173,194)
(15%,68%,76%)

RGB channels and saturation

R 37 of 255 = 15%
G 173 of 255 = 68%
B 194 of 255 = 76%

37
173
194

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

Portions of RGB colors in percentages

R + G + B =
37 + 173 + 194 = 404 (100%)
R 37 of 404 ~ 9.16%
G 173 of 404 ~ 42.82%
B 194 of 404 ~ 48.02%

%42.82
%48.02

CMYK color model

#25ADC2 color CMYK value is (81,11,0,24).

  • cyan value is 80.93%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(81,11,0,24)
C81M11Y0K24 
(81%,11%,0%,24%)
(0.81/0.11/0.00/0.24)	

CMYK percentages

%80.93
%10.82
%0
%23.92

Codes

Color #25ADC2 in popluar color models

25ADC2
RGB37173194
HSL188°67.97%45.29%
HSB/HSV188°80.93%76.08%
CMYK80.93%10.82%0.00%
23.92%

Color #25ADC2 in popluar number systems.

HEX25ADC2
Decimal37173194
Binary1001011010110111000010
Octal45255302

Shades and tints

Shades of #25ADC2

#25ADC2
(37,173,194)
#229EB1
(34,158,177)
#1F8FA0
(31,143,160)
#1C808F
(28,128,143)
#19717E
(25,113,126)
#16626D
(22,98,109)
#13535C
(19,83,92)
#10444B
(16,68,75)
#0D353A
(13,53,58)
#0A2629
(10,38,41)
#071718
(7,23,24)
#000000
(0,0,0)

Tints of #25ADC2

#25ADC2
(37,173,194)
#38B4C7
(56,180,199)
#4BBBCC
(75,187,204)
#5EC2D1
(94,194,209)
#71C9D6
(113,201,214)
#84D0DB
(132,208,219)
#97D7E0
(151,215,224)
#AADEE5
(170,222,229)
#BDE5EA
(189,229,234)
#D0ECEF
(208,236,239)
#E3F3F4
(227,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25ADC2 color. Also use rgb(37,173,194) instead hex code.

Text Font Color

.myTextColor { color: #25ADC2; }

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

This text font color is #25ADC2.


Background Color

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

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

This div background color is #25ADC2.


Border color

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

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

This div border color is #25ADC2.


Opacity

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

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

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

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

This text has shadow with #25ADC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25ADC2 on black background.


Color preview on white background

This text has color #25ADC2 on white background.



Black color preview on #25ADC2 background

This text has black color on #25ADC2 background.


White color preview on #25ADC2 background

This text has white color on #25ADC2 background.