COLOR #60CC88

HEX: #60CC88 RGB: (96,204,136)

Color info

#60CC88 contains mainly green color. Web safe color of #60CC88 is #66CC99 (or #6C9).

RGB color model

#60CC88 color RGB value is (96,204,136).

RGB: (96,204,136) (38%, 80%, 53%)

RGB channels and saturation

R 96 of 255 = 38%
G 204 of 255 = 80%
B 136 of 255 = 53%

96
204
136

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

Portions of RGB colors in percentages

R + G + B = 96 + 204 + 136 = 436 (100%)
R 96 of 436 ~ 22.02%
G 204 of 436 ~ 46.79%
B 136 of 436 ~ 31.19'%

%22.02
%46.79
%31.19

CMYK color model

#60CC88 color CMYK value is (53,0,33,20).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 20.00%
CMYK: (53,0,33,20) C53M0Y33K20 (53%,0%,33%,20%) (0.53/0.00/0.33/0.20) 

CMYK percentages

%52.94
%0
%33.33
%20

Codes

Color #60CC88 in popluar color models

60 CC 88
RGB 96 204 136
HSL 142° 51.43% 58.82%
HSB/HSV 142° 52.94% 80.00%
CMYK 52.94% 0.00% 33.33%
20.00%

Color #60CC88 in popluar number systems.

HEX 60 CC 88
Decimal 96 204 136
Binary 1100000 11001100 10001000
Octal 140 314 210

Shades and tints

Shades of #60CC88

#60CC88
(96,204,136)
#58BA7C
(88,186,124)
#50A870
(80,168,112)
#489664
(72,150,100)
#408458
(64,132,88)
#38724C
(56,114,76)
#306040
(48,96,64)
#284E34
(40,78,52)
#203C28
(32,60,40)
#182A1C
(24,42,28)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #60CC88

#60CC88
(96,204,136)
#6ED092
(110,208,146)
#7CD49C
(124,212,156)
#8AD8A6
(138,216,166)
#98DCB0
(152,220,176)
#A6E0BA
(166,224,186)
#B4E4C4
(180,228,196)
#C2E8CE
(194,232,206)
#D0ECD8
(208,236,216)
#DEF0E2
(222,240,226)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60CC88; }

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

This text font color is #60CC88.

Background Color

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

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

This div background color is #60CC88.

Border color

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

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

This div border color is #60CC88.

Opacity

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

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

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

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

This text has shadow with #60CC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60CC88.

Preview

Color preview on black background

This text has color #60CC88 on black background.


Color preview on white background

This text has color #60CC88 on white background.


Black color preview on #60CC88 background

This text has black color on #60CC88 background.


White color preview on #60CC88 background

This text has white color on #60CC88 background.


Related colors

Complementary color

Complementary color for #hex is #9F3377.


I love getcolorcode.com

Triadic colors

1 #8860CC and #CC8860 with #60CC88 are triadic colors.

2 #88CC60 and #CC6088 with #60CC88 are triadic colors.