COLOR #259685

HEX: #259685
RGB: (37,150,133)

Color info

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

RGB color model

#259685 color RGB value is (37,150,133).

  • red value is 37;
  • green value is 150;
  • blue value is 133.
RGB:
(37,150,133)
(15%,59%,52%)

RGB channels and saturation

R 37 of 255 = 15%
G 150 of 255 = 59%
B 133 of 255 = 52%

37
150
133

R + G + B ~ 42%. #259685 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 150 + 133 = 320 (100%)
R 37 of 320 ~ 11.56%
G 150 of 320 ~ 46.88%
B 133 of 320 ~ 41.56%

%11.56
%46.88
%41.56

CMYK color model

#259685 color CMYK value is (75,0,11,41).

  • cyan value is 75.33%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 41.18%
CMYK:
(75,0,11,41)
C75M0Y11K41 
(75%,0%,11%,41%)
(0.75/0.00/0.11/0.41)	

CMYK percentages

%75.33
%0
%11.33
%41.18

Codes

Color #259685 in popluar color models

259685
RGB37150133
HSL171°60.43%36.67%
HSB/HSV171°75.33%58.82%
CMYK75.33%0.00%11.33%
41.18%

Color #259685 in popluar number systems.

HEX259685
Decimal37150133
Binary1001011001011010000101
Octal45226205

Shades and tints

Shades of #259685

#259685
(37,150,133)
#228979
(34,137,121)
#1F7C6D
(31,124,109)
#1C6F61
(28,111,97)
#196255
(25,98,85)
#165549
(22,85,73)
#13483D
(19,72,61)
#103B31
(16,59,49)
#0D2E25
(13,46,37)
#0A2119
(10,33,25)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #259685

#259685
(37,150,133)
#389F90
(56,159,144)
#4BA89B
(75,168,155)
#5EB1A6
(94,177,166)
#71BAB1
(113,186,177)
#84C3BC
(132,195,188)
#97CCC7
(151,204,199)
#AAD5D2
(170,213,210)
#BDDEDD
(189,222,221)
#D0E7E8
(208,231,232)
#E3F0F3
(227,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259685 color. Also use rgb(37,150,133) instead hex code.

Text Font Color

.myTextColor { color: #259685; }

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

This text font color is #259685.


Background Color

.myBgColor { background-color: #259685; }

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

This div background color is #259685.


Border color

.myBorderColor { border: 1px solid #259685; }

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

This div border color is #259685.


Opacity

.myOpacity80 { color: #259685; opacity: 0.8; }

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

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

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

This text has shadow with #259685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #259685 on black background.


Color preview on white background

This text has color #259685 on white background.



Black color preview on #259685 background

This text has black color on #259685 background.


White color preview on #259685 background

This text has white color on #259685 background.