COLOR #75AFAA

HEX: #75AFAA RGB: (117,175,170)

Color info

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

RGB color model

#75AFAA color RGB value is (117,175,170).

RGB: (117,175,170) (46%, 69%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 170 of 255 = 67%

117
175
170

R + G + B ~ 61%. #75AFAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 175 + 170 = 462 (100%)
R 117 of 462 ~ 25.32%
G 175 of 462 ~ 37.88%
B 170 of 462 ~ 36.8'%

%25.32
%37.88
%36.8

CMYK color model

#75AFAA color CMYK value is (33,0,3,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK: (33,0,3,31) C33M0Y3K31 (33%,0%,3%,31%) (0.33/0.00/0.03/0.31) 

CMYK percentages

%33.14
%0
%2.86
%31.37

Codes

Color #75AFAA in popluar color models

75 AF AA
RGB 117 175 170
HSL 175° 26.61% 57.25%
HSB/HSV 175° 33.14% 68.63%
CMYK 33.14% 0.00% 2.86%
31.37%

Color #75AFAA in popluar number systems.

HEX 75 AF AA
Decimal 117 175 170
Binary 1110101 10101111 10101010
Octal 165 257 252

Shades and tints

Shades of #75AFAA

#75AFAA
(117,175,170)
#6BA09B
(107,160,155)
#61918C
(97,145,140)
#57827D
(87,130,125)
#4D736E
(77,115,110)
#43645F
(67,100,95)
#395550
(57,85,80)
#2F4641
(47,70,65)
#253732
(37,55,50)
#1B2823
(27,40,35)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #75AFAA

#75AFAA
(117,175,170)
#81B6B1
(129,182,177)
#8DBDB8
(141,189,184)
#99C4BF
(153,196,191)
#A5CBC6
(165,203,198)
#B1D2CD
(177,210,205)
#BDD9D4
(189,217,212)
#C9E0DB
(201,224,219)
#D5E7E2
(213,231,226)
#E1EEE9
(225,238,233)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AFAA; }

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

This text font color is #75AFAA.

Background Color

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

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

This div background color is #75AFAA.

Border color

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

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

This div border color is #75AFAA.

Opacity

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

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

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

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

This text has shadow with #75AFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AFAA.

Preview

Color preview on black background

This text has color #75AFAA on black background.


Color preview on white background

This text has color #75AFAA on white background.


Black color preview on #75AFAA background

This text has black color on #75AFAA background.


White color preview on #75AFAA background

This text has white color on #75AFAA background.


Related colors

Complementary color

Complementary color for #hex is #8A5055.


I love getcolorcode.com

Triadic colors

1 #AA75AF and #AFAA75 with #75AFAA are triadic colors.

2 #AAAF75 and #AF75AA with #75AFAA are triadic colors.