COLOR #75E2A9

HEX: #75E2A9
RGB: (117,226,169)

Color info

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

RGB color model

#75E2A9 color RGB value is (117,226,169).

  • red value is 117;
  • green value is 226;
  • blue value is 169.
RGB:
(117,226,169)
(46%,89%,66%)

RGB channels and saturation

R 117 of 255 = 46%
G 226 of 255 = 89%
B 169 of 255 = 66%

117
226
169

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

Portions of RGB colors in percentages

R + G + B =
117 + 226 + 169 = 512 (100%)
R 117 of 512 ~ 22.85%
G 226 of 512 ~ 44.14%
B 169 of 512 ~ 33.01%

%22.85
%44.14
%33.01

CMYK color model

#75E2A9 color CMYK value is (48,0,25,11).

  • cyan value is 48.23%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 11.37%
CMYK:
(48,0,25,11)
C48M0Y25K11 
(48%,0%,25%,11%)
(0.48/0.00/0.25/0.11)	

CMYK percentages

%48.23
%0
%25.22
%11.37

Codes

Color #75E2A9 in popluar color models

75E2A9
RGB117226169
HSL149°65.27%67.25%
HSB/HSV149°48.23%88.63%
CMYK48.23%0.00%25.22%
11.37%

Color #75E2A9 in popluar number systems.

HEX75E2A9
Decimal117226169
Binary11101011110001010101001
Octal165342251

Shades and tints

Shades of #75E2A9

#75E2A9
(117,226,169)
#6BCE9A
(107,206,154)
#61BA8B
(97,186,139)
#57A67C
(87,166,124)
#4D926D
(77,146,109)
#437E5E
(67,126,94)
#396A4F
(57,106,79)
#2F5640
(47,86,64)
#254231
(37,66,49)
#1B2E22
(27,46,34)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #75E2A9

#75E2A9
(117,226,169)
#81E4B0
(129,228,176)
#8DE6B7
(141,230,183)
#99E8BE
(153,232,190)
#A5EAC5
(165,234,197)
#B1ECCC
(177,236,204)
#BDEED3
(189,238,211)
#C9F0DA
(201,240,218)
#D5F2E1
(213,242,225)
#E1F4E8
(225,244,232)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75E2A9 color. Also use rgb(117,226,169) instead hex code.

Text Font Color

.myTextColor { color: #75E2A9; }

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

This text font color is #75E2A9.


Background Color

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

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

This div background color is #75E2A9.


Border color

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

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

This div border color is #75E2A9.


Opacity

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

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

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

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

This text has shadow with #75E2A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E2A9 on black background.


Color preview on white background

This text has color #75E2A9 on white background.



Black color preview on #75E2A9 background

This text has black color on #75E2A9 background.


White color preview on #75E2A9 background

This text has white color on #75E2A9 background.