COLOR #25B5BE

HEX: #25B5BE
RGB: (37,181,190)

Color info

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

RGB color model

#25B5BE color RGB value is (37,181,190).

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

RGB channels and saturation

R 37 of 255 = 15%
G 181 of 255 = 71%
B 190 of 255 = 75%

37
181
190

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

Portions of RGB colors in percentages

R + G + B =
37 + 181 + 190 = 408 (100%)
R 37 of 408 ~ 9.07%
G 181 of 408 ~ 44.36%
B 190 of 408 ~ 46.57%

%44.36
%46.57

CMYK color model

#25B5BE color CMYK value is (81,5,0,25).

  • cyan value is 80.53%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(81,5,0,25)
C81M5Y0K25 
(81%,5%,0%,25%)
(0.81/0.05/0.00/0.25)	

CMYK percentages

%80.53
%4.74
%0
%25.49

Codes

Color #25B5BE in popluar color models

25B5BE
RGB37181190
HSL184°67.40%44.51%
HSB/HSV184°80.53%74.51%
CMYK80.53%4.74%0.00%
25.49%

Color #25B5BE in popluar number systems.

HEX25B5BE
Decimal37181190
Binary1001011011010110111110
Octal45265276

Shades and tints

Shades of #25B5BE

#25B5BE
(37,181,190)
#22A5AD
(34,165,173)
#1F959C
(31,149,156)
#1C858B
(28,133,139)
#19757A
(25,117,122)
#166569
(22,101,105)
#135558
(19,85,88)
#104547
(16,69,71)
#0D3536
(13,53,54)
#0A2525
(10,37,37)
#071514
(7,21,20)
#000000
(0,0,0)

Tints of #25B5BE

#25B5BE
(37,181,190)
#38BBC3
(56,187,195)
#4BC1C8
(75,193,200)
#5EC7CD
(94,199,205)
#71CDD2
(113,205,210)
#84D3D7
(132,211,215)
#97D9DC
(151,217,220)
#AADFE1
(170,223,225)
#BDE5E6
(189,229,230)
#D0EBEB
(208,235,235)
#E3F1F0
(227,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25B5BE; }

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

This text font color is #25B5BE.


Background Color

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

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

This div background color is #25B5BE.


Border color

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

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

This div border color is #25B5BE.


Opacity

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

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

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

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

This text has shadow with #25B5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25B5BE on black background.


Color preview on white background

This text has color #25B5BE on white background.



Black color preview on #25B5BE background

This text has black color on #25B5BE background.


White color preview on #25B5BE background

This text has white color on #25B5BE background.