COLOR #23B688

HEX: #23B688
RGB: (35,182,136)

Color info

#23B688 contains mainly green and blue colors. Web safe color of #23B688 is #33CC99 (or #3C9).

RGB color model

#23B688 color RGB value is (35,182,136).

  • red value is 35;
  • green value is 182;
  • blue value is 136.
RGB:
(35,182,136)
(14%,71%,53%)

RGB channels and saturation

R 35 of 255 = 14%
G 182 of 255 = 71%
B 136 of 255 = 53%

35
182
136

R + G + B ~ 46%. #23B688 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
35 + 182 + 136 = 353 (100%)
R 35 of 353 ~ 9.92%
G 182 of 353 ~ 51.56%
B 136 of 353 ~ 38.53%

%9.92
%51.56
%38.53

CMYK color model

#23B688 color CMYK value is (81,0,25,29).

  • cyan value is 80.77%
  • magenta value is 0.00%
  • yellow value is 25.27%
  • key color value is 28.63%
CMYK:
(81,0,25,29)
C81M0Y25K29 
(81%,0%,25%,29%)
(0.81/0.00/0.25/0.29)	

CMYK percentages

%80.77
%0
%25.27
%28.63

Codes

Color #23B688 in popluar color models

23B688
RGB35182136
HSL161°67.74%42.55%
HSB/HSV161°80.77%71.37%
CMYK80.77%0.00%25.27%
28.63%

Color #23B688 in popluar number systems.

HEX23B688
Decimal35182136
Binary1000111011011010001000
Octal43266210

Shades and tints

Shades of #23B688

#23B688
(35,182,136)
#20A67C
(32,166,124)
#1D9670
(29,150,112)
#1A8664
(26,134,100)
#177658
(23,118,88)
#14664C
(20,102,76)
#115640
(17,86,64)
#0E4634
(14,70,52)
#0B3628
(11,54,40)
#08261C
(8,38,28)
#051610
(5,22,16)
#000000
(0,0,0)

Tints of #23B688

#23B688
(35,182,136)
#37BC92
(55,188,146)
#4BC29C
(75,194,156)
#5FC8A6
(95,200,166)
#73CEB0
(115,206,176)
#87D4BA
(135,212,186)
#9BDAC4
(155,218,196)
#AFE0CE
(175,224,206)
#C3E6D8
(195,230,216)
#D7ECE2
(215,236,226)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23B688 color. Also use rgb(35,182,136) instead hex code.

Text Font Color

.myTextColor { color: #23B688; }

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

This text font color is #23B688.


Background Color

.myBgColor { background-color: #23B688; }

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

This div background color is #23B688.


Border color

.myBorderColor { border: 1px solid #23B688; }

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

This div border color is #23B688.


Opacity

.myOpacity80 { color: #23B688; opacity: 0.8; }

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

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

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

This text has shadow with #23B688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23B688 on black background.


Color preview on white background

This text has color #23B688 on white background.



Black color preview on #23B688 background

This text has black color on #23B688 background.


White color preview on #23B688 background

This text has white color on #23B688 background.