COLOR #609688

HEX: #609688
RGB: (96,150,136)

Color info

#609688 contains red, green and blue colors in about the same proportion. Web safe color of #609688 is #669999 (or #699).

RGB color model

#609688 color RGB value is (96,150,136).

  • red value is 96;
  • green value is 150;
  • blue value is 136.
RGB:
(96,150,136)
(38%,59%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 150 of 255 = 59%
B 136 of 255 = 53%

96
150
136

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

Portions of RGB colors in percentages

R + G + B =
96 + 150 + 136 = 382 (100%)
R 96 of 382 ~ 25.13%
G 150 of 382 ~ 39.27%
B 136 of 382 ~ 35.6%

%25.13
%39.27
%35.6

CMYK color model

#609688 color CMYK value is (36,0,9,41).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 41.18%
CMYK:
(36,0,9,41)
C36M0Y9K41 
(36%,0%,9%,41%)
(0.36/0.00/0.09/0.41)	

CMYK percentages

%36
%0
%9.33
%41.18

Codes

Color #609688 in popluar color models

609688
RGB96150136
HSL164°21.95%48.24%
HSB/HSV164°36.00%58.82%
CMYK36.00%0.00%9.33%
41.18%

Color #609688 in popluar number systems.

HEX609688
Decimal96150136
Binary11000001001011010001000
Octal140226210

Shades and tints

Shades of #609688

#609688
(96,150,136)
#58897C
(88,137,124)
#507C70
(80,124,112)
#486F64
(72,111,100)
#406258
(64,98,88)
#38554C
(56,85,76)
#304840
(48,72,64)
#283B34
(40,59,52)
#202E28
(32,46,40)
#18211C
(24,33,28)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #609688

#609688
(96,150,136)
#6E9F92
(110,159,146)
#7CA89C
(124,168,156)
#8AB1A6
(138,177,166)
#98BAB0
(152,186,176)
#A6C3BA
(166,195,186)
#B4CCC4
(180,204,196)
#C2D5CE
(194,213,206)
#D0DED8
(208,222,216)
#DEE7E2
(222,231,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609688 color. Also use rgb(96,150,136) instead hex code.

Text Font Color

.myTextColor { color: #609688; }

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

This text font color is #609688.


Background Color

.myBgColor { background-color: #609688; }

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

This div background color is #609688.


Border color

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

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

This div border color is #609688.


Opacity

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

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

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

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

This text has shadow with #609688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609688 on black background.


Color preview on white background

This text has color #609688 on white background.



Black color preview on #609688 background

This text has black color on #609688 background.


White color preview on #609688 background

This text has white color on #609688 background.