COLOR #74AFBF

HEX: #74AFBF
RGB: (116,175,191)

Color info

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

RGB color model

#74AFBF color RGB value is (116,175,191).

  • red value is 116;
  • green value is 175;
  • blue value is 191.
RGB:
(116,175,191)
(45%,69%,75%)

RGB channels and saturation

R 116 of 255 = 45%
G 175 of 255 = 69%
B 191 of 255 = 75%

116
175
191

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

Portions of RGB colors in percentages

R + G + B =
116 + 175 + 191 = 482 (100%)
R 116 of 482 ~ 24.07%
G 175 of 482 ~ 36.31%
B 191 of 482 ~ 39.63%

%24.07
%36.31
%39.63

CMYK color model

#74AFBF color CMYK value is (39,8,0,25).

  • cyan value is 39.27%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(39,8,0,25)
C39M8Y0K25 
(39%,8%,0%,25%)
(0.39/0.08/0.00/0.25)	

CMYK percentages

%39.27
%8.38
%0
%25.1

Codes

Color #74AFBF in popluar color models

74AFBF
RGB116175191
HSL193°36.95%60.20%
HSB/HSV193°39.27%74.90%
CMYK39.27%8.38%0.00%
25.10%

Color #74AFBF in popluar number systems.

HEX74AFBF
Decimal116175191
Binary11101001010111110111111
Octal164257277

Shades and tints

Shades of #74AFBF

#74AFBF
(116,175,191)
#6AA0AE
(106,160,174)
#60919D
(96,145,157)
#56828C
(86,130,140)
#4C737B
(76,115,123)
#42646A
(66,100,106)
#385559
(56,85,89)
#2E4648
(46,70,72)
#243737
(36,55,55)
#1A2826
(26,40,38)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #74AFBF

#74AFBF
(116,175,191)
#80B6C4
(128,182,196)
#8CBDC9
(140,189,201)
#98C4CE
(152,196,206)
#A4CBD3
(164,203,211)
#B0D2D8
(176,210,216)
#BCD9DD
(188,217,221)
#C8E0E2
(200,224,226)
#D4E7E7
(212,231,231)
#E0EEEC
(224,238,236)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AFBF color. Also use rgb(116,175,191) instead hex code.

Text Font Color

.myTextColor { color: #74AFBF; }

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

This text font color is #74AFBF.


Background Color

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

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

This div background color is #74AFBF.


Border color

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

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

This div border color is #74AFBF.


Opacity

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

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

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

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

This text has shadow with #74AFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AFBF on black background.


Color preview on white background

This text has color #74AFBF on white background.



Black color preview on #74AFBF background

This text has black color on #74AFBF background.


White color preview on #74AFBF background

This text has white color on #74AFBF background.