COLOR #75CDCA

HEX: #75CDCA
RGB: (117,205,202)

Color info

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

RGB color model

#75CDCA color RGB value is (117,205,202).

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

RGB channels and saturation

R 117 of 255 = 46%
G 205 of 255 = 80%
B 202 of 255 = 79%

117
205
202

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

Portions of RGB colors in percentages

R + G + B =
117 + 205 + 202 = 524 (100%)
R 117 of 524 ~ 22.33%
G 205 of 524 ~ 39.12%
B 202 of 524 ~ 38.55%

%22.33
%39.12
%38.55

CMYK color model

#75CDCA color CMYK value is (43,0,1,20).

  • cyan value is 42.93%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%
CMYK:
(43,0,1,20)
C43M0Y1K20 
(43%,0%,1%,20%)
(0.43/0.00/0.01/0.20)	

CMYK percentages

%42.93
%0
%1.46
%19.61

Codes

Color #75CDCA in popluar color models

75CDCA
RGB117205202
HSL178°46.81%63.14%
HSB/HSV178°42.93%80.39%
CMYK42.93%0.00%1.46%
19.61%

Color #75CDCA in popluar number systems.

HEX75CDCA
Decimal117205202
Binary11101011100110111001010
Octal165315312

Shades and tints

Shades of #75CDCA

#75CDCA
(117,205,202)
#6BBBB8
(107,187,184)
#61A9A6
(97,169,166)
#579794
(87,151,148)
#4D8582
(77,133,130)
#437370
(67,115,112)
#39615E
(57,97,94)
#2F4F4C
(47,79,76)
#253D3A
(37,61,58)
#1B2B28
(27,43,40)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #75CDCA

#75CDCA
(117,205,202)
#81D1CE
(129,209,206)
#8DD5D2
(141,213,210)
#99D9D6
(153,217,214)
#A5DDDA
(165,221,218)
#B1E1DE
(177,225,222)
#BDE5E2
(189,229,226)
#C9E9E6
(201,233,230)
#D5EDEA
(213,237,234)
#E1F1EE
(225,241,238)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75CDCA; }

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

This text font color is #75CDCA.


Background Color

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

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

This div background color is #75CDCA.


Border color

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

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

This div border color is #75CDCA.


Opacity

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

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

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

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

This text has shadow with #75CDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75CDCA on black background.


Color preview on white background

This text has color #75CDCA on white background.



Black color preview on #75CDCA background

This text has black color on #75CDCA background.


White color preview on #75CDCA background

This text has white color on #75CDCA background.