COLOR #76BFA3

HEX: #76BFA3 RGB: (118,191,163)

Color info

#76BFA3 contains mainly green and blue colors. Web safe color of #76BFA3 is #66CC99 (or #6C9).

RGB color model

#76BFA3 color RGB value is (118,191,163).

RGB: (118,191,163) (46%, 75%, 64%)

RGB channels and saturation

R 118 of 255 = 46%
G 191 of 255 = 75%
B 163 of 255 = 64%

118
191
163

R + G + B ~ 62%. #76BFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 191 + 163 = 472 (100%)
R 118 of 472 ~ 25%
G 191 of 472 ~ 40.47%
B 163 of 472 ~ 34.53'%

%25
%40.47
%34.53

CMYK color model

#76BFA3 color CMYK value is (38,0,15,25).

  • cyan value is 38.22%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 25.10%

CMYK: (38,0,15,25)
C38M0Y15K25 (38%, 0%, 15%, 25%)
(0.38 / 0.00 / 0.15 / 0.25)

CMYK percentages

%38.22
%0
%14.66
%25.1

Codes

Color #76BFA3 in popluar color models

76 BF A3
RGB 118 191 163
HSL 157° 36.32% 60.59%
HSB/HSV 157° 38.22% 74.90%
CMYK 38.22% 0.00% 14.66%
25.10%

Color #76BFA3 in popluar number systems.

HEX 76 BF A3
Decimal 118 191 163
Binary 1110110 10111111 10100011
Octal 166 277 243

Shades and tints

Shades of #76BFA3

#76BFA3
(118,191,163)
#6CAE95
(108,174,149)
#629D87
(98,157,135)
#588C79
(88,140,121)
#4E7B6B
(78,123,107)
#446A5D
(68,106,93)
#3A594F
(58,89,79)
#304841
(48,72,65)
#263733
(38,55,51)
#1C2625
(28,38,37)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #76BFA3

#76BFA3
(118,191,163)
#82C4AB
(130,196,171)
#8EC9B3
(142,201,179)
#9ACEBB
(154,206,187)
#A6D3C3
(166,211,195)
#B2D8CB
(178,216,203)
#BEDDD3
(190,221,211)
#CAE2DB
(202,226,219)
#D6E7E3
(214,231,227)
#E2ECEB
(226,236,235)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BFA3 color. Also use rgb(118,191,163) instead hex code.

Text Font Color

.myTextColor { color: #76BFA3; }

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

This text font color is #76BFA3.

Background Color

.myBgColor { background-color: #76BFA3; }

<div style="background-color:#76BFA3">Inner text</div>

This div background color is #76BFA3.

Border color

.myBorderColor { border: 1px solid #76BFA3; }

<div style="border:3px solid #76BFA3">Div</div>

This div border color is #76BFA3.

Opacity

.myOpacity80 { color: #76BFA3; opacity: 0.8; }

<p style="color:#76BFA3;opacity:0.8;">80%</p>

Text with #76BFA3 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 #76BFA3;}

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

This text has shadow with #76BFA3 color.


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

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

This text has shadow with #76BFA3 primary color and red secondary color.


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

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

This text has shadow with #76BFA3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76BFA3.

Preview

Color preview on black background

This text has color #76BFA3 on black background.


Color preview on white background

This text has color #76BFA3 on white background.


Black color preview on #76BFA3 background

This text has black color on #76BFA3 background.


White color preview on #76BFA3 background

This text has white color on #76BFA3 background.


Related colors

Complementary color

Complementary color for #hex is #89405C.


I love getcolorcode.com

Triadic colors

1 #A376BF and #BFA376 with #76BFA3 are triadic colors.

2 #A3BF76 and #BF76A3 with #76BFA3 are triadic colors.