COLOR #74C2C3

HEX: #74C2C3 RGB: (116,194,195)

Color info

#74C2C3 contains mainly green and blue colors. Web safe color of #74C2C3 is #66CCCC (or #6CC).

RGB color model

#74C2C3 color RGB value is (116,194,195).

RGB: (116,194,195) (45%, 76%, 76%)

RGB channels and saturation

R 116 of 255 = 45%
G 194 of 255 = 76%
B 195 of 255 = 76%

116
194
195

R + G + B ~ 66%. #74C2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 194 + 195 = 505 (100%)
R 116 of 505 ~ 22.97%
G 194 of 505 ~ 38.42%
B 195 of 505 ~ 38.61'%

%22.97
%38.42
%38.61

CMYK color model

#74C2C3 color CMYK value is (41,1,0,24).

  • cyan value is 40.51%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (41,1,0,24) C41M1Y0K24 (41%,1%,0%,24%) (0.41/0.01/0.00/0.24) 

CMYK percentages

%40.51
%0.51
%0
%23.53

Codes

Color #74C2C3 in popluar color models

74 C2 C3
RGB 116 194 195
HSL 181° 39.70% 60.98%
HSB/HSV 181° 40.51% 76.47%
CMYK 40.51% 0.51% 0.00%
23.53%

Color #74C2C3 in popluar number systems.

HEX 74 C2 C3
Decimal 116 194 195
Binary 1110100 11000010 11000011
Octal 164 302 303

Shades and tints

Shades of #74C2C3

#74C2C3
(116,194,195)
#6AB1B2
(106,177,178)
#60A0A1
(96,160,161)
#568F90
(86,143,144)
#4C7E7F
(76,126,127)
#426D6E
(66,109,110)
#385C5D
(56,92,93)
#2E4B4C
(46,75,76)
#243A3B
(36,58,59)
#1A292A
(26,41,42)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #74C2C3

#74C2C3
(116,194,195)
#80C7C8
(128,199,200)
#8CCCCD
(140,204,205)
#98D1D2
(152,209,210)
#A4D6D7
(164,214,215)
#B0DBDC
(176,219,220)
#BCE0E1
(188,224,225)
#C8E5E6
(200,229,230)
#D4EAEB
(212,234,235)
#E0EFF0
(224,239,240)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C2C3 color. Also use rgb(116,194,195) instead hex code.

Text Font Color

.myTextColor { color: #74C2C3; }

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

This text font color is #74C2C3.

Background Color

.myBgColor { background-color: #74C2C3; }

<div style="background-color:#74C2C3">Inner text</div>

This div background color is #74C2C3.

Border color

.myBorderColor { border: 1px solid #74C2C3; }

<div style="border:3px solid #74C2C3">Div</div>

This div border color is #74C2C3.

Opacity

.myOpacity80 { color: #74C2C3; opacity: 0.8; }

<p style="color:#74C2C3;opacity:0.8;">80%</p>

Text with #74C2C3 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 #74C2C3;}

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

This text has shadow with #74C2C3 color.


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

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

This text has shadow with #74C2C3 primary color and red secondary color.


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

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

This text has shadow with #74C2C3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74C2C3.

Preview

Color preview on black background

This text has color #74C2C3 on black background.


Color preview on white background

This text has color #74C2C3 on white background.


Black color preview on #74C2C3 background

This text has black color on #74C2C3 background.


White color preview on #74C2C3 background

This text has white color on #74C2C3 background.


Related colors

Complementary color

Complementary color for #hex is #8B3D3C.


I love getcolorcode.com

Triadic colors

1 #C374C2 and #C2C374 with #74C2C3 are triadic colors.

2 #C3C274 and #C274C3 with #74C2C3 are triadic colors.