COLOR #75BABB

HEX: #75BABB
RGB: (117,186,187)

Color info

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

RGB color model

#75BABB color RGB value is (117,186,187).

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

RGB channels and saturation

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

117
186
187

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

Portions of RGB colors in percentages

R + G + B =
117 + 186 + 187 = 490 (100%)
R 117 of 490 ~ 23.88%
G 186 of 490 ~ 37.96%
B 187 of 490 ~ 38.16%

%23.88
%37.96
%38.16

CMYK color model

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

  • cyan value is 37.43%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(37,1,0,27)
C37M1Y0K27 
(37%,1%,0%,27%)
(0.37/0.01/0.00/0.27)	

CMYK percentages

%37.43
%0.53
%0
%26.67

Codes

Color #75BABB in popluar color models

75BABB
RGB117186187
HSL181°33.98%59.61%
HSB/HSV181°37.43%73.33%
CMYK37.43%0.53%0.00%
26.67%

Color #75BABB in popluar number systems.

HEX75BABB
Decimal117186187
Binary11101011011101010111011
Octal165272273

Shades and tints

Shades of #75BABB

#75BABB
(117,186,187)
#6BAAAA
(107,170,170)
#619A99
(97,154,153)
#578A88
(87,138,136)
#4D7A77
(77,122,119)
#436A66
(67,106,102)
#395A55
(57,90,85)
#2F4A44
(47,74,68)
#253A33
(37,58,51)
#1B2A22
(27,42,34)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #75BABB

#75BABB
(117,186,187)
#81C0C1
(129,192,193)
#8DC6C7
(141,198,199)
#99CCCD
(153,204,205)
#A5D2D3
(165,210,211)
#B1D8D9
(177,216,217)
#BDDEDF
(189,222,223)
#C9E4E5
(201,228,229)
#D5EAEB
(213,234,235)
#E1F0F1
(225,240,241)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BABB; }

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

This text font color is #75BABB.


Background Color

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

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

This div background color is #75BABB.


Border color

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

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

This div border color is #75BABB.


Opacity

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

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

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

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

This text has shadow with #75BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BABB on black background.


Color preview on white background

This text has color #75BABB on white background.



Black color preview on #75BABB background

This text has black color on #75BABB background.


White color preview on #75BABB background

This text has white color on #75BABB background.