COLOR #75D1AC

HEX: #75D1AC RGB: (117,209,172)

Color info

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

RGB color model

#75D1AC color RGB value is (117,209,172).

RGB: (117,209,172) (46%, 82%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 209 of 255 = 82%
B 172 of 255 = 67%

117
209
172

R + G + B ~ 65%. #75D1AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 209 + 172 = 498 (100%)
R 117 of 498 ~ 23.49%
G 209 of 498 ~ 41.97%
B 172 of 498 ~ 34.54'%

%23.49
%41.97
%34.54

CMYK color model

#75D1AC color CMYK value is (44,0,18,18).

  • cyan value is 44.02%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 18.04%

CMYK: (44,0,18,18)
C44M0Y18K18 (44%, 0%, 18%, 18%)
(0.44 / 0.00 / 0.18 / 0.18)

CMYK percentages

%44.02
%0
%17.7
%18.04

Codes

Color #75D1AC in popluar color models

75 D1 AC
RGB 117 209 172
HSL 156° 50.00% 63.92%
HSB/HSV 156° 44.02% 81.96%
CMYK 44.02% 0.00% 17.70%
18.04%

Color #75D1AC in popluar number systems.

HEX 75 D1 AC
Decimal 117 209 172
Binary 1110101 11010001 10101100
Octal 165 321 254

Shades and tints

Shades of #75D1AC

#75D1AC
(117,209,172)
#6BBE9D
(107,190,157)
#61AB8E
(97,171,142)
#57987F
(87,152,127)
#4D8570
(77,133,112)
#437261
(67,114,97)
#395F52
(57,95,82)
#2F4C43
(47,76,67)
#253934
(37,57,52)
#1B2625
(27,38,37)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #75D1AC

#75D1AC
(117,209,172)
#81D5B3
(129,213,179)
#8DD9BA
(141,217,186)
#99DDC1
(153,221,193)
#A5E1C8
(165,225,200)
#B1E5CF
(177,229,207)
#BDE9D6
(189,233,214)
#C9EDDD
(201,237,221)
#D5F1E4
(213,241,228)
#E1F5EB
(225,245,235)
#EDF9F2
(237,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D1AC color. Also use rgb(117,209,172) instead hex code.

Text Font Color

.myTextColor { color: #75D1AC; }

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

This text font color is #75D1AC.

Background Color

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

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

This div background color is #75D1AC.

Border color

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

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

This div border color is #75D1AC.

Opacity

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

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

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

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

This text has shadow with #75D1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75D1AC.

Preview

Color preview on black background

This text has color #75D1AC on black background.


Color preview on white background

This text has color #75D1AC on white background.


Black color preview on #75D1AC background

This text has black color on #75D1AC background.


White color preview on #75D1AC background

This text has white color on #75D1AC background.


Related colors

Complementary color

Complementary color for #hex is #8A2E53.


I love getcolorcode.com

Triadic colors

1 #AC75D1 and #D1AC75 with #75D1AC are triadic colors.

2 #ACD175 and #D175AC with #75D1AC are triadic colors.