COLOR #95F0BE

HEX: #95F0BE
RGB: (149,240,190)

Color info

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

RGB color model

#95F0BE color RGB value is (149,240,190).

  • red value is 149;
  • green value is 240;
  • blue value is 190.
RGB:
(149,240,190)
(58%,94%,75%)

RGB channels and saturation

R 149 of 255 = 58%
G 240 of 255 = 94%
B 190 of 255 = 75%

149
240
190

R + G + B ~ 76%. #95F0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 240 + 190 = 579 (100%)
R 149 of 579 ~ 25.73%
G 240 of 579 ~ 41.45%
B 190 of 579 ~ 32.82%

%25.73
%41.45
%32.82

CMYK color model

#95F0BE color CMYK value is (38,0,21,6).

  • cyan value is 37.92%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(38,0,21,6)
C38M0Y21K6 
(38%,0%,21%,6%)
(0.38/0.00/0.21/0.06)	

CMYK percentages

%37.92
%0
%20.83
%5.88

Codes

Color #95F0BE in popluar color models

95F0BE
RGB149240190
HSL147°75.21%76.27%
HSB/HSV147°37.92%94.12%
CMYK37.92%0.00%20.83%
5.88%

Color #95F0BE in popluar number systems.

HEX95F0BE
Decimal149240190
Binary100101011111000010111110
Octal225360276

Shades and tints

Shades of #95F0BE

#95F0BE
(149,240,190)
#88DBAD
(136,219,173)
#7BC69C
(123,198,156)
#6EB18B
(110,177,139)
#619C7A
(97,156,122)
#548769
(84,135,105)
#477258
(71,114,88)
#3A5D47
(58,93,71)
#2D4836
(45,72,54)
#203325
(32,51,37)
#131E14
(19,30,20)
#000000
(0,0,0)

Tints of #95F0BE

#95F0BE
(149,240,190)
#9EF1C3
(158,241,195)
#A7F2C8
(167,242,200)
#B0F3CD
(176,243,205)
#B9F4D2
(185,244,210)
#C2F5D7
(194,245,215)
#CBF6DC
(203,246,220)
#D4F7E1
(212,247,225)
#DDF8E6
(221,248,230)
#E6F9EB
(230,249,235)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F0BE color. Also use rgb(149,240,190) instead hex code.

Text Font Color

.myTextColor { color: #95F0BE; }

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

This text font color is #95F0BE.


Background Color

.myBgColor { background-color: #95F0BE; }

<div style="background-color:#95F0BE">Inner text</div>

This div background color is #95F0BE.


Border color

.myBorderColor { border: 1px solid #95F0BE; }

<div style="border:3px solid #95F0BE">Div</div>

This div border color is #95F0BE.


Opacity

.myOpacity80 { color: #95F0BE; opacity: 0.8; }

<p style="color:#95F0BE;opacity:0.8;">80%</p>

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

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

This text has shadow with #95F0BE color.

.textShadow {text-shadow: 3px 3px 1px #95F0BE, 3px 3px 1px red;}

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

This text has shadow with #95F0BE primary color and red secondary color.


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

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

This text has shadow with #95F0BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F0BE on black background.


Color preview on white background

This text has color #95F0BE on white background.



Black color preview on #95F0BE background

This text has black color on #95F0BE background.


White color preview on #95F0BE background

This text has white color on #95F0BE background.