COLOR #75BAB8

HEX: #75BAB8
RGB: (117,186,184)

Color info

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

RGB color model

#75BAB8 color RGB value is (117,186,184).

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

RGB channels and saturation

R 117 of 255 = 46%
G 186 of 255 = 73%
B 184 of 255 = 72%

117
186
184

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

Portions of RGB colors in percentages

R + G + B =
117 + 186 + 184 = 487 (100%)
R 117 of 487 ~ 24.02%
G 186 of 487 ~ 38.19%
B 184 of 487 ~ 37.78%

%24.02
%38.19
%37.78

CMYK color model

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

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • 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
%1.08
%27.06

Codes

Color #75BAB8 in popluar color models

75BAB8
RGB117186184
HSL178°33.33%59.41%
HSB/HSV178°37.10%72.94%
CMYK37.10%0.00%1.08%
27.06%

Color #75BAB8 in popluar number systems.

HEX75BAB8
Decimal117186184
Binary11101011011101010111000
Octal165272270

Shades and tints

Shades of #75BAB8

#75BAB8
(117,186,184)
#6BAAA8
(107,170,168)
#619A98
(97,154,152)
#578A88
(87,138,136)
#4D7A78
(77,122,120)
#436A68
(67,106,104)
#395A58
(57,90,88)
#2F4A48
(47,74,72)
#253A38
(37,58,56)
#1B2A28
(27,42,40)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #75BAB8

#75BAB8
(117,186,184)
#81C0BE
(129,192,190)
#8DC6C4
(141,198,196)
#99CCCA
(153,204,202)
#A5D2D0
(165,210,208)
#B1D8D6
(177,216,214)
#BDDEDC
(189,222,220)
#C9E4E2
(201,228,226)
#D5EAE8
(213,234,232)
#E1F0EE
(225,240,238)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BAB8; }

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

This text font color is #75BAB8.


Background Color

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

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

This div background color is #75BAB8.


Border color

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

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

This div border color is #75BAB8.


Opacity

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

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

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

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

This text has shadow with #75BAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BAB8 on black background.


Color preview on white background

This text has color #75BAB8 on white background.



Black color preview on #75BAB8 background

This text has black color on #75BAB8 background.


White color preview on #75BAB8 background

This text has white color on #75BAB8 background.