COLOR #75BAB9

HEX: #75BAB9
RGB: (117,186,185)

Color info

#75BAB9 contains mainly green and blue colors. Web safe color of #75BAB9 is #66CCCC (or #6CC).

RGB color model

#75BAB9 color RGB value is (117,186,185).

  • red value is 117;
  • green value is 186;
  • blue value is 185.
RGB:
(117,186,185)
(46%,73%,73%)

RGB channels and saturation

R 117 of 255 = 46%
G 186 of 255 = 73%
B 185 of 255 = 73%

117
186
185

R + G + B ~ 64%. #75BAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 186 + 185 = 488 (100%)
R 117 of 488 ~ 23.98%
G 186 of 488 ~ 38.11%
B 185 of 488 ~ 37.91%

%23.98
%38.11
%37.91

CMYK color model

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

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(37,0,1,27)
C37M0Y1K27 
(37%,0%,1%,27%)
(0.37/0.00/0.01/0.27)	

CMYK percentages

%37.1
%0
%0.54
%27.06

Codes

Color #75BAB9 in popluar color models

75BAB9
RGB117186185
HSL179°33.33%59.41%
HSB/HSV179°37.10%72.94%
CMYK37.10%0.00%0.54%
27.06%

Color #75BAB9 in popluar number systems.

HEX75BAB9
Decimal117186185
Binary11101011011101010111001
Octal165272271

Shades and tints

Shades of #75BAB9

#75BAB9
(117,186,185)
#6BAAA9
(107,170,169)
#619A99
(97,154,153)
#578A89
(87,138,137)
#4D7A79
(77,122,121)
#436A69
(67,106,105)
#395A59
(57,90,89)
#2F4A49
(47,74,73)
#253A39
(37,58,57)
#1B2A29
(27,42,41)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #75BAB9

#75BAB9
(117,186,185)
#81C0BF
(129,192,191)
#8DC6C5
(141,198,197)
#99CCCB
(153,204,203)
#A5D2D1
(165,210,209)
#B1D8D7
(177,216,215)
#BDDEDD
(189,222,221)
#C9E4E3
(201,228,227)
#D5EAE9
(213,234,233)
#E1F0EF
(225,240,239)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BAB9 color. Also use rgb(117,186,185) instead hex code.

Text Font Color

.myTextColor { color: #75BAB9; }

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

This text font color is #75BAB9.


Background Color

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

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

This div background color is #75BAB9.


Border color

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

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

This div border color is #75BAB9.


Opacity

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

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

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

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

This text has shadow with #75BAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BAB9 on black background.


Color preview on white background

This text has color #75BAB9 on white background.



Black color preview on #75BAB9 background

This text has black color on #75BAB9 background.


White color preview on #75BAB9 background

This text has white color on #75BAB9 background.