COLOR #75AFA3

HEX: #75AFA3
RGB: (117,175,163)

Color info

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

RGB color model

#75AFA3 color RGB value is (117,175,163).

  • red value is 117;
  • green value is 175;
  • blue value is 163.
RGB:
(117,175,163)
(46%,69%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 163 of 255 = 64%

117
175
163

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

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 163 = 455 (100%)
R 117 of 455 ~ 25.71%
G 175 of 455 ~ 38.46%
B 163 of 455 ~ 35.82%

%25.71
%38.46
%35.82

CMYK color model

#75AFA3 color CMYK value is (33,0,7,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 31.37%
CMYK:
(33,0,7,31)
C33M0Y7K31 
(33%,0%,7%,31%)
(0.33/0.00/0.07/0.31)	

CMYK percentages

%33.14
%0
%6.86
%31.37

Codes

Color #75AFA3 in popluar color models

75AFA3
RGB117175163
HSL168°26.61%57.25%
HSB/HSV168°33.14%68.63%
CMYK33.14%0.00%6.86%
31.37%

Color #75AFA3 in popluar number systems.

HEX75AFA3
Decimal117175163
Binary11101011010111110100011
Octal165257243

Shades and tints

Shades of #75AFA3

#75AFA3
(117,175,163)
#6BA095
(107,160,149)
#619187
(97,145,135)
#578279
(87,130,121)
#4D736B
(77,115,107)
#43645D
(67,100,93)
#39554F
(57,85,79)
#2F4641
(47,70,65)
#253733
(37,55,51)
#1B2825
(27,40,37)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #75AFA3

#75AFA3
(117,175,163)
#81B6AB
(129,182,171)
#8DBDB3
(141,189,179)
#99C4BB
(153,196,187)
#A5CBC3
(165,203,195)
#B1D2CB
(177,210,203)
#BDD9D3
(189,217,211)
#C9E0DB
(201,224,219)
#D5E7E3
(213,231,227)
#E1EEEB
(225,238,235)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AFA3; }

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

This text font color is #75AFA3.


Background Color

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

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

This div background color is #75AFA3.


Border color

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

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

This div border color is #75AFA3.


Opacity

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

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

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

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

This text has shadow with #75AFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AFA3 on black background.


Color preview on white background

This text has color #75AFA3 on white background.



Black color preview on #75AFA3 background

This text has black color on #75AFA3 background.


White color preview on #75AFA3 background

This text has white color on #75AFA3 background.