COLOR #95FFDA

HEX: #95FFDA
RGB: (149,255,218)

Color info

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

RGB color model

#95FFDA color RGB value is (149,255,218).

  • red value is 149;
  • green value is 255;
  • blue value is 218.
RGB:
(149,255,218)
(58%,100%,85%)

RGB channels and saturation

R 149 of 255 = 58%
G 255 of 255 = 100%
B 218 of 255 = 85%

149
255
218

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

Portions of RGB colors in percentages

R + G + B =
149 + 255 + 218 = 622 (100%)
R 149 of 622 ~ 23.95%
G 255 of 622 ~ 41%
B 218 of 622 ~ 35.05%

%23.95
%41
%35.05

CMYK color model

#95FFDA color CMYK value is (42,0,15,0).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK:
(42,0,15,0)
C42M0Y15K0 
(42%,0%,15%,0%)
(0.42/0.00/0.15/0.00)	

CMYK percentages

%41.57
%0
%14.51
%0

Codes

Color #95FFDA in popluar color models

95FFDA
RGB149255218
HSL159°100.00%79.22%
HSB/HSV159°41.57%100.00%
CMYK41.57%0.00%14.51%
0.00%

Color #95FFDA in popluar number systems.

HEX95FFDA
Decimal149255218
Binary100101011111111111011010
Octal225377332

Shades and tints

Shades of #95FFDA

#95FFDA
(149,255,218)
#88E8C7
(136,232,199)
#7BD1B4
(123,209,180)
#6EBAA1
(110,186,161)
#61A38E
(97,163,142)
#548C7B
(84,140,123)
#477568
(71,117,104)
#3A5E55
(58,94,85)
#2D4742
(45,71,66)
#20302F
(32,48,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #95FFDA

#95FFDA
(149,255,218)
#9EFFDD
(158,255,221)
#A7FFE0
(167,255,224)
#B0FFE3
(176,255,227)
#B9FFE6
(185,255,230)
#C2FFE9
(194,255,233)
#CBFFEC
(203,255,236)
#D4FFEF
(212,255,239)
#DDFFF2
(221,255,242)
#E6FFF5
(230,255,245)
#EFFFF8
(239,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FFDA color. Also use rgb(149,255,218) instead hex code.

Text Font Color

.myTextColor { color: #95FFDA; }

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

This text font color is #95FFDA.


Background Color

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

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

This div background color is #95FFDA.


Border color

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

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

This div border color is #95FFDA.


Opacity

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

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

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

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

This text has shadow with #95FFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95FFDA on black background.


Color preview on white background

This text has color #95FFDA on white background.



Black color preview on #95FFDA background

This text has black color on #95FFDA background.


White color preview on #95FFDA background

This text has white color on #95FFDA background.