COLOR #74AB8F

HEX: #74AB8F
RGB: (116,171,143)

Color info

#74AB8F contains red, green and blue colors in about the same proportion. Web safe color of #74AB8F is #669999 (or #699).

RGB color model

#74AB8F color RGB value is (116,171,143).

  • red value is 116;
  • green value is 171;
  • blue value is 143.
RGB:
(116,171,143)
(45%,67%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 171 of 255 = 67%
B 143 of 255 = 56%

116
171
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 171 + 143 = 430 (100%)
R 116 of 430 ~ 26.98%
G 171 of 430 ~ 39.77%
B 143 of 430 ~ 33.26%

%26.98
%39.77
%33.26

CMYK color model

#74AB8F color CMYK value is (32,0,16,33).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(32,0,16,33)
C32M0Y16K33 
(32%,0%,16%,33%)
(0.32/0.00/0.16/0.33)	

CMYK percentages

%32.16
%0
%16.37
%32.94

Codes

Color #74AB8F in popluar color models

74AB8F
RGB116171143
HSL149°24.66%56.27%
HSB/HSV149°32.16%67.06%
CMYK32.16%0.00%16.37%
32.94%

Color #74AB8F in popluar number systems.

HEX74AB8F
Decimal116171143
Binary11101001010101110001111
Octal164253217

Shades and tints

Shades of #74AB8F

#74AB8F
(116,171,143)
#6A9C82
(106,156,130)
#608D75
(96,141,117)
#567E68
(86,126,104)
#4C6F5B
(76,111,91)
#42604E
(66,96,78)
#385141
(56,81,65)
#2E4234
(46,66,52)
#243327
(36,51,39)
#1A241A
(26,36,26)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #74AB8F

#74AB8F
(116,171,143)
#80B299
(128,178,153)
#8CB9A3
(140,185,163)
#98C0AD
(152,192,173)
#A4C7B7
(164,199,183)
#B0CEC1
(176,206,193)
#BCD5CB
(188,213,203)
#C8DCD5
(200,220,213)
#D4E3DF
(212,227,223)
#E0EAE9
(224,234,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AB8F color. Also use rgb(116,171,143) instead hex code.

Text Font Color

.myTextColor { color: #74AB8F; }

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

This text font color is #74AB8F.


Background Color

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

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

This div background color is #74AB8F.


Border color

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

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

This div border color is #74AB8F.


Opacity

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

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

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

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

This text has shadow with #74AB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AB8F on black background.


Color preview on white background

This text has color #74AB8F on white background.



Black color preview on #74AB8F background

This text has black color on #74AB8F background.


White color preview on #74AB8F background

This text has white color on #74AB8F background.