COLOR #75ADA4

HEX: #75ADA4 RGB: (117,173,164)

Color info

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

RGB color model

#75ADA4 color RGB value is (117,173,164).

RGB: (117,173,164) (46%, 68%, 64%)

RGB channels and saturation

R 117 of 255 = 46%
G 173 of 255 = 68%
B 164 of 255 = 64%

117
173
164

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

Portions of RGB colors in percentages

R + G + B = 117 + 173 + 164 = 454 (100%)
R 117 of 454 ~ 25.77%
G 173 of 454 ~ 38.11%
B 164 of 454 ~ 36.12'%

%25.77
%38.11
%36.12

CMYK color model

#75ADA4 color CMYK value is (32,0,5,32).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 32.16%

CMYK: (32,0,5,32)
C32M0Y5K32 (32%, 0%, 5%, 32%)
(0.32 / 0.00 / 0.05 / 0.32)

CMYK percentages

%32.37
%0
%5.2
%32.16

Codes

Color #75ADA4 in popluar color models

75 AD A4
RGB 117 173 164
HSL 170° 25.45% 56.86%
HSB/HSV 170° 32.37% 67.84%
CMYK 32.37% 0.00% 5.20%
32.16%

Color #75ADA4 in popluar number systems.

HEX 75 AD A4
Decimal 117 173 164
Binary 1110101 10101101 10100100
Octal 165 255 244

Shades and tints

Shades of #75ADA4

#75ADA4
(117,173,164)
#6B9E96
(107,158,150)
#618F88
(97,143,136)
#57807A
(87,128,122)
#4D716C
(77,113,108)
#43625E
(67,98,94)
#395350
(57,83,80)
#2F4442
(47,68,66)
#253534
(37,53,52)
#1B2626
(27,38,38)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #75ADA4

#75ADA4
(117,173,164)
#81B4AC
(129,180,172)
#8DBBB4
(141,187,180)
#99C2BC
(153,194,188)
#A5C9C4
(165,201,196)
#B1D0CC
(177,208,204)
#BDD7D4
(189,215,212)
#C9DEDC
(201,222,220)
#D5E5E4
(213,229,228)
#E1ECEC
(225,236,236)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75ADA4; }

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

This text font color is #75ADA4.

Background Color

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

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

This div background color is #75ADA4.

Border color

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

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

This div border color is #75ADA4.

Opacity

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

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

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

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

This text has shadow with #75ADA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75ADA4.

Preview

Color preview on black background

This text has color #75ADA4 on black background.


Color preview on white background

This text has color #75ADA4 on white background.


Black color preview on #75ADA4 background

This text has black color on #75ADA4 background.


White color preview on #75ADA4 background

This text has white color on #75ADA4 background.


Related colors

Complementary color

Complementary color for #hex is #8A525B.


I love getcolorcode.com

Triadic colors

1 #A475AD and #ADA475 with #75ADA4 are triadic colors.

2 #A4AD75 and #AD75A4 with #75ADA4 are triadic colors.