COLOR #75DEB1

HEX: #75DEB1
RGB: (117,222,177)

Color info

#75DEB1 contains mainly green and blue colors. Web safe color of #75DEB1 is #66CC99 (or #6C9).

RGB color model

#75DEB1 color RGB value is (117,222,177).

  • red value is 117;
  • green value is 222;
  • blue value is 177.
RGB:
(117,222,177)
(46%,87%,69%)

RGB channels and saturation

R 117 of 255 = 46%
G 222 of 255 = 87%
B 177 of 255 = 69%

117
222
177

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

Portions of RGB colors in percentages

R + G + B =
117 + 222 + 177 = 516 (100%)
R 117 of 516 ~ 22.67%
G 222 of 516 ~ 43.02%
B 177 of 516 ~ 34.3%

%22.67
%43.02
%34.3

CMYK color model

#75DEB1 color CMYK value is (47,0,20,13).

  • cyan value is 47.30%
  • magenta value is 0.00%
  • yellow value is 20.27%
  • key color value is 12.94%
CMYK:
(47,0,20,13)
C47M0Y20K13 
(47%,0%,20%,13%)
(0.47/0.00/0.20/0.13)	

CMYK percentages

%47.3
%0
%20.27
%12.94

Codes

Color #75DEB1 in popluar color models

75DEB1
RGB117222177
HSL154°61.40%66.47%
HSB/HSV154°47.30%87.06%
CMYK47.30%0.00%20.27%
12.94%

Color #75DEB1 in popluar number systems.

HEX75DEB1
Decimal117222177
Binary11101011101111010110001
Octal165336261

Shades and tints

Shades of #75DEB1

#75DEB1
(117,222,177)
#6BCAA1
(107,202,161)
#61B691
(97,182,145)
#57A281
(87,162,129)
#4D8E71
(77,142,113)
#437A61
(67,122,97)
#396651
(57,102,81)
#2F5241
(47,82,65)
#253E31
(37,62,49)
#1B2A21
(27,42,33)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #75DEB1

#75DEB1
(117,222,177)
#81E1B8
(129,225,184)
#8DE4BF
(141,228,191)
#99E7C6
(153,231,198)
#A5EACD
(165,234,205)
#B1EDD4
(177,237,212)
#BDF0DB
(189,240,219)
#C9F3E2
(201,243,226)
#D5F6E9
(213,246,233)
#E1F9F0
(225,249,240)
#EDFCF7
(237,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75DEB1 color. Also use rgb(117,222,177) instead hex code.

Text Font Color

.myTextColor { color: #75DEB1; }

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

This text font color is #75DEB1.


Background Color

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

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

This div background color is #75DEB1.


Border color

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

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

This div border color is #75DEB1.


Opacity

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

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

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

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

This text has shadow with #75DEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75DEB1 on black background.


Color preview on white background

This text has color #75DEB1 on white background.



Black color preview on #75DEB1 background

This text has black color on #75DEB1 background.


White color preview on #75DEB1 background

This text has white color on #75DEB1 background.