COLOR #25B2BE

HEX: #25B2BE
RGB: (37,178,190)

Color info

#25B2BE contains mainly green and blue colors. Web safe color of #25B2BE is #3399CC (or #39C).

RGB color model

#25B2BE color RGB value is (37,178,190).

  • red value is 37;
  • green value is 178;
  • blue value is 190.
RGB: (37,178,190) (15%,70%,75%)

RGB channels and saturation

R 37 of 255 = 15%
G 178 of 255 = 70%
B 190 of 255 = 75%

37
178
190

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

Portions of RGB colors in percentages

R + G + B =
37 + 178 + 190 = 405 (100%)
R 37 of 405 ~ 9.14%
G 178 of 405 ~ 43.95%
B 190 of 405 ~ 46.91%

%43.95
%46.91

CMYK color model

#25B2BE color CMYK value is (81,6,0,25).

  • cyan value is 80.53%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (81,6,0,25) C81M6Y0K25 (81%,6%,0%,25%) (0.81/0.06/0.00/0.25)

CMYK percentages

%80.53
%6.32
%0
%25.49

Codes

Color #25B2BE in popluar color models

25B2BE
RGB37178190
HSL185°67.40%44.51%
HSB/HSV185°80.53%74.51%
CMYK80.53%6.32%0.00%
25.49%

Color #25B2BE in popluar number systems.

HEX25B2BE
Decimal37178190
Binary1001011011001010111110
Octal45262276

Shades and tints

Shades of #25B2BE

#25B2BE
(37,178,190)
#22A2AD
(34,162,173)
#1F929C
(31,146,156)
#1C828B
(28,130,139)
#19727A
(25,114,122)
#166269
(22,98,105)
#135258
(19,82,88)
#104247
(16,66,71)
#0D3236
(13,50,54)
#0A2225
(10,34,37)
#071214
(7,18,20)
#000000
(0,0,0)

Tints of #25B2BE

#25B2BE
(37,178,190)
#38B9C3
(56,185,195)
#4BC0C8
(75,192,200)
#5EC7CD
(94,199,205)
#71CED2
(113,206,210)
#84D5D7
(132,213,215)
#97DCDC
(151,220,220)
#AAE3E1
(170,227,225)
#BDEAE6
(189,234,230)
#D0F1EB
(208,241,235)
#E3F8F0
(227,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25B2BE color. Also use rgb(37,178,190) instead hex code.

Text Font Color

.myTextColor { color: #25B2BE; }

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

This text font color is #25B2BE.


Background Color

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

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

This div background color is #25B2BE.


Border color

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

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

This div border color is #25B2BE.


Opacity

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

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

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

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

This text has shadow with #25B2BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #25B2BE on black background.


Color preview on white background

This text has color #25B2BE on white background.



Black color preview on #25B2BE background

This text has black color on #25B2BE background.


White color preview on #25B2BE background

This text has white color on #25B2BE background.