COLOR #75AEAC

HEX: #75AEAC RGB: (117,174,172)

Color info

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

RGB color model

#75AEAC color RGB value is (117,174,172).

RGB: (117,174,172) (46%, 68%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 174 of 255 = 68%
B 172 of 255 = 67%

117
174
172

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

Portions of RGB colors in percentages

R + G + B = 117 + 174 + 172 = 463 (100%)
R 117 of 463 ~ 25.27%
G 174 of 463 ~ 37.58%
B 172 of 463 ~ 37.15'%

%25.27
%37.58
%37.15

CMYK color model

#75AEAC color CMYK value is (33,0,1,32).

  • cyan value is 32.76%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%

CMYK: (33,0,1,32)
C33M0Y1K32 (33%, 0%, 1%, 32%)
(0.33 / 0.00 / 0.01 / 0.32)

CMYK percentages

%32.76
%0
%1.15
%31.76

Codes

Color #75AEAC in popluar color models

75 AE AC
RGB 117 174 172
HSL 178° 26.03% 57.06%
HSB/HSV 178° 32.76% 68.24%
CMYK 32.76% 0.00% 1.15%
31.76%

Color #75AEAC in popluar number systems.

HEX 75 AE AC
Decimal 117 174 172
Binary 1110101 10101110 10101100
Octal 165 256 254

Shades and tints

Shades of #75AEAC

#75AEAC
(117,174,172)
#6B9F9D
(107,159,157)
#61908E
(97,144,142)
#57817F
(87,129,127)
#4D7270
(77,114,112)
#436361
(67,99,97)
#395452
(57,84,82)
#2F4543
(47,69,67)
#253634
(37,54,52)
#1B2725
(27,39,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #75AEAC

#75AEAC
(117,174,172)
#81B5B3
(129,181,179)
#8DBCBA
(141,188,186)
#99C3C1
(153,195,193)
#A5CAC8
(165,202,200)
#B1D1CF
(177,209,207)
#BDD8D6
(189,216,214)
#C9DFDD
(201,223,221)
#D5E6E4
(213,230,228)
#E1EDEB
(225,237,235)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AEAC; }

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

This text font color is #75AEAC.

Background Color

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

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

This div background color is #75AEAC.

Border color

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

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

This div border color is #75AEAC.

Opacity

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

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

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

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

This text has shadow with #75AEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AEAC.

Preview

Color preview on black background

This text has color #75AEAC on black background.


Color preview on white background

This text has color #75AEAC on white background.


Black color preview on #75AEAC background

This text has black color on #75AEAC background.


White color preview on #75AEAC background

This text has white color on #75AEAC background.


Related colors

Complementary color

Complementary color for #hex is #8A5153.


I love getcolorcode.com

Triadic colors

1 #AC75AE and #AEAC75 with #75AEAC are triadic colors.

2 #ACAE75 and #AE75AC with #75AEAC are triadic colors.