COLOR #75DFD4

HEX: #75DFD4
RGB: (117,223,212)

Color info

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

RGB color model

#75DFD4 color RGB value is (117,223,212).

  • red value is 117;
  • green value is 223;
  • blue value is 212.
RGB:
(117,223,212)
(46%,87%,83%)

RGB channels and saturation

R 117 of 255 = 46%
G 223 of 255 = 87%
B 212 of 255 = 83%

117
223
212

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

Portions of RGB colors in percentages

R + G + B =
117 + 223 + 212 = 552 (100%)
R 117 of 552 ~ 21.2%
G 223 of 552 ~ 40.4%
B 212 of 552 ~ 38.41%

%21.2
%40.4
%38.41

CMYK color model

#75DFD4 color CMYK value is (48,0,5,13).

  • cyan value is 47.53%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 12.55%
CMYK:
(48,0,5,13)
C48M0Y5K13 
(48%,0%,5%,13%)
(0.48/0.00/0.05/0.13)	

CMYK percentages

%47.53
%0
%4.93
%12.55

Codes

Color #75DFD4 in popluar color models

75DFD4
RGB117223212
HSL174°62.35%66.67%
HSB/HSV174°47.53%87.45%
CMYK47.53%0.00%4.93%
12.55%

Color #75DFD4 in popluar number systems.

HEX75DFD4
Decimal117223212
Binary11101011101111111010100
Octal165337324

Shades and tints

Shades of #75DFD4

#75DFD4
(117,223,212)
#6BCBC1
(107,203,193)
#61B7AE
(97,183,174)
#57A39B
(87,163,155)
#4D8F88
(77,143,136)
#437B75
(67,123,117)
#396762
(57,103,98)
#2F534F
(47,83,79)
#253F3C
(37,63,60)
#1B2B29
(27,43,41)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #75DFD4

#75DFD4
(117,223,212)
#81E1D7
(129,225,215)
#8DE3DA
(141,227,218)
#99E5DD
(153,229,221)
#A5E7E0
(165,231,224)
#B1E9E3
(177,233,227)
#BDEBE6
(189,235,230)
#C9EDE9
(201,237,233)
#D5EFEC
(213,239,236)
#E1F1EF
(225,241,239)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75DFD4 color. Also use rgb(117,223,212) instead hex code.

Text Font Color

.myTextColor { color: #75DFD4; }

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

This text font color is #75DFD4.


Background Color

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

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

This div background color is #75DFD4.


Border color

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

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

This div border color is #75DFD4.


Opacity

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

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

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

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

This text has shadow with #75DFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75DFD4 on black background.


Color preview on white background

This text has color #75DFD4 on white background.



Black color preview on #75DFD4 background

This text has black color on #75DFD4 background.


White color preview on #75DFD4 background

This text has white color on #75DFD4 background.