COLOR #25C195

HEX: #25C195 RGB: (37,193,149)

Color info

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

RGB color model

#25C195 color RGB value is (37,193,149).

RGB: (37,193,149) (15%, 76%, 58%)

RGB channels and saturation

R 37 of 255 = 15%
G 193 of 255 = 76%
B 149 of 255 = 58%

37
193
149

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

Portions of RGB colors in percentages

R + G + B = 37 + 193 + 149 = 379 (100%)
R 37 of 379 ~ 9.76%
G 193 of 379 ~ 50.92%
B 149 of 379 ~ 39.31'%

%50.92
%39.31

CMYK color model

#25C195 color CMYK value is (81,0,23,24).

  • cyan value is 80.83%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%

CMYK: (81,0,23,24)
C81M0Y23K24 (81%, 0%, 23%, 24%)
(0.81 / 0.00 / 0.23 / 0.24)

CMYK percentages

%80.83
%0
%22.8
%24.31

Codes

Color #25C195 in popluar color models

25 C1 95
RGB 37 193 149
HSL 163° 67.83% 45.10%
HSB/HSV 163° 80.83% 75.69%
CMYK 80.83% 0.00% 22.80%
24.31%

Color #25C195 in popluar number systems.

HEX 25 C1 95
Decimal 37 193 149
Binary 100101 11000001 10010101
Octal 45 301 225

Shades and tints

Shades of #25C195

#25C195
(37,193,149)
#22B088
(34,176,136)
#1F9F7B
(31,159,123)
#1C8E6E
(28,142,110)
#197D61
(25,125,97)
#166C54
(22,108,84)
#135B47
(19,91,71)
#104A3A
(16,74,58)
#0D392D
(13,57,45)
#0A2820
(10,40,32)
#071713
(7,23,19)
#000000
(0,0,0)

Tints of #25C195

#25C195
(37,193,149)
#38C69E
(56,198,158)
#4BCBA7
(75,203,167)
#5ED0B0
(94,208,176)
#71D5B9
(113,213,185)
#84DAC2
(132,218,194)
#97DFCB
(151,223,203)
#AAE4D4
(170,228,212)
#BDE9DD
(189,233,221)
#D0EEE6
(208,238,230)
#E3F3EF
(227,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25C195 color. Also use rgb(37,193,149) instead hex code.

Text Font Color

.myTextColor { color: #25C195; }

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

This text font color is #25C195.

Background Color

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

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

This div background color is #25C195.

Border color

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

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

This div border color is #25C195.

Opacity

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

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

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

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

This text has shadow with #25C195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25C195.

Preview

Color preview on black background

This text has color #25C195 on black background.


Color preview on white background

This text has color #25C195 on white background.


Black color preview on #25C195 background

This text has black color on #25C195 background.


White color preview on #25C195 background

This text has white color on #25C195 background.


Related colors

Complementary color

Complementary color for #hex is #DA3E6A.


I love getcolorcode.com

Triadic colors

1 #9525C1 and #C19525 with #25C195 are triadic colors.

2 #95C125 and #C12595 with #25C195 are triadic colors.