COLOR #7BEA90

HEX: #7BEA90 RGB: (123,234,144)

Color info

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

RGB color model

#7BEA90 color RGB value is (123,234,144).

RGB: (123,234,144) (48%, 92%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 234 of 255 = 92%
B 144 of 255 = 56%

123
234
144

R + G + B ~ 65%. #7BEA90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 234 + 144 = 501 (100%)
R 123 of 501 ~ 24.55%
G 234 of 501 ~ 46.71%
B 144 of 501 ~ 28.74'%

%24.55
%46.71
%28.74

CMYK color model

#7BEA90 color CMYK value is (47,0,38,8).

  • cyan value is 47.44%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 8.24%
CMYK: (47,0,38,8) C47M0Y38K8 (47%,0%,38%,8%) (0.47/0.00/0.38/0.08) 

CMYK percentages

%47.44
%0
%38.46
%8.24

Codes

Color #7BEA90 in popluar color models

7B EA 90
RGB 123 234 144
HSL 131° 72.55% 70.00%
HSB/HSV 131° 47.44% 91.76%
CMYK 47.44% 0.00% 38.46%
8.24%

Color #7BEA90 in popluar number systems.

HEX 7B EA 90
Decimal 123 234 144
Binary 1111011 11101010 10010000
Octal 173 352 220

Shades and tints

Shades of #7BEA90

#7BEA90
(123,234,144)
#70D583
(112,213,131)
#65C076
(101,192,118)
#5AAB69
(90,171,105)
#4F965C
(79,150,92)
#44814F
(68,129,79)
#396C42
(57,108,66)
#2E5735
(46,87,53)
#234228
(35,66,40)
#182D1B
(24,45,27)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #7BEA90

#7BEA90
(123,234,144)
#87EB9A
(135,235,154)
#93ECA4
(147,236,164)
#9FEDAE
(159,237,174)
#ABEEB8
(171,238,184)
#B7EFC2
(183,239,194)
#C3F0CC
(195,240,204)
#CFF1D6
(207,241,214)
#DBF2E0
(219,242,224)
#E7F3EA
(231,243,234)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BEA90 color. Also use rgb(123,234,144) instead hex code.

Text Font Color

.myTextColor { color: #7BEA90; }

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

This text font color is #7BEA90.

Background Color

.myBgColor { background-color: #7BEA90; }

<div style="background-color:#7BEA90">Inner text</div>

This div background color is #7BEA90.

Border color

.myBorderColor { border: 1px solid #7BEA90; }

<div style="border:3px solid #7BEA90">Div</div>

This div border color is #7BEA90.

Opacity

.myOpacity80 { color: #7BEA90; opacity: 0.8; }

<p style="color:#7BEA90;opacity:0.8;">80%</p>

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

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

This text has shadow with #7BEA90 color.


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

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

This text has shadow with #7BEA90 primary color and red secondary color.


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

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

This text has shadow with #7BEA90 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7BEA90.

Preview

Color preview on black background

This text has color #7BEA90 on black background.


Color preview on white background

This text has color #7BEA90 on white background.


Black color preview on #7BEA90 background

This text has black color on #7BEA90 background.


White color preview on #7BEA90 background

This text has white color on #7BEA90 background.


Related colors

Complementary color

Complementary color for #hex is #84156F.


I love getcolorcode.com

Triadic colors

1 #907BEA and #EA907B with #7BEA90 are triadic colors.

2 #90EA7B and #EA7B90 with #7BEA90 are triadic colors.