COLOR #75C0CD

HEX: #75C0CD
RGB: (117,192,205)

Color info

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

RGB color model

#75C0CD color RGB value is (117,192,205).

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

RGB channels and saturation

R 117 of 255 = 46%
G 192 of 255 = 75%
B 205 of 255 = 80%

117
192
205

R + G + B ~ 67%. #75C0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 192 + 205 = 514 (100%)
R 117 of 514 ~ 22.76%
G 192 of 514 ~ 37.35%
B 205 of 514 ~ 39.88%

%22.76
%37.35
%39.88

CMYK color model

#75C0CD color CMYK value is (43,6,0,20).

  • cyan value is 42.93%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(43,6,0,20)
C43M6Y0K20 
(43%,6%,0%,20%)
(0.43/0.06/0.00/0.20)	

CMYK percentages

%42.93
%6.34
%0
%19.61

Codes

Color #75C0CD in popluar color models

75C0CD
RGB117192205
HSL189°46.81%63.14%
HSB/HSV189°42.93%80.39%
CMYK42.93%6.34%0.00%
19.61%

Color #75C0CD in popluar number systems.

HEX75C0CD
Decimal117192205
Binary11101011100000011001101
Octal165300315

Shades and tints

Shades of #75C0CD

#75C0CD
(117,192,205)
#6BAFBB
(107,175,187)
#619EA9
(97,158,169)
#578D97
(87,141,151)
#4D7C85
(77,124,133)
#436B73
(67,107,115)
#395A61
(57,90,97)
#2F494F
(47,73,79)
#25383D
(37,56,61)
#1B272B
(27,39,43)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #75C0CD

#75C0CD
(117,192,205)
#81C5D1
(129,197,209)
#8DCAD5
(141,202,213)
#99CFD9
(153,207,217)
#A5D4DD
(165,212,221)
#B1D9E1
(177,217,225)
#BDDEE5
(189,222,229)
#C9E3E9
(201,227,233)
#D5E8ED
(213,232,237)
#E1EDF1
(225,237,241)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C0CD; }

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

This text font color is #75C0CD.


Background Color

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

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

This div background color is #75C0CD.


Border color

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

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

This div border color is #75C0CD.


Opacity

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

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

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

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

This text has shadow with #75C0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C0CD on black background.


Color preview on white background

This text has color #75C0CD on white background.



Black color preview on #75C0CD background

This text has black color on #75C0CD background.


White color preview on #75C0CD background

This text has white color on #75C0CD background.