COLOR #25C299

HEX: #25C299
RGB: (37,194,153)

Color info

#25C299 contains mainly green and blue colors. Web safe color of #25C299 is #33CC99 (or #3C9).

RGB color model

#25C299 color RGB value is (37,194,153).

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

RGB channels and saturation

R 37 of 255 = 15%
G 194 of 255 = 76%
B 153 of 255 = 60%

37
194
153

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

Portions of RGB colors in percentages

R + G + B =
37 + 194 + 153 = 384 (100%)
R 37 of 384 ~ 9.64%
G 194 of 384 ~ 50.52%
B 153 of 384 ~ 39.84%

%9.64
%50.52
%39.84

CMYK color model

#25C299 color CMYK value is (81,0,21,24).

  • cyan value is 80.93%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 23.92%
CMYK:
(81,0,21,24)
C81M0Y21K24 
(81%,0%,21%,24%)
(0.81/0.00/0.21/0.24)	

CMYK percentages

%80.93
%0
%21.13
%23.92

Codes

Color #25C299 in popluar color models

25C299
RGB37194153
HSL164°67.97%45.29%
HSB/HSV164°80.93%76.08%
CMYK80.93%0.00%21.13%
23.92%

Color #25C299 in popluar number systems.

HEX25C299
Decimal37194153
Binary1001011100001010011001
Octal45302231

Shades and tints

Shades of #25C299

#25C299
(37,194,153)
#22B18C
(34,177,140)
#1FA07F
(31,160,127)
#1C8F72
(28,143,114)
#197E65
(25,126,101)
#166D58
(22,109,88)
#135C4B
(19,92,75)
#104B3E
(16,75,62)
#0D3A31
(13,58,49)
#0A2924
(10,41,36)
#071817
(7,24,23)
#000000
(0,0,0)

Tints of #25C299

#25C299
(37,194,153)
#38C7A2
(56,199,162)
#4BCCAB
(75,204,171)
#5ED1B4
(94,209,180)
#71D6BD
(113,214,189)
#84DBC6
(132,219,198)
#97E0CF
(151,224,207)
#AAE5D8
(170,229,216)
#BDEAE1
(189,234,225)
#D0EFEA
(208,239,234)
#E3F4F3
(227,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25C299; }

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

This text font color is #25C299.


Background Color

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

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

This div background color is #25C299.


Border color

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

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

This div border color is #25C299.


Opacity

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

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

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

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

This text has shadow with #25C299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25C299 on black background.


Color preview on white background

This text has color #25C299 on white background.



Black color preview on #25C299 background

This text has black color on #25C299 background.


White color preview on #25C299 background

This text has white color on #25C299 background.