COLOR #25CBB6

HEX: #25CBB6
RGB: (37,203,182)

Color info

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

RGB color model

#25CBB6 color RGB value is (37,203,182).

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

RGB channels and saturation

R 37 of 255 = 15%
G 203 of 255 = 80%
B 182 of 255 = 71%

37
203
182

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

Portions of RGB colors in percentages

R + G + B =
37 + 203 + 182 = 422 (100%)
R 37 of 422 ~ 8.77%
G 203 of 422 ~ 48.1%
B 182 of 422 ~ 43.13%

%48.1
%43.13

CMYK color model

#25CBB6 color CMYK value is (82,0,10,20).

  • cyan value is 81.77%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 20.39%
CMYK:
(82,0,10,20)
C82M0Y10K20 
(82%,0%,10%,20%)
(0.82/0.00/0.10/0.20)	

CMYK percentages

%81.77
%0
%10.34
%20.39

Codes

Color #25CBB6 in popluar color models

25CBB6
RGB37203182
HSL172°69.17%47.06%
HSB/HSV172°81.77%79.61%
CMYK81.77%0.00%10.34%
20.39%

Color #25CBB6 in popluar number systems.

HEX25CBB6
Decimal37203182
Binary1001011100101110110110
Octal45313266

Shades and tints

Shades of #25CBB6

#25CBB6
(37,203,182)
#22B9A6
(34,185,166)
#1FA796
(31,167,150)
#1C9586
(28,149,134)
#198376
(25,131,118)
#167166
(22,113,102)
#135F56
(19,95,86)
#104D46
(16,77,70)
#0D3B36
(13,59,54)
#0A2926
(10,41,38)
#071716
(7,23,22)
#000000
(0,0,0)

Tints of #25CBB6

#25CBB6
(37,203,182)
#38CFBC
(56,207,188)
#4BD3C2
(75,211,194)
#5ED7C8
(94,215,200)
#71DBCE
(113,219,206)
#84DFD4
(132,223,212)
#97E3DA
(151,227,218)
#AAE7E0
(170,231,224)
#BDEBE6
(189,235,230)
#D0EFEC
(208,239,236)
#E3F3F2
(227,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25CBB6; }

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

This text font color is #25CBB6.


Background Color

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

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

This div background color is #25CBB6.


Border color

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

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

This div border color is #25CBB6.


Opacity

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

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

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

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

This text has shadow with #25CBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25CBB6 on black background.


Color preview on white background

This text has color #25CBB6 on white background.



Black color preview on #25CBB6 background

This text has black color on #25CBB6 background.


White color preview on #25CBB6 background

This text has white color on #25CBB6 background.