COLOR #74B09E

HEX: #74B09E
RGB: (116,176,158)

Color info

#74B09E contains mainly green and blue colors. Web safe color of #74B09E is #669999 (or #699).

RGB color model

#74B09E color RGB value is (116,176,158).

  • red value is 116;
  • green value is 176;
  • blue value is 158.
RGB:
(116,176,158)
(45%,69%,62%)

RGB channels and saturation

R 116 of 255 = 45%
G 176 of 255 = 69%
B 158 of 255 = 62%

116
176
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 176 + 158 = 450 (100%)
R 116 of 450 ~ 25.78%
G 176 of 450 ~ 39.11%
B 158 of 450 ~ 35.11%

%25.78
%39.11
%35.11

CMYK color model

#74B09E color CMYK value is (34,0,10,31).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(34,0,10,31)
C34M0Y10K31 
(34%,0%,10%,31%)
(0.34/0.00/0.10/0.31)	

CMYK percentages

%34.09
%0
%10.23
%30.98

Codes

Color #74B09E in popluar color models

74B09E
RGB116176158
HSL162°27.52%57.25%
HSB/HSV162°34.09%69.02%
CMYK34.09%0.00%10.23%
30.98%

Color #74B09E in popluar number systems.

HEX74B09E
Decimal116176158
Binary11101001011000010011110
Octal164260236

Shades and tints

Shades of #74B09E

#74B09E
(116,176,158)
#6AA090
(106,160,144)
#609082
(96,144,130)
#568074
(86,128,116)
#4C7066
(76,112,102)
#426058
(66,96,88)
#38504A
(56,80,74)
#2E403C
(46,64,60)
#24302E
(36,48,46)
#1A2020
(26,32,32)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #74B09E

#74B09E
(116,176,158)
#80B7A6
(128,183,166)
#8CBEAE
(140,190,174)
#98C5B6
(152,197,182)
#A4CCBE
(164,204,190)
#B0D3C6
(176,211,198)
#BCDACE
(188,218,206)
#C8E1D6
(200,225,214)
#D4E8DE
(212,232,222)
#E0EFE6
(224,239,230)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B09E color. Also use rgb(116,176,158) instead hex code.

Text Font Color

.myTextColor { color: #74B09E; }

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

This text font color is #74B09E.


Background Color

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

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

This div background color is #74B09E.


Border color

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

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

This div border color is #74B09E.


Opacity

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

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

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

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

This text has shadow with #74B09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B09E on black background.


Color preview on white background

This text has color #74B09E on white background.



Black color preview on #74B09E background

This text has black color on #74B09E background.


White color preview on #74B09E background

This text has white color on #74B09E background.