COLOR #75DFBB

HEX: #75DFBB
RGB: (117,223,187)

Color info

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

RGB color model

#75DFBB color RGB value is (117,223,187).

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

RGB channels and saturation

R 117 of 255 = 46%
G 223 of 255 = 87%
B 187 of 255 = 73%

117
223
187

R + G + B ~ 69%. #75DFBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 223 + 187 = 527 (100%)
R 117 of 527 ~ 22.2%
G 223 of 527 ~ 42.31%
B 187 of 527 ~ 35.48%

%22.2
%42.31
%35.48

CMYK color model

#75DFBB color CMYK value is (48,0,16,13).

  • cyan value is 47.53%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 12.55%
CMYK:
(48,0,16,13)
C48M0Y16K13 
(48%,0%,16%,13%)
(0.48/0.00/0.16/0.13)	

CMYK percentages

%47.53
%0
%16.14
%12.55

Codes

Color #75DFBB in popluar color models

75DFBB
RGB117223187
HSL160°62.35%66.67%
HSB/HSV160°47.53%87.45%
CMYK47.53%0.00%16.14%
12.55%

Color #75DFBB in popluar number systems.

HEX75DFBB
Decimal117223187
Binary11101011101111110111011
Octal165337273

Shades and tints

Shades of #75DFBB

#75DFBB
(117,223,187)
#6BCBAA
(107,203,170)
#61B799
(97,183,153)
#57A388
(87,163,136)
#4D8F77
(77,143,119)
#437B66
(67,123,102)
#396755
(57,103,85)
#2F5344
(47,83,68)
#253F33
(37,63,51)
#1B2B22
(27,43,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #75DFBB

#75DFBB
(117,223,187)
#81E1C1
(129,225,193)
#8DE3C7
(141,227,199)
#99E5CD
(153,229,205)
#A5E7D3
(165,231,211)
#B1E9D9
(177,233,217)
#BDEBDF
(189,235,223)
#C9EDE5
(201,237,229)
#D5EFEB
(213,239,235)
#E1F1F1
(225,241,241)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75DFBB; }

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

This text font color is #75DFBB.


Background Color

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

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

This div background color is #75DFBB.


Border color

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

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

This div border color is #75DFBB.


Opacity

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

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

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

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

This text has shadow with #75DFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75DFBB on black background.


Color preview on white background

This text has color #75DFBB on white background.



Black color preview on #75DFBB background

This text has black color on #75DFBB background.


White color preview on #75DFBB background

This text has white color on #75DFBB background.