COLOR #25DEB6

HEX: #25DEB6
RGB: (37,222,182)

Color info

#25DEB6 contains mainly green and blue colors. Web safe color of #25DEB6 is #33CCCC (or #3CC).

RGB color model

#25DEB6 color RGB value is (37,222,182).

  • red value is 37;
  • green value is 222;
  • blue value is 182.
RGB:
(37,222,182)
(15%,87%,71%)

RGB channels and saturation

R 37 of 255 = 15%
G 222 of 255 = 87%
B 182 of 255 = 71%

37
222
182

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

Portions of RGB colors in percentages

R + G + B =
37 + 222 + 182 = 441 (100%)
R 37 of 441 ~ 8.39%
G 222 of 441 ~ 50.34%
B 182 of 441 ~ 41.27%

%50.34
%41.27

CMYK color model

#25DEB6 color CMYK value is (83,0,18,13).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(83,0,18,13)
C83M0Y18K13 
(83%,0%,18%,13%)
(0.83/0.00/0.18/0.13)	

CMYK percentages

%83.33
%0
%18.02
%12.94

Codes

Color #25DEB6 in popluar color models

25DEB6
RGB37222182
HSL167°73.71%50.78%
HSB/HSV167°83.33%87.06%
CMYK83.33%0.00%18.02%
12.94%

Color #25DEB6 in popluar number systems.

HEX25DEB6
Decimal37222182
Binary1001011101111010110110
Octal45336266

Shades and tints

Shades of #25DEB6

#25DEB6
(37,222,182)
#22CAA6
(34,202,166)
#1FB696
(31,182,150)
#1CA286
(28,162,134)
#198E76
(25,142,118)
#167A66
(22,122,102)
#136656
(19,102,86)
#105246
(16,82,70)
#0D3E36
(13,62,54)
#0A2A26
(10,42,38)
#071616
(7,22,22)
#000000
(0,0,0)

Tints of #25DEB6

#25DEB6
(37,222,182)
#38E1BC
(56,225,188)
#4BE4C2
(75,228,194)
#5EE7C8
(94,231,200)
#71EACE
(113,234,206)
#84EDD4
(132,237,212)
#97F0DA
(151,240,218)
#AAF3E0
(170,243,224)
#BDF6E6
(189,246,230)
#D0F9EC
(208,249,236)
#E3FCF2
(227,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25DEB6 color. Also use rgb(37,222,182) instead hex code.

Text Font Color

.myTextColor { color: #25DEB6; }

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

This text font color is #25DEB6.


Background Color

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

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

This div background color is #25DEB6.


Border color

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

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

This div border color is #25DEB6.


Opacity

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

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

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

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

This text has shadow with #25DEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25DEB6 on black background.


Color preview on white background

This text has color #25DEB6 on white background.



Black color preview on #25DEB6 background

This text has black color on #25DEB6 background.


White color preview on #25DEB6 background

This text has white color on #25DEB6 background.