COLOR #75AB96

HEX: #75AB96
RGB: (117,171,150)

Color info

#75AB96 contains red, green and blue colors in about the same proportion. Web safe color of #75AB96 is #669999 (or #699).

RGB color model

#75AB96 color RGB value is (117,171,150).

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

RGB channels and saturation

R 117 of 255 = 46%
G 171 of 255 = 67%
B 150 of 255 = 59%

117
171
150

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

Portions of RGB colors in percentages

R + G + B =
117 + 171 + 150 = 438 (100%)
R 117 of 438 ~ 26.71%
G 171 of 438 ~ 39.04%
B 150 of 438 ~ 34.25%

%26.71
%39.04
%34.25

CMYK color model

#75AB96 color CMYK value is (32,0,12,33).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 32.94%
CMYK:
(32,0,12,33)
C32M0Y12K33 
(32%,0%,12%,33%)
(0.32/0.00/0.12/0.33)	

CMYK percentages

%31.58
%0
%12.28
%32.94

Codes

Color #75AB96 in popluar color models

75AB96
RGB117171150
HSL157°24.32%56.47%
HSB/HSV157°31.58%67.06%
CMYK31.58%0.00%12.28%
32.94%

Color #75AB96 in popluar number systems.

HEX75AB96
Decimal117171150
Binary11101011010101110010110
Octal165253226

Shades and tints

Shades of #75AB96

#75AB96
(117,171,150)
#6B9C89
(107,156,137)
#618D7C
(97,141,124)
#577E6F
(87,126,111)
#4D6F62
(77,111,98)
#436055
(67,96,85)
#395148
(57,81,72)
#2F423B
(47,66,59)
#25332E
(37,51,46)
#1B2421
(27,36,33)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #75AB96

#75AB96
(117,171,150)
#81B29F
(129,178,159)
#8DB9A8
(141,185,168)
#99C0B1
(153,192,177)
#A5C7BA
(165,199,186)
#B1CEC3
(177,206,195)
#BDD5CC
(189,213,204)
#C9DCD5
(201,220,213)
#D5E3DE
(213,227,222)
#E1EAE7
(225,234,231)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AB96; }

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

This text font color is #75AB96.


Background Color

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

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

This div background color is #75AB96.


Border color

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

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

This div border color is #75AB96.


Opacity

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

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

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

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

This text has shadow with #75AB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AB96 on black background.


Color preview on white background

This text has color #75AB96 on white background.



Black color preview on #75AB96 background

This text has black color on #75AB96 background.


White color preview on #75AB96 background

This text has white color on #75AB96 background.