COLOR #76EBBE

HEX: #76EBBE
RGB: (118,235,190)

Color info

#76EBBE contains mainly green and blue colors. Web safe color of #76EBBE is #66FFCC (or #6FC).

RGB color model

#76EBBE color RGB value is (118,235,190).

  • red value is 118;
  • green value is 235;
  • blue value is 190.
RGB:
(118,235,190)
(46%,92%,75%)

RGB channels and saturation

R 118 of 255 = 46%
G 235 of 255 = 92%
B 190 of 255 = 75%

118
235
190

R + G + B ~ 71%. #76EBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 235 + 190 = 543 (100%)
R 118 of 543 ~ 21.73%
G 235 of 543 ~ 43.28%
B 190 of 543 ~ 34.99%

%21.73
%43.28
%34.99

CMYK color model

#76EBBE color CMYK value is (50,0,19,8).

  • cyan value is 49.79%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(50,0,19,8)
C50M0Y19K8 
(50%,0%,19%,8%)
(0.50/0.00/0.19/0.08)	

CMYK percentages

%49.79
%0
%19.15
%7.84

Codes

Color #76EBBE in popluar color models

76EBBE
RGB118235190
HSL157°74.52%69.22%
HSB/HSV157°49.79%92.16%
CMYK49.79%0.00%19.15%
7.84%

Color #76EBBE in popluar number systems.

HEX76EBBE
Decimal118235190
Binary11101101110101110111110
Octal166353276

Shades and tints

Shades of #76EBBE

#76EBBE
(118,235,190)
#6CD6AD
(108,214,173)
#62C19C
(98,193,156)
#58AC8B
(88,172,139)
#4E977A
(78,151,122)
#448269
(68,130,105)
#3A6D58
(58,109,88)
#305847
(48,88,71)
#264336
(38,67,54)
#1C2E25
(28,46,37)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #76EBBE

#76EBBE
(118,235,190)
#82ECC3
(130,236,195)
#8EEDC8
(142,237,200)
#9AEECD
(154,238,205)
#A6EFD2
(166,239,210)
#B2F0D7
(178,240,215)
#BEF1DC
(190,241,220)
#CAF2E1
(202,242,225)
#D6F3E6
(214,243,230)
#E2F4EB
(226,244,235)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76EBBE; }

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

This text font color is #76EBBE.


Background Color

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

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

This div background color is #76EBBE.


Border color

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

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

This div border color is #76EBBE.


Opacity

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

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

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

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

This text has shadow with #76EBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EBBE on black background.


Color preview on white background

This text has color #76EBBE on white background.



Black color preview on #76EBBE background

This text has black color on #76EBBE background.


White color preview on #76EBBE background

This text has white color on #76EBBE background.