COLOR #74D0BC

HEX: #74D0BC RGB: (116,208,188)

Color info

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

RGB color model

#74D0BC color RGB value is (116,208,188).

RGB: (116,208,188) (45%, 82%, 74%)

RGB channels and saturation

R 116 of 255 = 45%
G 208 of 255 = 82%
B 188 of 255 = 74%

116
208
188

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

Portions of RGB colors in percentages

R + G + B = 116 + 208 + 188 = 512 (100%)
R 116 of 512 ~ 22.66%
G 208 of 512 ~ 40.63%
B 188 of 512 ~ 36.72'%

%22.66
%40.63
%36.72

CMYK color model

#74D0BC color CMYK value is (44,0,10,18).

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

CMYK: (44,0,10,18)
C44M0Y10K18 (44%, 0%, 10%, 18%)
(0.44 / 0.00 / 0.10 / 0.18)

CMYK percentages

%44.23
%0
%9.62
%18.43

Codes

Color #74D0BC in popluar color models

74 D0 BC
RGB 116 208 188
HSL 167° 49.46% 63.53%
HSB/HSV 167° 44.23% 81.57%
CMYK 44.23% 0.00% 9.62%
18.43%

Color #74D0BC in popluar number systems.

HEX 74 D0 BC
Decimal 116 208 188
Binary 1110100 11010000 10111100
Octal 164 320 274

Shades and tints

Shades of #74D0BC

#74D0BC
(116,208,188)
#6ABEAB
(106,190,171)
#60AC9A
(96,172,154)
#569A89
(86,154,137)
#4C8878
(76,136,120)
#427667
(66,118,103)
#386456
(56,100,86)
#2E5245
(46,82,69)
#244034
(36,64,52)
#1A2E23
(26,46,35)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #74D0BC

#74D0BC
(116,208,188)
#80D4C2
(128,212,194)
#8CD8C8
(140,216,200)
#98DCCE
(152,220,206)
#A4E0D4
(164,224,212)
#B0E4DA
(176,228,218)
#BCE8E0
(188,232,224)
#C8ECE6
(200,236,230)
#D4F0EC
(212,240,236)
#E0F4F2
(224,244,242)
#ECF8F8
(236,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74D0BC; }

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

This text font color is #74D0BC.

Background Color

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

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

This div background color is #74D0BC.

Border color

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

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

This div border color is #74D0BC.

Opacity

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

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

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

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

This text has shadow with #74D0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74D0BC.

Preview

Color preview on black background

This text has color #74D0BC on black background.


Color preview on white background

This text has color #74D0BC on white background.


Black color preview on #74D0BC background

This text has black color on #74D0BC background.


White color preview on #74D0BC background

This text has white color on #74D0BC background.


Related colors

Complementary color

Complementary color for #hex is #8B2F43.


I love getcolorcode.com

Triadic colors

1 #BC74D0 and #D0BC74 with #74D0BC are triadic colors.

2 #BCD074 and #D074BC with #74D0BC are triadic colors.