COLOR #75BB88

HEX: #75BB88 RGB: (117,187,136)

Color info

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

RGB color model

#75BB88 color RGB value is (117,187,136).

RGB: (117,187,136) (46%, 73%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 136 of 255 = 53%

117
187
136

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

Portions of RGB colors in percentages

R + G + B = 117 + 187 + 136 = 440 (100%)
R 117 of 440 ~ 26.59%
G 187 of 440 ~ 42.5%
B 136 of 440 ~ 30.91'%

%26.59
%42.5
%30.91

CMYK color model

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

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK: (37,0,27,27) C37M0Y27K27 (37%,0%,27%,27%) (0.37/0.00/0.27/0.27) 

CMYK percentages

%37.43
%0
%27.27
%26.67

Codes

Color #75BB88 in popluar color models

75 BB 88
RGB 117 187 136
HSL 136° 33.98% 59.61%
HSB/HSV 136° 37.43% 73.33%
CMYK 37.43% 0.00% 27.27%
26.67%

Color #75BB88 in popluar number systems.

HEX 75 BB 88
Decimal 117 187 136
Binary 1110101 10111011 10001000
Octal 165 273 210

Shades and tints

Shades of #75BB88

#75BB88
(117,187,136)
#6BAA7C
(107,170,124)
#619970
(97,153,112)
#578864
(87,136,100)
#4D7758
(77,119,88)
#43664C
(67,102,76)
#395540
(57,85,64)
#2F4434
(47,68,52)
#253328
(37,51,40)
#1B221C
(27,34,28)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #75BB88

#75BB88
(117,187,136)
#81C192
(129,193,146)
#8DC79C
(141,199,156)
#99CDA6
(153,205,166)
#A5D3B0
(165,211,176)
#B1D9BA
(177,217,186)
#BDDFC4
(189,223,196)
#C9E5CE
(201,229,206)
#D5EBD8
(213,235,216)
#E1F1E2
(225,241,226)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BB88; }

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

This text font color is #75BB88.

Background Color

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

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

This div background color is #75BB88.

Border color

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

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

This div border color is #75BB88.

Opacity

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

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

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

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

This text has shadow with #75BB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75BB88.

Preview

Color preview on black background

This text has color #75BB88 on black background.


Color preview on white background

This text has color #75BB88 on white background.


Black color preview on #75BB88 background

This text has black color on #75BB88 background.


White color preview on #75BB88 background

This text has white color on #75BB88 background.


Related colors

Complementary color

Complementary color for #hex is #8A4477.


I love getcolorcode.com

Triadic colors

1 #8875BB and #BB8875 with #75BB88 are triadic colors.

2 #88BB75 and #BB7588 with #75BB88 are triadic colors.