COLOR #75C2AA

HEX: #75C2AA RGB: (117,194,170)

Color info

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

RGB color model

#75C2AA color RGB value is (117,194,170).

RGB: (117,194,170) (46%, 76%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 194 of 255 = 76%
B 170 of 255 = 67%

117
194
170

R + G + B ~ 63%. #75C2AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 194 + 170 = 481 (100%)
R 117 of 481 ~ 24.32%
G 194 of 481 ~ 40.33%
B 170 of 481 ~ 35.34'%

%24.32
%40.33
%35.34

CMYK color model

#75C2AA color CMYK value is (40,0,12,24).

  • cyan value is 39.69%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 23.92%

CMYK: (40,0,12,24)
C40M0Y12K24 (40%, 0%, 12%, 24%)
(0.40 / 0.00 / 0.12 / 0.24)

CMYK percentages

%39.69
%0
%12.37
%23.92

Codes

Color #75C2AA in popluar color models

75 C2 AA
RGB 117 194 170
HSL 161° 38.69% 60.98%
HSB/HSV 161° 39.69% 76.08%
CMYK 39.69% 0.00% 12.37%
23.92%

Color #75C2AA in popluar number systems.

HEX 75 C2 AA
Decimal 117 194 170
Binary 1110101 11000010 10101010
Octal 165 302 252

Shades and tints

Shades of #75C2AA

#75C2AA
(117,194,170)
#6BB19B
(107,177,155)
#61A08C
(97,160,140)
#578F7D
(87,143,125)
#4D7E6E
(77,126,110)
#436D5F
(67,109,95)
#395C50
(57,92,80)
#2F4B41
(47,75,65)
#253A32
(37,58,50)
#1B2923
(27,41,35)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #75C2AA

#75C2AA
(117,194,170)
#81C7B1
(129,199,177)
#8DCCB8
(141,204,184)
#99D1BF
(153,209,191)
#A5D6C6
(165,214,198)
#B1DBCD
(177,219,205)
#BDE0D4
(189,224,212)
#C9E5DB
(201,229,219)
#D5EAE2
(213,234,226)
#E1EFE9
(225,239,233)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C2AA color. Also use rgb(117,194,170) instead hex code.

Text Font Color

.myTextColor { color: #75C2AA; }

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

This text font color is #75C2AA.

Background Color

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

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

This div background color is #75C2AA.

Border color

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

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

This div border color is #75C2AA.

Opacity

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

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

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

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

This text has shadow with #75C2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C2AA.

Preview

Color preview on black background

This text has color #75C2AA on black background.


Color preview on white background

This text has color #75C2AA on white background.


Black color preview on #75C2AA background

This text has black color on #75C2AA background.


White color preview on #75C2AA background

This text has white color on #75C2AA background.


Related colors

Complementary color

Complementary color for #hex is #8A3D55.


I love getcolorcode.com

Triadic colors

1 #AA75C2 and #C2AA75 with #75C2AA are triadic colors.

2 #AAC275 and #C275AA with #75C2AA are triadic colors.