COLOR #75B6A5

HEX: #75B6A5 RGB: (117,182,165)

Color info

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

RGB color model

#75B6A5 color RGB value is (117,182,165).

RGB: (117,182,165) (46%, 71%, 65%)

RGB channels and saturation

R 117 of 255 = 46%
G 182 of 255 = 71%
B 165 of 255 = 65%

117
182
165

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

Portions of RGB colors in percentages

R + G + B = 117 + 182 + 165 = 464 (100%)
R 117 of 464 ~ 25.22%
G 182 of 464 ~ 39.22%
B 165 of 464 ~ 35.56'%

%25.22
%39.22
%35.56

CMYK color model

#75B6A5 color CMYK value is (36,0,9,29).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 9.34%
  • key color value is 28.63%

CMYK: (36,0,9,29)
C36M0Y9K29 (36%, 0%, 9%, 29%)
(0.36 / 0.00 / 0.09 / 0.29)

CMYK percentages

%35.71
%0
%9.34
%28.63

Codes

Color #75B6A5 in popluar color models

75 B6 A5
RGB 117 182 165
HSL 164° 30.81% 58.63%
HSB/HSV 164° 35.71% 71.37%
CMYK 35.71% 0.00% 9.34%
28.63%

Color #75B6A5 in popluar number systems.

HEX 75 B6 A5
Decimal 117 182 165
Binary 1110101 10110110 10100101
Octal 165 266 245

Shades and tints

Shades of #75B6A5

#75B6A5
(117,182,165)
#6BA696
(107,166,150)
#619687
(97,150,135)
#578678
(87,134,120)
#4D7669
(77,118,105)
#43665A
(67,102,90)
#39564B
(57,86,75)
#2F463C
(47,70,60)
#25362D
(37,54,45)
#1B261E
(27,38,30)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #75B6A5

#75B6A5
(117,182,165)
#81BCAD
(129,188,173)
#8DC2B5
(141,194,181)
#99C8BD
(153,200,189)
#A5CEC5
(165,206,197)
#B1D4CD
(177,212,205)
#BDDAD5
(189,218,213)
#C9E0DD
(201,224,221)
#D5E6E5
(213,230,229)
#E1ECED
(225,236,237)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B6A5 color. Also use rgb(117,182,165) instead hex code.

Text Font Color

.myTextColor { color: #75B6A5; }

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

This text font color is #75B6A5.

Background Color

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

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

This div background color is #75B6A5.

Border color

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

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

This div border color is #75B6A5.

Opacity

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

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

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

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

This text has shadow with #75B6A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B6A5.

Preview

Color preview on black background

This text has color #75B6A5 on black background.


Color preview on white background

This text has color #75B6A5 on white background.


Black color preview on #75B6A5 background

This text has black color on #75B6A5 background.


White color preview on #75B6A5 background

This text has white color on #75B6A5 background.


Related colors

Complementary color

Complementary color for #hex is #8A495A.


I love getcolorcode.com

Triadic colors

1 #A575B6 and #B6A575 with #75B6A5 are triadic colors.

2 #A5B675 and #B675A5 with #75B6A5 are triadic colors.