COLOR #76FBA1

HEX: #76FBA1
RGB: (118,251,161)

Color info

#76FBA1 contains mainly green color. Web safe color of #76FBA1 is #66FF99 (or #6F9).

RGB color model

#76FBA1 color RGB value is (118,251,161).

  • red value is 118;
  • green value is 251;
  • blue value is 161.
RGB:
(118,251,161)
(46%,98%,63%)

RGB channels and saturation

R 118 of 255 = 46%
G 251 of 255 = 98%
B 161 of 255 = 63%

118
251
161

R + G + B ~ 69%. #76FBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 251 + 161 = 530 (100%)
R 118 of 530 ~ 22.26%
G 251 of 530 ~ 47.36%
B 161 of 530 ~ 30.38%

%22.26
%47.36
%30.38

CMYK color model

#76FBA1 color CMYK value is (53,0,36,2).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 1.57%
CMYK:
(53,0,36,2)
C53M0Y36K2 
(53%,0%,36%,2%)
(0.53/0.00/0.36/0.02)	

CMYK percentages

%52.99
%0
%35.86
%1.57

Codes

Color #76FBA1 in popluar color models

76FBA1
RGB118251161
HSL139°94.33%72.35%
HSB/HSV139°52.99%98.43%
CMYK52.99%0.00%35.86%
1.57%

Color #76FBA1 in popluar number systems.

HEX76FBA1
Decimal118251161
Binary11101101111101110100001
Octal166373241

Shades and tints

Shades of #76FBA1

#76FBA1
(118,251,161)
#6CE593
(108,229,147)
#62CF85
(98,207,133)
#58B977
(88,185,119)
#4EA369
(78,163,105)
#448D5B
(68,141,91)
#3A774D
(58,119,77)
#30613F
(48,97,63)
#264B31
(38,75,49)
#1C3523
(28,53,35)
#121F15
(18,31,21)
#000000
(0,0,0)

Tints of #76FBA1

#76FBA1
(118,251,161)
#82FBA9
(130,251,169)
#8EFBB1
(142,251,177)
#9AFBB9
(154,251,185)
#A6FBC1
(166,251,193)
#B2FBC9
(178,251,201)
#BEFBD1
(190,251,209)
#CAFBD9
(202,251,217)
#D6FBE1
(214,251,225)
#E2FBE9
(226,251,233)
#EEFBF1
(238,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FBA1 color. Also use rgb(118,251,161) instead hex code.

Text Font Color

.myTextColor { color: #76FBA1; }

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

This text font color is #76FBA1.


Background Color

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

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

This div background color is #76FBA1.


Border color

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

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

This div border color is #76FBA1.


Opacity

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

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

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

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

This text has shadow with #76FBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FBA1 on black background.


Color preview on white background

This text has color #76FBA1 on white background.



Black color preview on #76FBA1 background

This text has black color on #76FBA1 background.


White color preview on #76FBA1 background

This text has white color on #76FBA1 background.