COLOR #25C0C9

HEX: #25C0C9
RGB: (37,192,201)

Color info

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

RGB color model

#25C0C9 color RGB value is (37,192,201).

  • red value is 37;
  • green value is 192;
  • blue value is 201.
RGB:
(37,192,201)
(15%,75%,79%)

RGB channels and saturation

R 37 of 255 = 15%
G 192 of 255 = 75%
B 201 of 255 = 79%

37
192
201

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

Portions of RGB colors in percentages

R + G + B =
37 + 192 + 201 = 430 (100%)
R 37 of 430 ~ 8.6%
G 192 of 430 ~ 44.65%
B 201 of 430 ~ 46.74%

%44.65
%46.74

CMYK color model

#25C0C9 color CMYK value is (82,4,0,21).

  • cyan value is 81.59%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(82,4,0,21)
C82M4Y0K21 
(82%,4%,0%,21%)
(0.82/0.04/0.00/0.21)	

CMYK percentages

%81.59
%4.48
%0
%21.18

Codes

Color #25C0C9 in popluar color models

25C0C9
RGB37192201
HSL183°68.91%46.67%
HSB/HSV183°81.59%78.82%
CMYK81.59%4.48%0.00%
21.18%

Color #25C0C9 in popluar number systems.

HEX25C0C9
Decimal37192201
Binary1001011100000011001001
Octal45300311

Shades and tints

Shades of #25C0C9

#25C0C9
(37,192,201)
#22AFB7
(34,175,183)
#1F9EA5
(31,158,165)
#1C8D93
(28,141,147)
#197C81
(25,124,129)
#166B6F
(22,107,111)
#135A5D
(19,90,93)
#10494B
(16,73,75)
#0D3839
(13,56,57)
#0A2727
(10,39,39)
#071615
(7,22,21)
#000000
(0,0,0)

Tints of #25C0C9

#25C0C9
(37,192,201)
#38C5CD
(56,197,205)
#4BCAD1
(75,202,209)
#5ECFD5
(94,207,213)
#71D4D9
(113,212,217)
#84D9DD
(132,217,221)
#97DEE1
(151,222,225)
#AAE3E5
(170,227,229)
#BDE8E9
(189,232,233)
#D0EDED
(208,237,237)
#E3F2F1
(227,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25C0C9 color. Also use rgb(37,192,201) instead hex code.

Text Font Color

.myTextColor { color: #25C0C9; }

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

This text font color is #25C0C9.


Background Color

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

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

This div background color is #25C0C9.


Border color

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

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

This div border color is #25C0C9.


Opacity

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

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

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

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

This text has shadow with #25C0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25C0C9 on black background.


Color preview on white background

This text has color #25C0C9 on white background.



Black color preview on #25C0C9 background

This text has black color on #25C0C9 background.


White color preview on #25C0C9 background

This text has white color on #25C0C9 background.