COLOR #60C092

HEX: #60C092
RGB: (96,192,146)

Color info

#60C092 contains mainly green and blue colors. Web safe color of #60C092 is #66CC99 (or #6C9).

RGB color model

#60C092 color RGB value is (96,192,146).

  • red value is 96;
  • green value is 192;
  • blue value is 146.
RGB:
(96,192,146)
(38%,75%,57%)

RGB channels and saturation

R 96 of 255 = 38%
G 192 of 255 = 75%
B 146 of 255 = 57%

96
192
146

R + G + B ~ 57%. #60C092 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 192 + 146 = 434 (100%)
R 96 of 434 ~ 22.12%
G 192 of 434 ~ 44.24%
B 146 of 434 ~ 33.64%

%22.12
%44.24
%33.64

CMYK color model

#60C092 color CMYK value is (50,0,24,25).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 24.71%
CMYK:
(50,0,24,25)
C50M0Y24K25 
(50%,0%,24%,25%)
(0.50/0.00/0.24/0.25)	

CMYK percentages

%50
%0
%23.96
%24.71

Codes

Color #60C092 in popluar color models

60C092
RGB96192146
HSL151°43.24%56.47%
HSB/HSV151°50.00%75.29%
CMYK50.00%0.00%23.96%
24.71%

Color #60C092 in popluar number systems.

HEX60C092
Decimal96192146
Binary11000001100000010010010
Octal140300222

Shades and tints

Shades of #60C092

#60C092
(96,192,146)
#58AF85
(88,175,133)
#509E78
(80,158,120)
#488D6B
(72,141,107)
#407C5E
(64,124,94)
#386B51
(56,107,81)
#305A44
(48,90,68)
#284937
(40,73,55)
#20382A
(32,56,42)
#18271D
(24,39,29)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #60C092

#60C092
(96,192,146)
#6EC59B
(110,197,155)
#7CCAA4
(124,202,164)
#8ACFAD
(138,207,173)
#98D4B6
(152,212,182)
#A6D9BF
(166,217,191)
#B4DEC8
(180,222,200)
#C2E3D1
(194,227,209)
#D0E8DA
(208,232,218)
#DEEDE3
(222,237,227)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60C092 color. Also use rgb(96,192,146) instead hex code.

Text Font Color

.myTextColor { color: #60C092; }

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

This text font color is #60C092.


Background Color

.myBgColor { background-color: #60C092; }

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

This div background color is #60C092.


Border color

.myBorderColor { border: 1px solid #60C092; }

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

This div border color is #60C092.


Opacity

.myOpacity80 { color: #60C092; opacity: 0.8; }

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

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

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

This text has shadow with #60C092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60C092 on black background.


Color preview on white background

This text has color #60C092 on white background.



Black color preview on #60C092 background

This text has black color on #60C092 background.


White color preview on #60C092 background

This text has white color on #60C092 background.