COLOR #75E2C9

HEX: #75E2C9
RGB: (117,226,201)

Color info

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

RGB color model

#75E2C9 color RGB value is (117,226,201).

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

RGB channels and saturation

R 117 of 255 = 46%
G 226 of 255 = 89%
B 201 of 255 = 79%

117
226
201

R + G + B ~ 71%. #75E2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 226 + 201 = 544 (100%)
R 117 of 544 ~ 21.51%
G 226 of 544 ~ 41.54%
B 201 of 544 ~ 36.95%

%21.51
%41.54
%36.95

CMYK color model

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

  • cyan value is 48.23%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(48,0,11,11)
C48M0Y11K11 
(48%,0%,11%,11%)
(0.48/0.00/0.11/0.11)	

CMYK percentages

%48.23
%0
%11.06
%11.37

Codes

Color #75E2C9 in popluar color models

75E2C9
RGB117226201
HSL166°65.27%67.25%
HSB/HSV166°48.23%88.63%
CMYK48.23%0.00%11.06%
11.37%

Color #75E2C9 in popluar number systems.

HEX75E2C9
Decimal117226201
Binary11101011110001011001001
Octal165342311

Shades and tints

Shades of #75E2C9

#75E2C9
(117,226,201)
#6BCEB7
(107,206,183)
#61BAA5
(97,186,165)
#57A693
(87,166,147)
#4D9281
(77,146,129)
#437E6F
(67,126,111)
#396A5D
(57,106,93)
#2F564B
(47,86,75)
#254239
(37,66,57)
#1B2E27
(27,46,39)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #75E2C9

#75E2C9
(117,226,201)
#81E4CD
(129,228,205)
#8DE6D1
(141,230,209)
#99E8D5
(153,232,213)
#A5EAD9
(165,234,217)
#B1ECDD
(177,236,221)
#BDEEE1
(189,238,225)
#C9F0E5
(201,240,229)
#D5F2E9
(213,242,233)
#E1F4ED
(225,244,237)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75E2C9; }

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

This text font color is #75E2C9.


Background Color

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

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

This div background color is #75E2C9.


Border color

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

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

This div border color is #75E2C9.


Opacity

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

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

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

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

This text has shadow with #75E2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E2C9 on black background.


Color preview on white background

This text has color #75E2C9 on white background.



Black color preview on #75E2C9 background

This text has black color on #75E2C9 background.


White color preview on #75E2C9 background

This text has white color on #75E2C9 background.