COLOR #239B75

HEX: #239B75
RGB: (35,155,117)

Color info

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

RGB color model

#239B75 color RGB value is (35,155,117).

  • red value is 35;
  • green value is 155;
  • blue value is 117.
RGB:
(35,155,117)
(14%,61%,46%)

RGB channels and saturation

R 35 of 255 = 14%
G 155 of 255 = 61%
B 117 of 255 = 46%

35
155
117

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

Portions of RGB colors in percentages

R + G + B =
35 + 155 + 117 = 307 (100%)
R 35 of 307 ~ 11.4%
G 155 of 307 ~ 50.49%
B 117 of 307 ~ 38.11%

%11.4
%50.49
%38.11

CMYK color model

#239B75 color CMYK value is (77,0,25,39).

  • cyan value is 77.42%
  • magenta value is 0.00%
  • yellow value is 24.52%
  • key color value is 39.22%
CMYK:
(77,0,25,39)
C77M0Y25K39 
(77%,0%,25%,39%)
(0.77/0.00/0.25/0.39)	

CMYK percentages

%77.42
%0
%24.52
%39.22

Codes

Color #239B75 in popluar color models

239B75
RGB35155117
HSL161°63.16%37.25%
HSB/HSV161°77.42%60.78%
CMYK77.42%0.00%24.52%
39.22%

Color #239B75 in popluar number systems.

HEX239B75
Decimal35155117
Binary100011100110111110101
Octal43233165

Shades and tints

Shades of #239B75

#239B75
(35,155,117)
#208D6B
(32,141,107)
#1D7F61
(29,127,97)
#1A7157
(26,113,87)
#17634D
(23,99,77)
#145543
(20,85,67)
#114739
(17,71,57)
#0E392F
(14,57,47)
#0B2B25
(11,43,37)
#081D1B
(8,29,27)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #239B75

#239B75
(35,155,117)
#37A481
(55,164,129)
#4BAD8D
(75,173,141)
#5FB699
(95,182,153)
#73BFA5
(115,191,165)
#87C8B1
(135,200,177)
#9BD1BD
(155,209,189)
#AFDAC9
(175,218,201)
#C3E3D5
(195,227,213)
#D7ECE1
(215,236,225)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #239B75 color. Also use rgb(35,155,117) instead hex code.

Text Font Color

.myTextColor { color: #239B75; }

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

This text font color is #239B75.


Background Color

.myBgColor { background-color: #239B75; }

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

This div background color is #239B75.


Border color

.myBorderColor { border: 1px solid #239B75; }

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

This div border color is #239B75.


Opacity

.myOpacity80 { color: #239B75; opacity: 0.8; }

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

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

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

This text has shadow with #239B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #239B75 on black background.


Color preview on white background

This text has color #239B75 on white background.



Black color preview on #239B75 background

This text has black color on #239B75 background.


White color preview on #239B75 background

This text has white color on #239B75 background.