COLOR #75AD97

HEX: #75AD97
RGB: (117,173,151)

Color info

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

RGB color model

#75AD97 color RGB value is (117,173,151).

  • red value is 117;
  • green value is 173;
  • blue value is 151.
RGB:
(117,173,151)
(46%,68%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 173 of 255 = 68%
B 151 of 255 = 59%

117
173
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 173 + 151 = 441 (100%)
R 117 of 441 ~ 26.53%
G 173 of 441 ~ 39.23%
B 151 of 441 ~ 34.24%

%26.53
%39.23
%34.24

CMYK color model

#75AD97 color CMYK value is (32,0,13,32).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(32,0,13,32)
C32M0Y13K32 
(32%,0%,13%,32%)
(0.32/0.00/0.13/0.32)	

CMYK percentages

%32.37
%0
%12.72
%32.16

Codes

Color #75AD97 in popluar color models

75AD97
RGB117173151
HSL156°25.45%56.86%
HSB/HSV156°32.37%67.84%
CMYK32.37%0.00%12.72%
32.16%

Color #75AD97 in popluar number systems.

HEX75AD97
Decimal117173151
Binary11101011010110110010111
Octal165255227

Shades and tints

Shades of #75AD97

#75AD97
(117,173,151)
#6B9E8A
(107,158,138)
#618F7D
(97,143,125)
#578070
(87,128,112)
#4D7163
(77,113,99)
#436256
(67,98,86)
#395349
(57,83,73)
#2F443C
(47,68,60)
#25352F
(37,53,47)
#1B2622
(27,38,34)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #75AD97

#75AD97
(117,173,151)
#81B4A0
(129,180,160)
#8DBBA9
(141,187,169)
#99C2B2
(153,194,178)
#A5C9BB
(165,201,187)
#B1D0C4
(177,208,196)
#BDD7CD
(189,215,205)
#C9DED6
(201,222,214)
#D5E5DF
(213,229,223)
#E1ECE8
(225,236,232)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AD97 color. Also use rgb(117,173,151) instead hex code.

Text Font Color

.myTextColor { color: #75AD97; }

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

This text font color is #75AD97.


Background Color

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

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

This div background color is #75AD97.


Border color

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

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

This div border color is #75AD97.


Opacity

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

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

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

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

This text has shadow with #75AD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AD97 on black background.


Color preview on white background

This text has color #75AD97 on white background.



Black color preview on #75AD97 background

This text has black color on #75AD97 background.


White color preview on #75AD97 background

This text has white color on #75AD97 background.