COLOR #91E5C5

HEX: #91E5C5
RGB: (145,229,197)

Color info

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

RGB color model

#91E5C5 color RGB value is (145,229,197).

  • red value is 145;
  • green value is 229;
  • blue value is 197.
RGB:
(145,229,197)
(57%,90%,77%)

RGB channels and saturation

R 145 of 255 = 57%
G 229 of 255 = 90%
B 197 of 255 = 77%

145
229
197

R + G + B ~ 75%. #91E5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 229 + 197 = 571 (100%)
R 145 of 571 ~ 25.39%
G 229 of 571 ~ 40.11%
B 197 of 571 ~ 34.5%

%25.39
%40.11
%34.5

CMYK color model

#91E5C5 color CMYK value is (37,0,14,10).

  • cyan value is 36.68%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 10.20%
CMYK:
(37,0,14,10)
C37M0Y14K10 
(37%,0%,14%,10%)
(0.37/0.00/0.14/0.10)	

CMYK percentages

%36.68
%0
%13.97
%10.2

Codes

Color #91E5C5 in popluar color models

91E5C5
RGB145229197
HSL157°61.76%73.33%
HSB/HSV157°36.68%89.80%
CMYK36.68%0.00%13.97%
10.20%

Color #91E5C5 in popluar number systems.

HEX91E5C5
Decimal145229197
Binary100100011110010111000101
Octal221345305

Shades and tints

Shades of #91E5C5

#91E5C5
(145,229,197)
#84D1B4
(132,209,180)
#77BDA3
(119,189,163)
#6AA992
(106,169,146)
#5D9581
(93,149,129)
#508170
(80,129,112)
#436D5F
(67,109,95)
#36594E
(54,89,78)
#29453D
(41,69,61)
#1C312C
(28,49,44)
#0F1D1B
(15,29,27)
#000000
(0,0,0)

Tints of #91E5C5

#91E5C5
(145,229,197)
#9BE7CA
(155,231,202)
#A5E9CF
(165,233,207)
#AFEBD4
(175,235,212)
#B9EDD9
(185,237,217)
#C3EFDE
(195,239,222)
#CDF1E3
(205,241,227)
#D7F3E8
(215,243,232)
#E1F5ED
(225,245,237)
#EBF7F2
(235,247,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91E5C5 color. Also use rgb(145,229,197) instead hex code.

Text Font Color

.myTextColor { color: #91E5C5; }

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

This text font color is #91E5C5.


Background Color

.myBgColor { background-color: #91E5C5; }

<div style="background-color:#91E5C5">Inner text</div>

This div background color is #91E5C5.


Border color

.myBorderColor { border: 1px solid #91E5C5; }

<div style="border:3px solid #91E5C5">Div</div>

This div border color is #91E5C5.


Opacity

.myOpacity80 { color: #91E5C5; opacity: 0.8; }

<p style="color:#91E5C5;opacity:0.8;">80%</p>

Text with #91E5C5 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 #91E5C5;}

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

This text has shadow with #91E5C5 color.

.textShadow {text-shadow: 3px 3px 1px #91E5C5, 3px 3px 1px red;}

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

This text has shadow with #91E5C5 primary color and red secondary color.


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

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

This text has shadow with #91E5C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91E5C5 on black background.


Color preview on white background

This text has color #91E5C5 on white background.



Black color preview on #91E5C5 background

This text has black color on #91E5C5 background.


White color preview on #91E5C5 background

This text has white color on #91E5C5 background.