COLOR #95E8EA

HEX: #95E8EA
RGB: (149,232,234)

Color info

#95E8EA contains mainly green and blue colors. Web safe color of #95E8EA is #99FFFF (or #9FF).

RGB color model

#95E8EA color RGB value is (149,232,234).

  • red value is 149;
  • green value is 232;
  • blue value is 234.
RGB:
(149,232,234)
(58%,91%,92%)

RGB channels and saturation

R 149 of 255 = 58%
G 232 of 255 = 91%
B 234 of 255 = 92%

149
232
234

R + G + B ~ 80%. #95E8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 232 + 234 = 615 (100%)
R 149 of 615 ~ 24.23%
G 232 of 615 ~ 37.72%
B 234 of 615 ~ 38.05%

%24.23
%37.72
%38.05

CMYK color model

#95E8EA color CMYK value is (36,1,0,8).

  • cyan value is 36.32%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(36,1,0,8)
C36M1Y0K8 
(36%,1%,0%,8%)
(0.36/0.01/0.00/0.08)	

CMYK percentages

%36.32
%0.85
%0
%8.24

Codes

Color #95E8EA in popluar color models

95E8EA
RGB149232234
HSL181°66.93%75.10%
HSB/HSV181°36.32%91.76%
CMYK36.32%0.85%0.00%
8.24%

Color #95E8EA in popluar number systems.

HEX95E8EA
Decimal149232234
Binary100101011110100011101010
Octal225350352

Shades and tints

Shades of #95E8EA

#95E8EA
(149,232,234)
#88D3D5
(136,211,213)
#7BBEC0
(123,190,192)
#6EA9AB
(110,169,171)
#619496
(97,148,150)
#547F81
(84,127,129)
#476A6C
(71,106,108)
#3A5557
(58,85,87)
#2D4042
(45,64,66)
#202B2D
(32,43,45)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #95E8EA

#95E8EA
(149,232,234)
#9EEAEB
(158,234,235)
#A7ECEC
(167,236,236)
#B0EEED
(176,238,237)
#B9F0EE
(185,240,238)
#C2F2EF
(194,242,239)
#CBF4F0
(203,244,240)
#D4F6F1
(212,246,241)
#DDF8F2
(221,248,242)
#E6FAF3
(230,250,243)
#EFFCF4
(239,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E8EA color. Also use rgb(149,232,234) instead hex code.

Text Font Color

.myTextColor { color: #95E8EA; }

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

This text font color is #95E8EA.


Background Color

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

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

This div background color is #95E8EA.


Border color

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

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

This div border color is #95E8EA.


Opacity

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

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

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

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

This text has shadow with #95E8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E8EA on black background.


Color preview on white background

This text has color #95E8EA on white background.



Black color preview on #95E8EA background

This text has black color on #95E8EA background.


White color preview on #95E8EA background

This text has white color on #95E8EA background.