COLOR #75CE88

HEX: #75CE88
RGB: (117,206,136)

Color info

#75CE88 contains mainly green color. Web safe color of #75CE88 is #66CC99 (or #6C9).

RGB color model

#75CE88 color RGB value is (117,206,136).

  • red value is 117;
  • green value is 206;
  • blue value is 136.
RGB:
(117,206,136)
(46%,81%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 206 of 255 = 81%
B 136 of 255 = 53%

117
206
136

R + G + B ~ 60%. #75CE88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 206 + 136 = 459 (100%)
R 117 of 459 ~ 25.49%
G 206 of 459 ~ 44.88%
B 136 of 459 ~ 29.63%

%25.49
%44.88
%29.63

CMYK color model

#75CE88 color CMYK value is (43,0,34,19).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 33.98%
  • key color value is 19.22%
CMYK:
(43,0,34,19)
C43M0Y34K19 
(43%,0%,34%,19%)
(0.43/0.00/0.34/0.19)	

CMYK percentages

%43.2
%0
%33.98
%19.22

Codes

Color #75CE88 in popluar color models

75CE88
RGB117206136
HSL133°47.59%63.33%
HSB/HSV133°43.20%80.78%
CMYK43.20%0.00%33.98%
19.22%

Color #75CE88 in popluar number systems.

HEX75CE88
Decimal117206136
Binary11101011100111010001000
Octal165316210

Shades and tints

Shades of #75CE88

#75CE88
(117,206,136)
#6BBC7C
(107,188,124)
#61AA70
(97,170,112)
#579864
(87,152,100)
#4D8658
(77,134,88)
#43744C
(67,116,76)
#396240
(57,98,64)
#2F5034
(47,80,52)
#253E28
(37,62,40)
#1B2C1C
(27,44,28)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #75CE88

#75CE88
(117,206,136)
#81D292
(129,210,146)
#8DD69C
(141,214,156)
#99DAA6
(153,218,166)
#A5DEB0
(165,222,176)
#B1E2BA
(177,226,186)
#BDE6C4
(189,230,196)
#C9EACE
(201,234,206)
#D5EED8
(213,238,216)
#E1F2E2
(225,242,226)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CE88 color. Also use rgb(117,206,136) instead hex code.

Text Font Color

.myTextColor { color: #75CE88; }

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

This text font color is #75CE88.


Background Color

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

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

This div background color is #75CE88.


Border color

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

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

This div border color is #75CE88.


Opacity

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

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

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

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

This text has shadow with #75CE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75CE88 on black background.


Color preview on white background

This text has color #75CE88 on white background.



Black color preview on #75CE88 background

This text has black color on #75CE88 background.


White color preview on #75CE88 background

This text has white color on #75CE88 background.