COLOR #75DCD9

HEX: #75DCD9
RGB: (117,220,217)

Color info

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

RGB color model

#75DCD9 color RGB value is (117,220,217).

  • red value is 117;
  • green value is 220;
  • blue value is 217.
RGB:
(117,220,217)
(46%,86%,85%)

RGB channels and saturation

R 117 of 255 = 46%
G 220 of 255 = 86%
B 217 of 255 = 85%

117
220
217

R + G + B ~ 72%. #75DCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 220 + 217 = 554 (100%)
R 117 of 554 ~ 21.12%
G 220 of 554 ~ 39.71%
B 217 of 554 ~ 39.17%

%21.12
%39.71
%39.17

CMYK color model

#75DCD9 color CMYK value is (47,0,1,14).

  • cyan value is 46.82%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.73%
CMYK:
(47,0,1,14)
C47M0Y1K14 
(47%,0%,1%,14%)
(0.47/0.00/0.01/0.14)	

CMYK percentages

%46.82
%0
%1.36
%13.73

Codes

Color #75DCD9 in popluar color models

75DCD9
RGB117220217
HSL178°59.54%66.08%
HSB/HSV178°46.82%86.27%
CMYK46.82%0.00%1.36%
13.73%

Color #75DCD9 in popluar number systems.

HEX75DCD9
Decimal117220217
Binary11101011101110011011001
Octal165334331

Shades and tints

Shades of #75DCD9

#75DCD9
(117,220,217)
#6BC8C6
(107,200,198)
#61B4B3
(97,180,179)
#57A0A0
(87,160,160)
#4D8C8D
(77,140,141)
#43787A
(67,120,122)
#396467
(57,100,103)
#2F5054
(47,80,84)
#253C41
(37,60,65)
#1B282E
(27,40,46)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #75DCD9

#75DCD9
(117,220,217)
#81DFDC
(129,223,220)
#8DE2DF
(141,226,223)
#99E5E2
(153,229,226)
#A5E8E5
(165,232,229)
#B1EBE8
(177,235,232)
#BDEEEB
(189,238,235)
#C9F1EE
(201,241,238)
#D5F4F1
(213,244,241)
#E1F7F4
(225,247,244)
#EDFAF7
(237,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75DCD9 color. Also use rgb(117,220,217) instead hex code.

Text Font Color

.myTextColor { color: #75DCD9; }

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

This text font color is #75DCD9.


Background Color

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

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

This div background color is #75DCD9.


Border color

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

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

This div border color is #75DCD9.


Opacity

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

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

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

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

This text has shadow with #75DCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75DCD9 on black background.


Color preview on white background

This text has color #75DCD9 on white background.



Black color preview on #75DCD9 background

This text has black color on #75DCD9 background.


White color preview on #75DCD9 background

This text has white color on #75DCD9 background.