COLOR #75D6B1

HEX: #75D6B1
RGB: (117,214,177)

Color info

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

RGB color model

#75D6B1 color RGB value is (117,214,177).

  • red value is 117;
  • green value is 214;
  • blue value is 177.
RGB:
(117,214,177)
(46%,84%,69%)

RGB channels and saturation

R 117 of 255 = 46%
G 214 of 255 = 84%
B 177 of 255 = 69%

117
214
177

R + G + B ~ 66%. #75D6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 214 + 177 = 508 (100%)
R 117 of 508 ~ 23.03%
G 214 of 508 ~ 42.13%
B 177 of 508 ~ 34.84%

%23.03
%42.13
%34.84

CMYK color model

#75D6B1 color CMYK value is (45,0,17,16).

  • cyan value is 45.33%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 16.08%
CMYK:
(45,0,17,16)
C45M0Y17K16 
(45%,0%,17%,16%)
(0.45/0.00/0.17/0.16)	

CMYK percentages

%45.33
%0
%17.29
%16.08

Codes

Color #75D6B1 in popluar color models

75D6B1
RGB117214177
HSL157°54.19%64.90%
HSB/HSV157°45.33%83.92%
CMYK45.33%0.00%17.29%
16.08%

Color #75D6B1 in popluar number systems.

HEX75D6B1
Decimal117214177
Binary11101011101011010110001
Octal165326261

Shades and tints

Shades of #75D6B1

#75D6B1
(117,214,177)
#6BC3A1
(107,195,161)
#61B091
(97,176,145)
#579D81
(87,157,129)
#4D8A71
(77,138,113)
#437761
(67,119,97)
#396451
(57,100,81)
#2F5141
(47,81,65)
#253E31
(37,62,49)
#1B2B21
(27,43,33)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #75D6B1

#75D6B1
(117,214,177)
#81D9B8
(129,217,184)
#8DDCBF
(141,220,191)
#99DFC6
(153,223,198)
#A5E2CD
(165,226,205)
#B1E5D4
(177,229,212)
#BDE8DB
(189,232,219)
#C9EBE2
(201,235,226)
#D5EEE9
(213,238,233)
#E1F1F0
(225,241,240)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D6B1 color. Also use rgb(117,214,177) instead hex code.

Text Font Color

.myTextColor { color: #75D6B1; }

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

This text font color is #75D6B1.


Background Color

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

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

This div background color is #75D6B1.


Border color

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

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

This div border color is #75D6B1.


Opacity

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

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

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

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

This text has shadow with #75D6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D6B1 on black background.


Color preview on white background

This text has color #75D6B1 on white background.



Black color preview on #75D6B1 background

This text has black color on #75D6B1 background.


White color preview on #75D6B1 background

This text has white color on #75D6B1 background.