COLOR #03C695

HEX: #03C695
RGB: (3,198,149)

Color info

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

RGB color model

#03C695 color RGB value is (3,198,149).

  • red value is 3;
  • green value is 198;
  • blue value is 149.
RGB:
(3,198,149)
(1%,78%,58%)

RGB channels and saturation

R 3 of 255 = 1%
G 198 of 255 = 78%
B 149 of 255 = 58%

3
198
149

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

Portions of RGB colors in percentages

R + G + B =
3 + 198 + 149 = 350 (100%)
R 3 of 350 ~ 0.86%
G 198 of 350 ~ 56.57%
B 149 of 350 ~ 42.57%

%56.57
%42.57

CMYK color model

#03C695 color CMYK value is (98,0,25,22).

  • cyan value is 98.48%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK:
(98,0,25,22)
C98M0Y25K22 
(98%,0%,25%,22%)
(0.98/0.00/0.25/0.22)	

CMYK percentages

%98.48
%0
%24.75
%22.35

Codes

Color #03C695 in popluar color models

03C695
RGB3198149
HSL165°97.01%39.41%
HSB/HSV165°98.48%77.65%
CMYK98.48%0.00%24.75%
22.35%

Color #03C695 in popluar number systems.

HEX03C695
Decimal3198149
Binary111100011010010101
Octal3306225

Shades and tints

Shades of #03C695

#03C695
(3,198,149)
#03B488
(3,180,136)
#03A27B
(3,162,123)
#03906E
(3,144,110)
#037E61
(3,126,97)
#036C54
(3,108,84)
#035A47
(3,90,71)
#03483A
(3,72,58)
#03362D
(3,54,45)
#032420
(3,36,32)
#031213
(3,18,19)
#000000
(0,0,0)

Tints of #03C695

#03C695
(3,198,149)
#19CB9E
(25,203,158)
#2FD0A7
(47,208,167)
#45D5B0
(69,213,176)
#5BDAB9
(91,218,185)
#71DFC2
(113,223,194)
#87E4CB
(135,228,203)
#9DE9D4
(157,233,212)
#B3EEDD
(179,238,221)
#C9F3E6
(201,243,230)
#DFF8EF
(223,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03C695 color. Also use rgb(3,198,149) instead hex code.

Text Font Color

.myTextColor { color: #03C695; }

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

This text font color is #03C695.


Background Color

.myBgColor { background-color: #03C695; }

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

This div background color is #03C695.


Border color

.myBorderColor { border: 1px solid #03C695; }

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

This div border color is #03C695.


Opacity

.myOpacity80 { color: #03C695; opacity: 0.8; }

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

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

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

This text has shadow with #03C695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03C695 on black background.


Color preview on white background

This text has color #03C695 on white background.



Black color preview on #03C695 background

This text has black color on #03C695 background.


White color preview on #03C695 background

This text has white color on #03C695 background.