COLOR #75B49D

HEX: #75B49D RGB: (117,180,157)

Color info

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

RGB color model

#75B49D color RGB value is (117,180,157).

RGB: (117,180,157) (46%, 71%, 62%)

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 157 of 255 = 62%

117
180
157

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

Portions of RGB colors in percentages

R + G + B = 117 + 180 + 157 = 454 (100%)
R 117 of 454 ~ 25.77%
G 180 of 454 ~ 39.65%
B 157 of 454 ~ 34.58'%

%25.77
%39.65
%34.58

CMYK color model

#75B49D color CMYK value is (35,0,13,29).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK: (35,0,13,29) C35M0Y13K29 (35%,0%,13%,29%) (0.35/0.00/0.13/0.29) 

CMYK percentages

%35
%0
%12.78
%29.41

Codes

Color #75B49D in popluar color models

75 B4 9D
RGB 117 180 157
HSL 158° 29.58% 58.24%
HSB/HSV 158° 35.00% 70.59%
CMYK 35.00% 0.00% 12.78%
29.41%

Color #75B49D in popluar number systems.

HEX 75 B4 9D
Decimal 117 180 157
Binary 1110101 10110100 10011101
Octal 165 264 235

Shades and tints

Shades of #75B49D

#75B49D
(117,180,157)
#6BA48F
(107,164,143)
#619481
(97,148,129)
#578473
(87,132,115)
#4D7465
(77,116,101)
#436457
(67,100,87)
#395449
(57,84,73)
#2F443B
(47,68,59)
#25342D
(37,52,45)
#1B241F
(27,36,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #75B49D

#75B49D
(117,180,157)
#81BAA5
(129,186,165)
#8DC0AD
(141,192,173)
#99C6B5
(153,198,181)
#A5CCBD
(165,204,189)
#B1D2C5
(177,210,197)
#BDD8CD
(189,216,205)
#C9DED5
(201,222,213)
#D5E4DD
(213,228,221)
#E1EAE5
(225,234,229)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B49D color. Also use rgb(117,180,157) instead hex code.

Text Font Color

.myTextColor { color: #75B49D; }

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

This text font color is #75B49D.

Background Color

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

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

This div background color is #75B49D.

Border color

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

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

This div border color is #75B49D.

Opacity

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

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

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

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

This text has shadow with #75B49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B49D.

Preview

Color preview on black background

This text has color #75B49D on black background.


Color preview on white background

This text has color #75B49D on white background.


Black color preview on #75B49D background

This text has black color on #75B49D background.


White color preview on #75B49D background

This text has white color on #75B49D background.


Related colors

Complementary color

Complementary color for #hex is #8A4B62.


I love getcolorcode.com

Triadic colors

1 #9D75B4 and #B49D75 with #75B49D are triadic colors.

2 #9DB475 and #B4759D with #75B49D are triadic colors.