COLOR #74AEB6

HEX: #74AEB6
RGB: (116,174,182)

Color info

#74AEB6 contains mainly green and blue colors. Web safe color of #74AEB6 is #6699CC (or #69C).

RGB color model

#74AEB6 color RGB value is (116,174,182).

  • red value is 116;
  • green value is 174;
  • blue value is 182.
RGB:
(116,174,182)
(45%,68%,71%)

RGB channels and saturation

R 116 of 255 = 45%
G 174 of 255 = 68%
B 182 of 255 = 71%

116
174
182

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

Portions of RGB colors in percentages

R + G + B =
116 + 174 + 182 = 472 (100%)
R 116 of 472 ~ 24.58%
G 174 of 472 ~ 36.86%
B 182 of 472 ~ 38.56%

%24.58
%36.86
%38.56

CMYK color model

#74AEB6 color CMYK value is (36,4,0,29).

  • cyan value is 36.26%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(36,4,0,29)
C36M4Y0K29 
(36%,4%,0%,29%)
(0.36/0.04/0.00/0.29)	

CMYK percentages

%36.26
%4.4
%0
%28.63

Codes

Color #74AEB6 in popluar color models

74AEB6
RGB116174182
HSL187°31.13%58.43%
HSB/HSV187°36.26%71.37%
CMYK36.26%4.40%0.00%
28.63%

Color #74AEB6 in popluar number systems.

HEX74AEB6
Decimal116174182
Binary11101001010111010110110
Octal164256266

Shades and tints

Shades of #74AEB6

#74AEB6
(116,174,182)
#6A9FA6
(106,159,166)
#609096
(96,144,150)
#568186
(86,129,134)
#4C7276
(76,114,118)
#426366
(66,99,102)
#385456
(56,84,86)
#2E4546
(46,69,70)
#243636
(36,54,54)
#1A2726
(26,39,38)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #74AEB6

#74AEB6
(116,174,182)
#80B5BC
(128,181,188)
#8CBCC2
(140,188,194)
#98C3C8
(152,195,200)
#A4CACE
(164,202,206)
#B0D1D4
(176,209,212)
#BCD8DA
(188,216,218)
#C8DFE0
(200,223,224)
#D4E6E6
(212,230,230)
#E0EDEC
(224,237,236)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AEB6 color. Also use rgb(116,174,182) instead hex code.

Text Font Color

.myTextColor { color: #74AEB6; }

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

This text font color is #74AEB6.


Background Color

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

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

This div background color is #74AEB6.


Border color

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

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

This div border color is #74AEB6.


Opacity

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

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

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

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

This text has shadow with #74AEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AEB6 on black background.


Color preview on white background

This text has color #74AEB6 on white background.



Black color preview on #74AEB6 background

This text has black color on #74AEB6 background.


White color preview on #74AEB6 background

This text has white color on #74AEB6 background.