COLOR #25929A

HEX: #25929A RGB: (37,146,154)

Color info

#25929A contains mainly green and blue colors. Web safe color of #25929A is #339999 (or #399).

RGB color model

#25929A color RGB value is (37,146,154).

RGB: (37,146,154) (15%, 57%, 60%)

RGB channels and saturation

R 37 of 255 = 15%
G 146 of 255 = 57%
B 154 of 255 = 60%

37
146
154

R + G + B ~ 44%. #25929A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 37 + 146 + 154 = 337 (100%)
R 37 of 337 ~ 10.98%
G 146 of 337 ~ 43.32%
B 154 of 337 ~ 45.7'%

%10.98
%43.32
%45.7

CMYK color model

#25929A color CMYK value is (76,5,0,40).

  • cyan value is 75.97%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (76,5,0,40)
C76M5Y0K40 (76%, 5%, 0%, 40%)
(0.76 / 0.05 / 0.00 / 0.40)

CMYK percentages

%75.97
%5.19
%0
%39.61

Codes

Color #25929A in popluar color models

25 92 9A
RGB 37 146 154
HSL 184° 61.26% 37.45%
HSB/HSV 184° 75.97% 60.39%
CMYK 75.97% 5.19% 0.00%
39.61%

Color #25929A in popluar number systems.

HEX 25 92 9A
Decimal 37 146 154
Binary 100101 10010010 10011010
Octal 45 222 232

Shades and tints

Shades of #25929A

#25929A
(37,146,154)
#22858C
(34,133,140)
#1F787E
(31,120,126)
#1C6B70
(28,107,112)
#195E62
(25,94,98)
#165154
(22,81,84)
#134446
(19,68,70)
#103738
(16,55,56)
#0D2A2A
(13,42,42)
#0A1D1C
(10,29,28)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #25929A

#25929A
(37,146,154)
#389BA3
(56,155,163)
#4BA4AC
(75,164,172)
#5EADB5
(94,173,181)
#71B6BE
(113,182,190)
#84BFC7
(132,191,199)
#97C8D0
(151,200,208)
#AAD1D9
(170,209,217)
#BDDAE2
(189,218,226)
#D0E3EB
(208,227,235)
#E3ECF4
(227,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25929A color. Also use rgb(37,146,154) instead hex code.

Text Font Color

.myTextColor { color: #25929A; }

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

This text font color is #25929A.

Background Color

.myBgColor { background-color: #25929A; }

<div style="background-color:#25929A">Inner text</div>

This div background color is #25929A.

Border color

.myBorderColor { border: 1px solid #25929A; }

<div style="border:3px solid #25929A">Div</div>

This div border color is #25929A.

Opacity

.myOpacity80 { color: #25929A; opacity: 0.8; }

<p style="color:#25929A;opacity:0.8;">80%</p>

Text with #25929A 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 #25929A;}

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

This text has shadow with #25929A color.


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

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

This text has shadow with #25929A primary color and red secondary color.


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

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

This text has shadow with #25929A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25929A.

Preview

Color preview on black background

This text has color #25929A on black background.


Color preview on white background

This text has color #25929A on white background.


Black color preview on #25929A background

This text has black color on #25929A background.


White color preview on #25929A background

This text has white color on #25929A background.


Related colors

Complementary color

Complementary color for #hex is #DA6D65.


I love getcolorcode.com

Triadic colors

1 #9A2592 and #929A25 with #25929A are triadic colors.

2 #9A9225 and #92259A with #25929A are triadic colors.