COLOR #06C39C

HEX: #06C39C
RGB: (6,195,156)

Color info

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

RGB color model

#06C39C color RGB value is (6,195,156).

  • red value is 6;
  • green value is 195;
  • blue value is 156.
RGB:
(6,195,156)
(2%,76%,61%)

RGB channels and saturation

R 6 of 255 = 2%
G 195 of 255 = 76%
B 156 of 255 = 61%

6
195
156

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

Portions of RGB colors in percentages

R + G + B =
6 + 195 + 156 = 357 (100%)
R 6 of 357 ~ 1.68%
G 195 of 357 ~ 54.62%
B 156 of 357 ~ 43.7%

%54.62
%43.7

CMYK color model

#06C39C color CMYK value is (97,0,20,24).

  • cyan value is 96.92%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 23.53%
CMYK:
(97,0,20,24)
C97M0Y20K24 
(97%,0%,20%,24%)
(0.97/0.00/0.20/0.24)	

CMYK percentages

%96.92
%0
%20
%23.53

Codes

Color #06C39C in popluar color models

06C39C
RGB6195156
HSL168°94.03%39.41%
HSB/HSV168°96.92%76.47%
CMYK96.92%0.00%20.00%
23.53%

Color #06C39C in popluar number systems.

HEX06C39C
Decimal6195156
Binary1101100001110011100
Octal6303234

Shades and tints

Shades of #06C39C

#06C39C
(6,195,156)
#06B28E
(6,178,142)
#06A180
(6,161,128)
#069072
(6,144,114)
#067F64
(6,127,100)
#066E56
(6,110,86)
#065D48
(6,93,72)
#064C3A
(6,76,58)
#063B2C
(6,59,44)
#062A1E
(6,42,30)
#061910
(6,25,16)
#000000
(0,0,0)

Tints of #06C39C

#06C39C
(6,195,156)
#1CC8A5
(28,200,165)
#32CDAE
(50,205,174)
#48D2B7
(72,210,183)
#5ED7C0
(94,215,192)
#74DCC9
(116,220,201)
#8AE1D2
(138,225,210)
#A0E6DB
(160,230,219)
#B6EBE4
(182,235,228)
#CCF0ED
(204,240,237)
#E2F5F6
(226,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06C39C color. Also use rgb(6,195,156) instead hex code.

Text Font Color

.myTextColor { color: #06C39C; }

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

This text font color is #06C39C.


Background Color

.myBgColor { background-color: #06C39C; }

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

This div background color is #06C39C.


Border color

.myBorderColor { border: 1px solid #06C39C; }

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

This div border color is #06C39C.


Opacity

.myOpacity80 { color: #06C39C; opacity: 0.8; }

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

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

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

This text has shadow with #06C39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06C39C on black background.


Color preview on white background

This text has color #06C39C on white background.



Black color preview on #06C39C background

This text has black color on #06C39C background.


White color preview on #06C39C background

This text has white color on #06C39C background.