COLOR #75C7CD

HEX: #75C7CD
RGB: (117,199,205)

Color info

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

RGB color model

#75C7CD color RGB value is (117,199,205).

  • red value is 117;
  • green value is 199;
  • blue value is 205.
RGB:
(117,199,205)
(46%,78%,80%)

RGB channels and saturation

R 117 of 255 = 46%
G 199 of 255 = 78%
B 205 of 255 = 80%

117
199
205

R + G + B ~ 68%. #75C7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 199 + 205 = 521 (100%)
R 117 of 521 ~ 22.46%
G 199 of 521 ~ 38.2%
B 205 of 521 ~ 39.35%

%22.46
%38.2
%39.35

CMYK color model

#75C7CD color CMYK value is (43,3,0,20).

  • cyan value is 42.93%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(43,3,0,20)
C43M3Y0K20 
(43%,3%,0%,20%)
(0.43/0.03/0.00/0.20)	

CMYK percentages

%42.93
%2.93
%0
%19.61

Codes

Color #75C7CD in popluar color models

75C7CD
RGB117199205
HSL184°46.81%63.14%
HSB/HSV184°42.93%80.39%
CMYK42.93%2.93%0.00%
19.61%

Color #75C7CD in popluar number systems.

HEX75C7CD
Decimal117199205
Binary11101011100011111001101
Octal165307315

Shades and tints

Shades of #75C7CD

#75C7CD
(117,199,205)
#6BB5BB
(107,181,187)
#61A3A9
(97,163,169)
#579197
(87,145,151)
#4D7F85
(77,127,133)
#436D73
(67,109,115)
#395B61
(57,91,97)
#2F494F
(47,73,79)
#25373D
(37,55,61)
#1B252B
(27,37,43)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #75C7CD

#75C7CD
(117,199,205)
#81CCD1
(129,204,209)
#8DD1D5
(141,209,213)
#99D6D9
(153,214,217)
#A5DBDD
(165,219,221)
#B1E0E1
(177,224,225)
#BDE5E5
(189,229,229)
#C9EAE9
(201,234,233)
#D5EFED
(213,239,237)
#E1F4F1
(225,244,241)
#EDF9F5
(237,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C7CD color. Also use rgb(117,199,205) instead hex code.

Text Font Color

.myTextColor { color: #75C7CD; }

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

This text font color is #75C7CD.


Background Color

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

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

This div background color is #75C7CD.


Border color

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

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

This div border color is #75C7CD.


Opacity

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

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

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

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

This text has shadow with #75C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C7CD on black background.


Color preview on white background

This text has color #75C7CD on white background.



Black color preview on #75C7CD background

This text has black color on #75C7CD background.


White color preview on #75C7CD background

This text has white color on #75C7CD background.