COLOR #74FACA

HEX: #74FACA
RGB: (116,250,202)

Color info

#74FACA contains mainly green and blue colors. Web safe color of #74FACA is #66FFCC (or #6FC).

RGB color model

#74FACA color RGB value is (116,250,202).

  • red value is 116;
  • green value is 250;
  • blue value is 202.
RGB:
(116,250,202)
(45%,98%,79%)

RGB channels and saturation

R 116 of 255 = 45%
G 250 of 255 = 98%
B 202 of 255 = 79%

116
250
202

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

Portions of RGB colors in percentages

R + G + B =
116 + 250 + 202 = 568 (100%)
R 116 of 568 ~ 20.42%
G 250 of 568 ~ 44.01%
B 202 of 568 ~ 35.56%

%20.42
%44.01
%35.56

CMYK color model

#74FACA color CMYK value is (54,0,19,2).

  • cyan value is 53.60%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(54,0,19,2)
C54M0Y19K2 
(54%,0%,19%,2%)
(0.54/0.00/0.19/0.02)	

CMYK percentages

%53.6
%0
%19.2
%1.96

Codes

Color #74FACA in popluar color models

74FACA
RGB116250202
HSL159°93.06%71.76%
HSB/HSV159°53.60%98.04%
CMYK53.60%0.00%19.20%
1.96%

Color #74FACA in popluar number systems.

HEX74FACA
Decimal116250202
Binary11101001111101011001010
Octal164372312

Shades and tints

Shades of #74FACA

#74FACA
(116,250,202)
#6AE4B8
(106,228,184)
#60CEA6
(96,206,166)
#56B894
(86,184,148)
#4CA282
(76,162,130)
#428C70
(66,140,112)
#38765E
(56,118,94)
#2E604C
(46,96,76)
#244A3A
(36,74,58)
#1A3428
(26,52,40)
#101E16
(16,30,22)
#000000
(0,0,0)

Tints of #74FACA

#74FACA
(116,250,202)
#80FACE
(128,250,206)
#8CFAD2
(140,250,210)
#98FAD6
(152,250,214)
#A4FADA
(164,250,218)
#B0FADE
(176,250,222)
#BCFAE2
(188,250,226)
#C8FAE6
(200,250,230)
#D4FAEA
(212,250,234)
#E0FAEE
(224,250,238)
#ECFAF2
(236,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74FACA color. Also use rgb(116,250,202) instead hex code.

Text Font Color

.myTextColor { color: #74FACA; }

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

This text font color is #74FACA.


Background Color

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

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

This div background color is #74FACA.


Border color

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

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

This div border color is #74FACA.


Opacity

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

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

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

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

This text has shadow with #74FACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74FACA on black background.


Color preview on white background

This text has color #74FACA on white background.



Black color preview on #74FACA background

This text has black color on #74FACA background.


White color preview on #74FACA background

This text has white color on #74FACA background.