COLOR #74D0BF

HEX: #74D0BF RGB: (116,208,191)

Color info

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

RGB color model

#74D0BF color RGB value is (116,208,191).

RGB: (116,208,191) (45%, 82%, 75%)

RGB channels and saturation

R 116 of 255 = 45%
G 208 of 255 = 82%
B 191 of 255 = 75%

116
208
191

R + G + B ~ 67%. #74D0BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 208 + 191 = 515 (100%)
R 116 of 515 ~ 22.52%
G 208 of 515 ~ 40.39%
B 191 of 515 ~ 37.09'%

%22.52
%40.39
%37.09

CMYK color model

#74D0BF color CMYK value is (44,0,8,18).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 8.17%
  • key color value is 18.43%

CMYK: (44,0,8,18)
C44M0Y8K18 (44%, 0%, 8%, 18%)
(0.44 / 0.00 / 0.08 / 0.18)

CMYK percentages

%44.23
%0
%8.17
%18.43

Codes

Color #74D0BF in popluar color models

74 D0 BF
RGB 116 208 191
HSL 169° 49.46% 63.53%
HSB/HSV 169° 44.23% 81.57%
CMYK 44.23% 0.00% 8.17%
18.43%

Color #74D0BF in popluar number systems.

HEX 74 D0 BF
Decimal 116 208 191
Binary 1110100 11010000 10111111
Octal 164 320 277

Shades and tints

Shades of #74D0BF

#74D0BF
(116,208,191)
#6ABEAE
(106,190,174)
#60AC9D
(96,172,157)
#569A8C
(86,154,140)
#4C887B
(76,136,123)
#42766A
(66,118,106)
#386459
(56,100,89)
#2E5248
(46,82,72)
#244037
(36,64,55)
#1A2E26
(26,46,38)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #74D0BF

#74D0BF
(116,208,191)
#80D4C4
(128,212,196)
#8CD8C9
(140,216,201)
#98DCCE
(152,220,206)
#A4E0D3
(164,224,211)
#B0E4D8
(176,228,216)
#BCE8DD
(188,232,221)
#C8ECE2
(200,236,226)
#D4F0E7
(212,240,231)
#E0F4EC
(224,244,236)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74D0BF; }

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

This text font color is #74D0BF.

Background Color

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

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

This div background color is #74D0BF.

Border color

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

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

This div border color is #74D0BF.

Opacity

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

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

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

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

This text has shadow with #74D0BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74D0BF.

Preview

Color preview on black background

This text has color #74D0BF on black background.


Color preview on white background

This text has color #74D0BF on white background.


Black color preview on #74D0BF background

This text has black color on #74D0BF background.


White color preview on #74D0BF background

This text has white color on #74D0BF background.


Related colors

Complementary color

Complementary color for #hex is #8B2F40.


I love getcolorcode.com

Triadic colors

1 #BF74D0 and #D0BF74 with #74D0BF are triadic colors.

2 #BFD074 and #D074BF with #74D0BF are triadic colors.