COLOR #74BE99

HEX: #74BE99
RGB: (116,190,153)

Color info

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

RGB color model

#74BE99 color RGB value is (116,190,153).

  • red value is 116;
  • green value is 190;
  • blue value is 153.
RGB:
(116,190,153)
(45%,75%,60%)

RGB channels and saturation

R 116 of 255 = 45%
G 190 of 255 = 75%
B 153 of 255 = 60%

116
190
153

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

Portions of RGB colors in percentages

R + G + B =
116 + 190 + 153 = 459 (100%)
R 116 of 459 ~ 25.27%
G 190 of 459 ~ 41.39%
B 153 of 459 ~ 33.33%

%25.27
%41.39
%33.33

CMYK color model

#74BE99 color CMYK value is (39,0,19,25).

  • cyan value is 38.95%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(39,0,19,25)
C39M0Y19K25 
(39%,0%,19%,25%)
(0.39/0.00/0.19/0.25)	

CMYK percentages

%38.95
%0
%19.47
%25.49

Codes

Color #74BE99 in popluar color models

74BE99
RGB116190153
HSL150°36.27%60.00%
HSB/HSV150°38.95%74.51%
CMYK38.95%0.00%19.47%
25.49%

Color #74BE99 in popluar number systems.

HEX74BE99
Decimal116190153
Binary11101001011111010011001
Octal164276231

Shades and tints

Shades of #74BE99

#74BE99
(116,190,153)
#6AAD8C
(106,173,140)
#609C7F
(96,156,127)
#568B72
(86,139,114)
#4C7A65
(76,122,101)
#426958
(66,105,88)
#38584B
(56,88,75)
#2E473E
(46,71,62)
#243631
(36,54,49)
#1A2524
(26,37,36)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #74BE99

#74BE99
(116,190,153)
#80C3A2
(128,195,162)
#8CC8AB
(140,200,171)
#98CDB4
(152,205,180)
#A4D2BD
(164,210,189)
#B0D7C6
(176,215,198)
#BCDCCF
(188,220,207)
#C8E1D8
(200,225,216)
#D4E6E1
(212,230,225)
#E0EBEA
(224,235,234)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BE99 color. Also use rgb(116,190,153) instead hex code.

Text Font Color

.myTextColor { color: #74BE99; }

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

This text font color is #74BE99.


Background Color

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

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

This div background color is #74BE99.


Border color

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

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

This div border color is #74BE99.


Opacity

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

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

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

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

This text has shadow with #74BE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BE99 on black background.


Color preview on white background

This text has color #74BE99 on white background.



Black color preview on #74BE99 background

This text has black color on #74BE99 background.


White color preview on #74BE99 background

This text has white color on #74BE99 background.