COLOR #75C5B3

HEX: #75C5B3
RGB: (117,197,179)

Color info

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

RGB color model

#75C5B3 color RGB value is (117,197,179).

  • red value is 117;
  • green value is 197;
  • blue value is 179.
RGB:
(117,197,179)
(46%,77%,70%)

RGB channels and saturation

R 117 of 255 = 46%
G 197 of 255 = 77%
B 179 of 255 = 70%

117
197
179

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

Portions of RGB colors in percentages

R + G + B =
117 + 197 + 179 = 493 (100%)
R 117 of 493 ~ 23.73%
G 197 of 493 ~ 39.96%
B 179 of 493 ~ 36.31%

%23.73
%39.96
%36.31

CMYK color model

#75C5B3 color CMYK value is (41,0,9,23).

  • cyan value is 40.61%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(41,0,9,23)
C41M0Y9K23 
(41%,0%,9%,23%)
(0.41/0.00/0.09/0.23)	

CMYK percentages

%40.61
%0
%9.14
%22.75

Codes

Color #75C5B3 in popluar color models

75C5B3
RGB117197179
HSL167°40.82%61.57%
HSB/HSV167°40.61%77.25%
CMYK40.61%0.00%9.14%
22.75%

Color #75C5B3 in popluar number systems.

HEX75C5B3
Decimal117197179
Binary11101011100010110110011
Octal165305263

Shades and tints

Shades of #75C5B3

#75C5B3
(117,197,179)
#6BB4A3
(107,180,163)
#61A393
(97,163,147)
#579283
(87,146,131)
#4D8173
(77,129,115)
#437063
(67,112,99)
#395F53
(57,95,83)
#2F4E43
(47,78,67)
#253D33
(37,61,51)
#1B2C23
(27,44,35)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #75C5B3

#75C5B3
(117,197,179)
#81CAB9
(129,202,185)
#8DCFBF
(141,207,191)
#99D4C5
(153,212,197)
#A5D9CB
(165,217,203)
#B1DED1
(177,222,209)
#BDE3D7
(189,227,215)
#C9E8DD
(201,232,221)
#D5EDE3
(213,237,227)
#E1F2E9
(225,242,233)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C5B3 color. Also use rgb(117,197,179) instead hex code.

Text Font Color

.myTextColor { color: #75C5B3; }

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

This text font color is #75C5B3.


Background Color

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

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

This div background color is #75C5B3.


Border color

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

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

This div border color is #75C5B3.


Opacity

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

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

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

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

This text has shadow with #75C5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C5B3 on black background.


Color preview on white background

This text has color #75C5B3 on white background.



Black color preview on #75C5B3 background

This text has black color on #75C5B3 background.


White color preview on #75C5B3 background

This text has white color on #75C5B3 background.