COLOR #95FCB6

HEX: #95FCB6 RGB: (149,252,182)

Color info

#95FCB6 contains mainly green color. Web safe color of #95FCB6 is #99FFCC (or #9FC).

RGB color model

#95FCB6 color RGB value is (149,252,182).

RGB: (149,252,182) (58%, 99%, 71%)

RGB channels and saturation

R 149 of 255 = 58%
G 252 of 255 = 99%
B 182 of 255 = 71%

149
252
182

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

Portions of RGB colors in percentages

R + G + B = 149 + 252 + 182 = 583 (100%)
R 149 of 583 ~ 25.56%
G 252 of 583 ~ 43.22%
B 182 of 583 ~ 31.22'%

%25.56
%43.22
%31.22

CMYK color model

#95FCB6 color CMYK value is (41,0,28,1).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 1.18%

CMYK: (41,0,28,1)
C41M0Y28K1 (41%, 0%, 28%, 1%)
(0.41 / 0.00 / 0.28 / 0.01)

CMYK percentages

%40.87
%0
%27.78
%1.18

Codes

Color #95FCB6 in popluar color models

95 FC B6
RGB 149 252 182
HSL 139° 94.50% 78.63%
HSB/HSV 139° 40.87% 98.82%
CMYK 40.87% 0.00% 27.78%
1.18%

Color #95FCB6 in popluar number systems.

HEX 95 FC B6
Decimal 149 252 182
Binary 10010101 11111100 10110110
Octal 225 374 266

Shades and tints

Shades of #95FCB6

#95FCB6
(149,252,182)
#88E6A6
(136,230,166)
#7BD096
(123,208,150)
#6EBA86
(110,186,134)
#61A476
(97,164,118)
#548E66
(84,142,102)
#477856
(71,120,86)
#3A6246
(58,98,70)
#2D4C36
(45,76,54)
#203626
(32,54,38)
#132016
(19,32,22)
#000000
(0,0,0)

Tints of #95FCB6

#95FCB6
(149,252,182)
#9EFCBC
(158,252,188)
#A7FCC2
(167,252,194)
#B0FCC8
(176,252,200)
#B9FCCE
(185,252,206)
#C2FCD4
(194,252,212)
#CBFCDA
(203,252,218)
#D4FCE0
(212,252,224)
#DDFCE6
(221,252,230)
#E6FCEC
(230,252,236)
#EFFCF2
(239,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FCB6 color. Also use rgb(149,252,182) instead hex code.

Text Font Color

.myTextColor { color: #95FCB6; }

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

This text font color is #95FCB6.

Background Color

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

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

This div background color is #95FCB6.

Border color

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

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

This div border color is #95FCB6.

Opacity

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

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

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

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

This text has shadow with #95FCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95FCB6.

Preview

Color preview on black background

This text has color #95FCB6 on black background.


Color preview on white background

This text has color #95FCB6 on white background.


Black color preview on #95FCB6 background

This text has black color on #95FCB6 background.


White color preview on #95FCB6 background

This text has white color on #95FCB6 background.


Related colors

Complementary color

Complementary color for #hex is #6A0349.


I love getcolorcode.com

Triadic colors

1 #B695FC and #FCB695 with #95FCB6 are triadic colors.

2 #B6FC95 and #FC95B6 with #95FCB6 are triadic colors.