COLOR #95E5E1

HEX: #95E5E1
RGB: (149,229,225)

Color info

#95E5E1 contains mainly green and blue colors. Web safe color of #95E5E1 is #99CCCC (or #9CC).

RGB color model

#95E5E1 color RGB value is (149,229,225).

  • red value is 149;
  • green value is 229;
  • blue value is 225.
RGB:
(149,229,225)
(58%,90%,88%)

RGB channels and saturation

R 149 of 255 = 58%
G 229 of 255 = 90%
B 225 of 255 = 88%

149
229
225

R + G + B ~ 79%. #95E5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 229 + 225 = 603 (100%)
R 149 of 603 ~ 24.71%
G 229 of 603 ~ 37.98%
B 225 of 603 ~ 37.31%

%24.71
%37.98
%37.31

CMYK color model

#95E5E1 color CMYK value is (35,0,2,10).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 10.20%
CMYK:
(35,0,2,10)
C35M0Y2K10 
(35%,0%,2%,10%)
(0.35/0.00/0.02/0.10)	

CMYK percentages

%34.93
%0
%1.75
%10.2

Codes

Color #95E5E1 in popluar color models

95E5E1
RGB149229225
HSL177°60.61%74.12%
HSB/HSV177°34.93%89.80%
CMYK34.93%0.00%1.75%
10.20%

Color #95E5E1 in popluar number systems.

HEX95E5E1
Decimal149229225
Binary100101011110010111100001
Octal225345341

Shades and tints

Shades of #95E5E1

#95E5E1
(149,229,225)
#88D1CD
(136,209,205)
#7BBDB9
(123,189,185)
#6EA9A5
(110,169,165)
#619591
(97,149,145)
#54817D
(84,129,125)
#476D69
(71,109,105)
#3A5955
(58,89,85)
#2D4541
(45,69,65)
#20312D
(32,49,45)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #95E5E1

#95E5E1
(149,229,225)
#9EE7E3
(158,231,227)
#A7E9E5
(167,233,229)
#B0EBE7
(176,235,231)
#B9EDE9
(185,237,233)
#C2EFEB
(194,239,235)
#CBF1ED
(203,241,237)
#D4F3EF
(212,243,239)
#DDF5F1
(221,245,241)
#E6F7F3
(230,247,243)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E5E1 color. Also use rgb(149,229,225) instead hex code.

Text Font Color

.myTextColor { color: #95E5E1; }

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

This text font color is #95E5E1.


Background Color

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

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

This div background color is #95E5E1.


Border color

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

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

This div border color is #95E5E1.


Opacity

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

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

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

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

This text has shadow with #95E5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E5E1 on black background.


Color preview on white background

This text has color #95E5E1 on white background.



Black color preview on #95E5E1 background

This text has black color on #95E5E1 background.


White color preview on #95E5E1 background

This text has white color on #95E5E1 background.