COLOR #75BB9A

HEX: #75BB9A RGB: (117,187,154)

Color info

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

RGB color model

#75BB9A color RGB value is (117,187,154).

RGB: (117,187,154) (46%, 73%, 60%)

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 154 of 255 = 60%

117
187
154

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

Portions of RGB colors in percentages

R + G + B = 117 + 187 + 154 = 458 (100%)
R 117 of 458 ~ 25.55%
G 187 of 458 ~ 40.83%
B 154 of 458 ~ 33.62'%

%25.55
%40.83
%33.62

CMYK color model

#75BB9A color CMYK value is (37,0,18,27).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%

CMYK: (37,0,18,27)
C37M0Y18K27 (37%, 0%, 18%, 27%)
(0.37 / 0.00 / 0.18 / 0.27)

CMYK percentages

%37.43
%0
%17.65
%26.67

Codes

Color #75BB9A in popluar color models

75 BB 9A
RGB 117 187 154
HSL 152° 33.98% 59.61%
HSB/HSV 152° 37.43% 73.33%
CMYK 37.43% 0.00% 17.65%
26.67%

Color #75BB9A in popluar number systems.

HEX 75 BB 9A
Decimal 117 187 154
Binary 1110101 10111011 10011010
Octal 165 273 232

Shades and tints

Shades of #75BB9A

#75BB9A
(117,187,154)
#6BAA8C
(107,170,140)
#61997E
(97,153,126)
#578870
(87,136,112)
#4D7762
(77,119,98)
#436654
(67,102,84)
#395546
(57,85,70)
#2F4438
(47,68,56)
#25332A
(37,51,42)
#1B221C
(27,34,28)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #75BB9A

#75BB9A
(117,187,154)
#81C1A3
(129,193,163)
#8DC7AC
(141,199,172)
#99CDB5
(153,205,181)
#A5D3BE
(165,211,190)
#B1D9C7
(177,217,199)
#BDDFD0
(189,223,208)
#C9E5D9
(201,229,217)
#D5EBE2
(213,235,226)
#E1F1EB
(225,241,235)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BB9A color. Also use rgb(117,187,154) instead hex code.

Text Font Color

.myTextColor { color: #75BB9A; }

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

This text font color is #75BB9A.

Background Color

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

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

This div background color is #75BB9A.

Border color

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

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

This div border color is #75BB9A.

Opacity

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

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

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

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

This text has shadow with #75BB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75BB9A.

Preview

Color preview on black background

This text has color #75BB9A on black background.


Color preview on white background

This text has color #75BB9A on white background.


Black color preview on #75BB9A background

This text has black color on #75BB9A background.


White color preview on #75BB9A background

This text has white color on #75BB9A background.


Related colors

Complementary color

Complementary color for #hex is #8A4465.


I love getcolorcode.com

Triadic colors

1 #9A75BB and #BB9A75 with #75BB9A are triadic colors.

2 #9ABB75 and #BB759A with #75BB9A are triadic colors.