COLOR #259B72

HEX: #259B72
RGB: (37,155,114)

Color info

#259B72 contains mainly green and blue colors. Web safe color of #259B72 is #339966 (or #396).

RGB color model

#259B72 color RGB value is (37,155,114).

  • red value is 37;
  • green value is 155;
  • blue value is 114.
RGB:
(37,155,114)
(15%,61%,45%)

RGB channels and saturation

R 37 of 255 = 15%
G 155 of 255 = 61%
B 114 of 255 = 45%

37
155
114

R + G + B ~ 40%. #259B72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 155 + 114 = 306 (100%)
R 37 of 306 ~ 12.09%
G 155 of 306 ~ 50.65%
B 114 of 306 ~ 37.25%

%12.09
%50.65
%37.25

CMYK color model

#259B72 color CMYK value is (76,0,26,39).

  • cyan value is 76.13%
  • magenta value is 0.00%
  • yellow value is 26.45%
  • key color value is 39.22%
CMYK:
(76,0,26,39)
C76M0Y26K39 
(76%,0%,26%,39%)
(0.76/0.00/0.26/0.39)	

CMYK percentages

%76.13
%0
%26.45
%39.22

Codes

Color #259B72 in popluar color models

259B72
RGB37155114
HSL159°61.46%37.65%
HSB/HSV159°76.13%60.78%
CMYK76.13%0.00%26.45%
39.22%

Color #259B72 in popluar number systems.

HEX259B72
Decimal37155114
Binary100101100110111110010
Octal45233162

Shades and tints

Shades of #259B72

#259B72
(37,155,114)
#228D68
(34,141,104)
#1F7F5E
(31,127,94)
#1C7154
(28,113,84)
#19634A
(25,99,74)
#165540
(22,85,64)
#134736
(19,71,54)
#10392C
(16,57,44)
#0D2B22
(13,43,34)
#0A1D18
(10,29,24)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #259B72

#259B72
(37,155,114)
#38A47E
(56,164,126)
#4BAD8A
(75,173,138)
#5EB696
(94,182,150)
#71BFA2
(113,191,162)
#84C8AE
(132,200,174)
#97D1BA
(151,209,186)
#AADAC6
(170,218,198)
#BDE3D2
(189,227,210)
#D0ECDE
(208,236,222)
#E3F5EA
(227,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259B72 color. Also use rgb(37,155,114) instead hex code.

Text Font Color

.myTextColor { color: #259B72; }

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

This text font color is #259B72.


Background Color

.myBgColor { background-color: #259B72; }

<div style="background-color:#259B72">Inner text</div>

This div background color is #259B72.


Border color

.myBorderColor { border: 1px solid #259B72; }

<div style="border:3px solid #259B72">Div</div>

This div border color is #259B72.


Opacity

.myOpacity80 { color: #259B72; opacity: 0.8; }

<p style="color:#259B72;opacity:0.8;">80%</p>

Text with #259B72 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 #259B72;}

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

This text has shadow with #259B72 color.

.textShadow {text-shadow: 3px 3px 1px #259B72, 3px 3px 1px red;}

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

This text has shadow with #259B72 primary color and red secondary color.


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

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

This text has shadow with #259B72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #259B72 on black background.


Color preview on white background

This text has color #259B72 on white background.



Black color preview on #259B72 background

This text has black color on #259B72 background.


White color preview on #259B72 background

This text has white color on #259B72 background.