COLOR #75BBB0

HEX: #75BBB0 RGB: (117,187,176)

Color info

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

RGB color model

#75BBB0 color RGB value is (117,187,176).

RGB: (117,187,176) (46%, 73%, 69%)

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 176 of 255 = 69%

117
187
176

R + G + B ~ 63%. #75BBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 187 + 176 = 480 (100%)
R 117 of 480 ~ 24.38%
G 187 of 480 ~ 38.96%
B 176 of 480 ~ 36.67'%

%24.38
%38.96
%36.67

CMYK color model

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

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK: (37,0,6,27) C37M0Y6K27 (37%,0%,6%,27%) (0.37/0.00/0.06/0.27) 

CMYK percentages

%37.43
%0
%5.88
%26.67

Codes

Color #75BBB0 in popluar color models

75 BB B0
RGB 117 187 176
HSL 171° 33.98% 59.61%
HSB/HSV 171° 37.43% 73.33%
CMYK 37.43% 0.00% 5.88%
26.67%

Color #75BBB0 in popluar number systems.

HEX 75 BB B0
Decimal 117 187 176
Binary 1110101 10111011 10110000
Octal 165 273 260

Shades and tints

Shades of #75BBB0

#75BBB0
(117,187,176)
#6BAAA0
(107,170,160)
#619990
(97,153,144)
#578880
(87,136,128)
#4D7770
(77,119,112)
#436660
(67,102,96)
#395550
(57,85,80)
#2F4440
(47,68,64)
#253330
(37,51,48)
#1B2220
(27,34,32)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #75BBB0

#75BBB0
(117,187,176)
#81C1B7
(129,193,183)
#8DC7BE
(141,199,190)
#99CDC5
(153,205,197)
#A5D3CC
(165,211,204)
#B1D9D3
(177,217,211)
#BDDFDA
(189,223,218)
#C9E5E1
(201,229,225)
#D5EBE8
(213,235,232)
#E1F1EF
(225,241,239)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BBB0; }

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

This text font color is #75BBB0.

Background Color

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

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

This div background color is #75BBB0.

Border color

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

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

This div border color is #75BBB0.

Opacity

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

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

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

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

This text has shadow with #75BBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75BBB0.

Preview

Color preview on black background

This text has color #75BBB0 on black background.


Color preview on white background

This text has color #75BBB0 on white background.


Black color preview on #75BBB0 background

This text has black color on #75BBB0 background.


White color preview on #75BBB0 background

This text has white color on #75BBB0 background.


Related colors

Complementary color

Complementary color for #hex is #8A444F.


I love getcolorcode.com

Triadic colors

1 #B075BB and #BBB075 with #75BBB0 are triadic colors.

2 #B0BB75 and #BB75B0 with #75BBB0 are triadic colors.