COLOR #95F4E2

HEX: #95F4E2
RGB: (149,244,226)

Color info

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

RGB color model

#95F4E2 color RGB value is (149,244,226).

  • red value is 149;
  • green value is 244;
  • blue value is 226.
RGB:
(149,244,226)
(58%,96%,89%)

RGB channels and saturation

R 149 of 255 = 58%
G 244 of 255 = 96%
B 226 of 255 = 89%

149
244
226

R + G + B ~ 81%. #95F4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 244 + 226 = 619 (100%)
R 149 of 619 ~ 24.07%
G 244 of 619 ~ 39.42%
B 226 of 619 ~ 36.51%

%24.07
%39.42
%36.51

CMYK color model

#95F4E2 color CMYK value is (39,0,7,4).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 4.31%
CMYK:
(39,0,7,4)
C39M0Y7K4 
(39%,0%,7%,4%)
(0.39/0.00/0.07/0.04)	

CMYK percentages

%38.93
%0
%7.38
%4.31

Codes

Color #95F4E2 in popluar color models

95F4E2
RGB149244226
HSL169°81.20%77.06%
HSB/HSV169°38.93%95.69%
CMYK38.93%0.00%7.38%
4.31%

Color #95F4E2 in popluar number systems.

HEX95F4E2
Decimal149244226
Binary100101011111010011100010
Octal225364342

Shades and tints

Shades of #95F4E2

#95F4E2
(149,244,226)
#88DECE
(136,222,206)
#7BC8BA
(123,200,186)
#6EB2A6
(110,178,166)
#619C92
(97,156,146)
#54867E
(84,134,126)
#47706A
(71,112,106)
#3A5A56
(58,90,86)
#2D4442
(45,68,66)
#202E2E
(32,46,46)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #95F4E2

#95F4E2
(149,244,226)
#9EF5E4
(158,245,228)
#A7F6E6
(167,246,230)
#B0F7E8
(176,247,232)
#B9F8EA
(185,248,234)
#C2F9EC
(194,249,236)
#CBFAEE
(203,250,238)
#D4FBF0
(212,251,240)
#DDFCF2
(221,252,242)
#E6FDF4
(230,253,244)
#EFFEF6
(239,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F4E2 color. Also use rgb(149,244,226) instead hex code.

Text Font Color

.myTextColor { color: #95F4E2; }

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

This text font color is #95F4E2.


Background Color

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

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

This div background color is #95F4E2.


Border color

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

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

This div border color is #95F4E2.


Opacity

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

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

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

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

This text has shadow with #95F4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F4E2 on black background.


Color preview on white background

This text has color #95F4E2 on white background.



Black color preview on #95F4E2 background

This text has black color on #95F4E2 background.


White color preview on #95F4E2 background

This text has white color on #95F4E2 background.