COLOR #74D7BE

HEX: #74D7BE RGB: (116,215,190)

Color info

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

RGB color model

#74D7BE color RGB value is (116,215,190).

RGB: (116,215,190) (45%, 84%, 75%)

RGB channels and saturation

R 116 of 255 = 45%
G 215 of 255 = 84%
B 190 of 255 = 75%

116
215
190

R + G + B ~ 68%. #74D7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 215 + 190 = 521 (100%)
R 116 of 521 ~ 22.26%
G 215 of 521 ~ 41.27%
B 190 of 521 ~ 36.47'%

%22.26
%41.27
%36.47

CMYK color model

#74D7BE color CMYK value is (46,0,12,16).

  • cyan value is 46.05%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK: (46,0,12,16) C46M0Y12K16 (46%,0%,12%,16%) (0.46/0.00/0.12/0.16) 

CMYK percentages

%46.05
%0
%11.63
%15.69

Codes

Color #74D7BE in popluar color models

74 D7 BE
RGB 116 215 190
HSL 165° 55.31% 64.90%
HSB/HSV 165° 46.05% 84.31%
CMYK 46.05% 0.00% 11.63%
15.69%

Color #74D7BE in popluar number systems.

HEX 74 D7 BE
Decimal 116 215 190
Binary 1110100 11010111 10111110
Octal 164 327 276

Shades and tints

Shades of #74D7BE

#74D7BE
(116,215,190)
#6AC4AD
(106,196,173)
#60B19C
(96,177,156)
#569E8B
(86,158,139)
#4C8B7A
(76,139,122)
#427869
(66,120,105)
#386558
(56,101,88)
#2E5247
(46,82,71)
#243F36
(36,63,54)
#1A2C25
(26,44,37)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #74D7BE

#74D7BE
(116,215,190)
#80DAC3
(128,218,195)
#8CDDC8
(140,221,200)
#98E0CD
(152,224,205)
#A4E3D2
(164,227,210)
#B0E6D7
(176,230,215)
#BCE9DC
(188,233,220)
#C8ECE1
(200,236,225)
#D4EFE6
(212,239,230)
#E0F2EB
(224,242,235)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74D7BE; }

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

This text font color is #74D7BE.

Background Color

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

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

This div background color is #74D7BE.

Border color

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

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

This div border color is #74D7BE.

Opacity

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

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

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

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

This text has shadow with #74D7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74D7BE.

Preview

Color preview on black background

This text has color #74D7BE on black background.


Color preview on white background

This text has color #74D7BE on white background.


Black color preview on #74D7BE background

This text has black color on #74D7BE background.


White color preview on #74D7BE background

This text has white color on #74D7BE background.


Related colors

Complementary color

Complementary color for #hex is #8B2841.


I love getcolorcode.com

Triadic colors

1 #BE74D7 and #D7BE74 with #74D7BE are triadic colors.

2 #BED774 and #D774BE with #74D7BE are triadic colors.