COLOR #75AF9B

HEX: #75AF9B RGB: (117,175,155)

Color info

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

RGB color model

#75AF9B color RGB value is (117,175,155).

RGB: (117,175,155) (46%, 69%, 61%)

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 155 of 255 = 61%

117
175
155

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

Portions of RGB colors in percentages

R + G + B = 117 + 175 + 155 = 447 (100%)
R 117 of 447 ~ 26.17%
G 175 of 447 ~ 39.15%
B 155 of 447 ~ 34.68'%

%26.17
%39.15
%34.68

CMYK color model

#75AF9B color CMYK value is (33,0,11,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%

CMYK: (33,0,11,31)
C33M0Y11K31 (33%, 0%, 11%, 31%)
(0.33 / 0.00 / 0.11 / 0.31)

CMYK percentages

%33.14
%0
%11.43
%31.37

Codes

Color #75AF9B in popluar color models

75 AF 9B
RGB 117 175 155
HSL 159° 26.61% 57.25%
HSB/HSV 159° 33.14% 68.63%
CMYK 33.14% 0.00% 11.43%
31.37%

Color #75AF9B in popluar number systems.

HEX 75 AF 9B
Decimal 117 175 155
Binary 1110101 10101111 10011011
Octal 165 257 233

Shades and tints

Shades of #75AF9B

#75AF9B
(117,175,155)
#6BA08D
(107,160,141)
#61917F
(97,145,127)
#578271
(87,130,113)
#4D7363
(77,115,99)
#436455
(67,100,85)
#395547
(57,85,71)
#2F4639
(47,70,57)
#25372B
(37,55,43)
#1B281D
(27,40,29)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #75AF9B

#75AF9B
(117,175,155)
#81B6A4
(129,182,164)
#8DBDAD
(141,189,173)
#99C4B6
(153,196,182)
#A5CBBF
(165,203,191)
#B1D2C8
(177,210,200)
#BDD9D1
(189,217,209)
#C9E0DA
(201,224,218)
#D5E7E3
(213,231,227)
#E1EEEC
(225,238,236)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AF9B; }

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

This text font color is #75AF9B.

Background Color

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

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

This div background color is #75AF9B.

Border color

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

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

This div border color is #75AF9B.

Opacity

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

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

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

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

This text has shadow with #75AF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AF9B.

Preview

Color preview on black background

This text has color #75AF9B on black background.


Color preview on white background

This text has color #75AF9B on white background.


Black color preview on #75AF9B background

This text has black color on #75AF9B background.


White color preview on #75AF9B background

This text has white color on #75AF9B background.


Related colors

Complementary color

Complementary color for #hex is #8A5064.


I love getcolorcode.com

Triadic colors

1 #9B75AF and #AF9B75 with #75AF9B are triadic colors.

2 #9BAF75 and #AF759B with #75AF9B are triadic colors.