COLOR #89F2BE

HEX: #89F2BE
RGB: (137,242,190)

Color info

#89F2BE contains mainly green and blue colors. Web safe color of #89F2BE is #99FFCC (or #9FC).

RGB color model

#89F2BE color RGB value is (137,242,190).

  • red value is 137;
  • green value is 242;
  • blue value is 190.
RGB:
(137,242,190)
(54%,95%,75%)

RGB channels and saturation

R 137 of 255 = 54%
G 242 of 255 = 95%
B 190 of 255 = 75%

137
242
190

R + G + B ~ 75%. #89F2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 242 + 190 = 569 (100%)
R 137 of 569 ~ 24.08%
G 242 of 569 ~ 42.53%
B 190 of 569 ~ 33.39%

%24.08
%42.53
%33.39

CMYK color model

#89F2BE color CMYK value is (43,0,21,5).

  • cyan value is 43.39%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(43,0,21,5)
C43M0Y21K5 
(43%,0%,21%,5%)
(0.43/0.00/0.21/0.05)	

CMYK percentages

%43.39
%0
%21.49
%5.1

Codes

Color #89F2BE in popluar color models

89F2BE
RGB137242190
HSL150°80.15%74.31%
HSB/HSV150°43.39%94.90%
CMYK43.39%0.00%21.49%
5.10%

Color #89F2BE in popluar number systems.

HEX89F2BE
Decimal137242190
Binary100010011111001010111110
Octal211362276

Shades and tints

Shades of #89F2BE

#89F2BE
(137,242,190)
#7DDCAD
(125,220,173)
#71C69C
(113,198,156)
#65B08B
(101,176,139)
#599A7A
(89,154,122)
#4D8469
(77,132,105)
#416E58
(65,110,88)
#355847
(53,88,71)
#294236
(41,66,54)
#1D2C25
(29,44,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #89F2BE

#89F2BE
(137,242,190)
#93F3C3
(147,243,195)
#9DF4C8
(157,244,200)
#A7F5CD
(167,245,205)
#B1F6D2
(177,246,210)
#BBF7D7
(187,247,215)
#C5F8DC
(197,248,220)
#CFF9E1
(207,249,225)
#D9FAE6
(217,250,230)
#E3FBEB
(227,251,235)
#EDFCF0
(237,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89F2BE color. Also use rgb(137,242,190) instead hex code.

Text Font Color

.myTextColor { color: #89F2BE; }

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

This text font color is #89F2BE.


Background Color

.myBgColor { background-color: #89F2BE; }

<div style="background-color:#89F2BE">Inner text</div>

This div background color is #89F2BE.


Border color

.myBorderColor { border: 1px solid #89F2BE; }

<div style="border:3px solid #89F2BE">Div</div>

This div border color is #89F2BE.


Opacity

.myOpacity80 { color: #89F2BE; opacity: 0.8; }

<p style="color:#89F2BE;opacity:0.8;">80%</p>

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

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

This text has shadow with #89F2BE color.

.textShadow {text-shadow: 3px 3px 1px #89F2BE, 3px 3px 1px red;}

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

This text has shadow with #89F2BE primary color and red secondary color.


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

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

This text has shadow with #89F2BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89F2BE on black background.


Color preview on white background

This text has color #89F2BE on white background.



Black color preview on #89F2BE background

This text has black color on #89F2BE background.


White color preview on #89F2BE background

This text has white color on #89F2BE background.