COLOR #25AEBE

HEX: #25AEBE
RGB: (37,174,190)

Color info

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

RGB color model

#25AEBE color RGB value is (37,174,190).

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

RGB channels and saturation

R 37 of 255 = 15%
G 174 of 255 = 68%
B 190 of 255 = 75%

37
174
190

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

Portions of RGB colors in percentages

R + G + B =
37 + 174 + 190 = 401 (100%)
R 37 of 401 ~ 9.23%
G 174 of 401 ~ 43.39%
B 190 of 401 ~ 47.38%

%43.39
%47.38

CMYK color model

#25AEBE color CMYK value is (81,8,0,25).

  • cyan value is 80.53%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(81,8,0,25)
C81M8Y0K25 
(81%,8%,0%,25%)
(0.81/0.08/0.00/0.25)	

CMYK percentages

%80.53
%8.42
%0
%25.49

Codes

Color #25AEBE in popluar color models

25AEBE
RGB37174190
HSL186°67.40%44.51%
HSB/HSV186°80.53%74.51%
CMYK80.53%8.42%0.00%
25.49%

Color #25AEBE in popluar number systems.

HEX25AEBE
Decimal37174190
Binary1001011010111010111110
Octal45256276

Shades and tints

Shades of #25AEBE

#25AEBE
(37,174,190)
#229FAD
(34,159,173)
#1F909C
(31,144,156)
#1C818B
(28,129,139)
#19727A
(25,114,122)
#166369
(22,99,105)
#135458
(19,84,88)
#104547
(16,69,71)
#0D3636
(13,54,54)
#0A2725
(10,39,37)
#071814
(7,24,20)
#000000
(0,0,0)

Tints of #25AEBE

#25AEBE
(37,174,190)
#38B5C3
(56,181,195)
#4BBCC8
(75,188,200)
#5EC3CD
(94,195,205)
#71CAD2
(113,202,210)
#84D1D7
(132,209,215)
#97D8DC
(151,216,220)
#AADFE1
(170,223,225)
#BDE6E6
(189,230,230)
#D0EDEB
(208,237,235)
#E3F4F0
(227,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25AEBE; }

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

This text font color is #25AEBE.


Background Color

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

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

This div background color is #25AEBE.


Border color

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

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

This div border color is #25AEBE.


Opacity

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

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

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

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

This text has shadow with #25AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25AEBE on black background.


Color preview on white background

This text has color #25AEBE on white background.



Black color preview on #25AEBE background

This text has black color on #25AEBE background.


White color preview on #25AEBE background

This text has white color on #25AEBE background.