COLOR #76BE9A

HEX: #76BE9A RGB: (118,190,154)

Color info

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

RGB color model

#76BE9A color RGB value is (118,190,154).

RGB: (118,190,154) (46%, 75%, 60%)

RGB channels and saturation

R 118 of 255 = 46%
G 190 of 255 = 75%
B 154 of 255 = 60%

118
190
154

R + G + B ~ 60%. #76BE9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 190 + 154 = 462 (100%)
R 118 of 462 ~ 25.54%
G 190 of 462 ~ 41.13%
B 154 of 462 ~ 33.33'%

%25.54
%41.13
%33.33

CMYK color model

#76BE9A color CMYK value is (38,0,19,25).

  • cyan value is 37.89%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 25.49%
CMYK: (38,0,19,25) C38M0Y19K25 (38%,0%,19%,25%) (0.38/0.00/0.19/0.25) 

CMYK percentages

%37.89
%0
%18.95
%25.49

Codes

Color #76BE9A in popluar color models

76 BE 9A
RGB 118 190 154
HSL 150° 35.64% 60.39%
HSB/HSV 150° 37.89% 74.51%
CMYK 37.89% 0.00% 18.95%
25.49%

Color #76BE9A in popluar number systems.

HEX 76 BE 9A
Decimal 118 190 154
Binary 1110110 10111110 10011010
Octal 166 276 232

Shades and tints

Shades of #76BE9A

#76BE9A
(118,190,154)
#6CAD8C
(108,173,140)
#629C7E
(98,156,126)
#588B70
(88,139,112)
#4E7A62
(78,122,98)
#446954
(68,105,84)
#3A5846
(58,88,70)
#304738
(48,71,56)
#26362A
(38,54,42)
#1C251C
(28,37,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #76BE9A

#76BE9A
(118,190,154)
#82C3A3
(130,195,163)
#8EC8AC
(142,200,172)
#9ACDB5
(154,205,181)
#A6D2BE
(166,210,190)
#B2D7C7
(178,215,199)
#BEDCD0
(190,220,208)
#CAE1D9
(202,225,217)
#D6E6E2
(214,230,226)
#E2EBEB
(226,235,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BE9A color. Also use rgb(118,190,154) instead hex code.

Text Font Color

.myTextColor { color: #76BE9A; }

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

This text font color is #76BE9A.

Background Color

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

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

This div background color is #76BE9A.

Border color

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

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

This div border color is #76BE9A.

Opacity

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

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

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

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

This text has shadow with #76BE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BE9A.

Preview

Color preview on black background

This text has color #76BE9A on black background.


Color preview on white background

This text has color #76BE9A on white background.


Black color preview on #76BE9A background

This text has black color on #76BE9A background.


White color preview on #76BE9A background

This text has white color on #76BE9A background.


Related colors

Complementary color

Complementary color for #hex is #894165.


I love getcolorcode.com

Triadic colors

1 #9A76BE and #BE9A76 with #76BE9A are triadic colors.

2 #9ABE76 and #BE769A with #76BE9A are triadic colors.