COLOR #75BA96

HEX: #75BA96
RGB: (117,186,150)

Color info

#75BA96 contains mainly green and blue colors. Web safe color of #75BA96 is #66CC99 (or #6C9).

RGB color model

#75BA96 color RGB value is (117,186,150).

  • red value is 117;
  • green value is 186;
  • blue value is 150.
RGB:
(117,186,150)
(46%,73%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 186 of 255 = 73%
B 150 of 255 = 59%

117
186
150

R + G + B ~ 59%. #75BA96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 186 + 150 = 453 (100%)
R 117 of 453 ~ 25.83%
G 186 of 453 ~ 41.06%
B 150 of 453 ~ 33.11%

%25.83
%41.06
%33.11

CMYK color model

#75BA96 color CMYK value is (37,0,19,27).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(37,0,19,27)
C37M0Y19K27 
(37%,0%,19%,27%)
(0.37/0.00/0.19/0.27)	

CMYK percentages

%37.1
%0
%19.35
%27.06

Codes

Color #75BA96 in popluar color models

75BA96
RGB117186150
HSL149°33.33%59.41%
HSB/HSV149°37.10%72.94%
CMYK37.10%0.00%19.35%
27.06%

Color #75BA96 in popluar number systems.

HEX75BA96
Decimal117186150
Binary11101011011101010010110
Octal165272226

Shades and tints

Shades of #75BA96

#75BA96
(117,186,150)
#6BAA89
(107,170,137)
#619A7C
(97,154,124)
#578A6F
(87,138,111)
#4D7A62
(77,122,98)
#436A55
(67,106,85)
#395A48
(57,90,72)
#2F4A3B
(47,74,59)
#253A2E
(37,58,46)
#1B2A21
(27,42,33)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #75BA96

#75BA96
(117,186,150)
#81C09F
(129,192,159)
#8DC6A8
(141,198,168)
#99CCB1
(153,204,177)
#A5D2BA
(165,210,186)
#B1D8C3
(177,216,195)
#BDDECC
(189,222,204)
#C9E4D5
(201,228,213)
#D5EADE
(213,234,222)
#E1F0E7
(225,240,231)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BA96 color. Also use rgb(117,186,150) instead hex code.

Text Font Color

.myTextColor { color: #75BA96; }

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

This text font color is #75BA96.


Background Color

.myBgColor { background-color: #75BA96; }

<div style="background-color:#75BA96">Inner text</div>

This div background color is #75BA96.


Border color

.myBorderColor { border: 1px solid #75BA96; }

<div style="border:3px solid #75BA96">Div</div>

This div border color is #75BA96.


Opacity

.myOpacity80 { color: #75BA96; opacity: 0.8; }

<p style="color:#75BA96;opacity:0.8;">80%</p>

Text with #75BA96 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 #75BA96;}

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

This text has shadow with #75BA96 color.

.textShadow {text-shadow: 3px 3px 1px #75BA96, 3px 3px 1px red;}

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

This text has shadow with #75BA96 primary color and red secondary color.


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

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

This text has shadow with #75BA96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BA96 on black background.


Color preview on white background

This text has color #75BA96 on white background.



Black color preview on #75BA96 background

This text has black color on #75BA96 background.


White color preview on #75BA96 background

This text has white color on #75BA96 background.