COLOR #74BEBF

HEX: #74BEBF RGB: (116,190,191)

Color info

#74BEBF contains mainly green and blue colors. Web safe color of #74BEBF is #66CCCC (or #6CC).

RGB color model

#74BEBF color RGB value is (116,190,191).

RGB: (116,190,191) (45%, 75%, 75%)

RGB channels and saturation

R 116 of 255 = 45%
G 190 of 255 = 75%
B 191 of 255 = 75%

116
190
191

R + G + B ~ 65%. #74BEBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 190 + 191 = 497 (100%)
R 116 of 497 ~ 23.34%
G 190 of 497 ~ 38.23%
B 191 of 497 ~ 38.43'%

%23.34
%38.23
%38.43

CMYK color model

#74BEBF color CMYK value is (39,1,0,25).

  • cyan value is 39.27%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (39,1,0,25)
C39M1Y0K25 (39%, 1%, 0%, 25%)
(0.39 / 0.01 / 0.00 / 0.25)

CMYK percentages

%39.27
%0.52
%0
%25.1

Codes

Color #74BEBF in popluar color models

74 BE BF
RGB 116 190 191
HSL 181° 36.95% 60.20%
HSB/HSV 181° 39.27% 74.90%
CMYK 39.27% 0.52% 0.00%
25.10%

Color #74BEBF in popluar number systems.

HEX 74 BE BF
Decimal 116 190 191
Binary 1110100 10111110 10111111
Octal 164 276 277

Shades and tints

Shades of #74BEBF

#74BEBF
(116,190,191)
#6AADAE
(106,173,174)
#609C9D
(96,156,157)
#568B8C
(86,139,140)
#4C7A7B
(76,122,123)
#42696A
(66,105,106)
#385859
(56,88,89)
#2E4748
(46,71,72)
#243637
(36,54,55)
#1A2526
(26,37,38)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #74BEBF

#74BEBF
(116,190,191)
#80C3C4
(128,195,196)
#8CC8C9
(140,200,201)
#98CDCE
(152,205,206)
#A4D2D3
(164,210,211)
#B0D7D8
(176,215,216)
#BCDCDD
(188,220,221)
#C8E1E2
(200,225,226)
#D4E6E7
(212,230,231)
#E0EBEC
(224,235,236)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BEBF; }

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

This text font color is #74BEBF.

Background Color

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

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

This div background color is #74BEBF.

Border color

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

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

This div border color is #74BEBF.

Opacity

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

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

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

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

This text has shadow with #74BEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BEBF.

Preview

Color preview on black background

This text has color #74BEBF on black background.


Color preview on white background

This text has color #74BEBF on white background.


Black color preview on #74BEBF background

This text has black color on #74BEBF background.


White color preview on #74BEBF background

This text has white color on #74BEBF background.


Related colors

Complementary color

Complementary color for #hex is #8B4140.


I love getcolorcode.com

Triadic colors

1 #BF74BE and #BEBF74 with #74BEBF are triadic colors.

2 #BFBE74 and #BE74BF with #74BEBF are triadic colors.