COLOR #09C4AD

HEX: #09C4AD
RGB: (9,196,173)

Color info

#09C4AD contains mainly green and blue colors. Web safe color of #09C4AD is #00CC99 (or #0C9).

RGB color model

#09C4AD color RGB value is (9,196,173).

  • red value is 9;
  • green value is 196;
  • blue value is 173.
RGB:
(9,196,173)
(4%,77%,68%)

RGB channels and saturation

R 9 of 255 = 4%
G 196 of 255 = 77%
B 173 of 255 = 68%

9
196
173

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

Portions of RGB colors in percentages

R + G + B =
9 + 196 + 173 = 378 (100%)
R 9 of 378 ~ 2.38%
G 196 of 378 ~ 51.85%
B 173 of 378 ~ 45.77%

%51.85
%45.77

CMYK color model

#09C4AD color CMYK value is (95,0,12,23).

  • cyan value is 95.41%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(95,0,12,23)
C95M0Y12K23 
(95%,0%,12%,23%)
(0.95/0.00/0.12/0.23)	

CMYK percentages

%95.41
%0
%11.73
%23.14

Codes

Color #09C4AD in popluar color models

09C4AD
RGB9196173
HSL173°91.22%40.20%
HSB/HSV173°95.41%76.86%
CMYK95.41%0.00%11.73%
23.14%

Color #09C4AD in popluar number systems.

HEX09C4AD
Decimal9196173
Binary10011100010010101101
Octal11304255

Shades and tints

Shades of #09C4AD

#09C4AD
(9,196,173)
#09B39E
(9,179,158)
#09A28F
(9,162,143)
#099180
(9,145,128)
#098071
(9,128,113)
#096F62
(9,111,98)
#095E53
(9,94,83)
#094D44
(9,77,68)
#093C35
(9,60,53)
#092B26
(9,43,38)
#091A17
(9,26,23)
#000000
(0,0,0)

Tints of #09C4AD

#09C4AD
(9,196,173)
#1FC9B4
(31,201,180)
#35CEBB
(53,206,187)
#4BD3C2
(75,211,194)
#61D8C9
(97,216,201)
#77DDD0
(119,221,208)
#8DE2D7
(141,226,215)
#A3E7DE
(163,231,222)
#B9ECE5
(185,236,229)
#CFF1EC
(207,241,236)
#E5F6F3
(229,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09C4AD color. Also use rgb(9,196,173) instead hex code.

Text Font Color

.myTextColor { color: #09C4AD; }

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

This text font color is #09C4AD.


Background Color

.myBgColor { background-color: #09C4AD; }

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

This div background color is #09C4AD.


Border color

.myBorderColor { border: 1px solid #09C4AD; }

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

This div border color is #09C4AD.


Opacity

.myOpacity80 { color: #09C4AD; opacity: 0.8; }

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

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

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

This text has shadow with #09C4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09C4AD on black background.


Color preview on white background

This text has color #09C4AD on white background.



Black color preview on #09C4AD background

This text has black color on #09C4AD background.


White color preview on #09C4AD background

This text has white color on #09C4AD background.