COLOR #75BD94

HEX: #75BD94 RGB: (117,189,148)

Color info

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

RGB color model

#75BD94 color RGB value is (117,189,148).

RGB: (117,189,148) (46%, 74%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 189 of 255 = 74%
B 148 of 255 = 58%

117
189
148

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

Portions of RGB colors in percentages

R + G + B = 117 + 189 + 148 = 454 (100%)
R 117 of 454 ~ 25.77%
G 189 of 454 ~ 41.63%
B 148 of 454 ~ 32.6'%

%25.77
%41.63
%32.6

CMYK color model

#75BD94 color CMYK value is (38,0,22,26).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 21.69%
  • key color value is 25.88%

CMYK: (38,0,22,26)
C38M0Y22K26 (38%, 0%, 22%, 26%)
(0.38 / 0.00 / 0.22 / 0.26)

CMYK percentages

%38.1
%0
%21.69
%25.88

Codes

Color #75BD94 in popluar color models

75 BD 94
RGB 117 189 148
HSL 146° 35.29% 60.00%
HSB/HSV 146° 38.10% 74.12%
CMYK 38.10% 0.00% 21.69%
25.88%

Color #75BD94 in popluar number systems.

HEX 75 BD 94
Decimal 117 189 148
Binary 1110101 10111101 10010100
Octal 165 275 224

Shades and tints

Shades of #75BD94

#75BD94
(117,189,148)
#6BAC87
(107,172,135)
#619B7A
(97,155,122)
#578A6D
(87,138,109)
#4D7960
(77,121,96)
#436853
(67,104,83)
#395746
(57,87,70)
#2F4639
(47,70,57)
#25352C
(37,53,44)
#1B241F
(27,36,31)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #75BD94

#75BD94
(117,189,148)
#81C39D
(129,195,157)
#8DC9A6
(141,201,166)
#99CFAF
(153,207,175)
#A5D5B8
(165,213,184)
#B1DBC1
(177,219,193)
#BDE1CA
(189,225,202)
#C9E7D3
(201,231,211)
#D5EDDC
(213,237,220)
#E1F3E5
(225,243,229)
#EDF9EE
(237,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BD94 color. Also use rgb(117,189,148) instead hex code.

Text Font Color

.myTextColor { color: #75BD94; }

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

This text font color is #75BD94.

Background Color

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

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

This div background color is #75BD94.

Border color

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

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

This div border color is #75BD94.

Opacity

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

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

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

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

This text has shadow with #75BD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75BD94.

Preview

Color preview on black background

This text has color #75BD94 on black background.


Color preview on white background

This text has color #75BD94 on white background.


Black color preview on #75BD94 background

This text has black color on #75BD94 background.


White color preview on #75BD94 background

This text has white color on #75BD94 background.


Related colors

Complementary color

Complementary color for #hex is #8A426B.


I love getcolorcode.com

Triadic colors

1 #9475BD and #BD9475 with #75BD94 are triadic colors.

2 #94BD75 and #BD7594 with #75BD94 are triadic colors.