COLOR #75E3CC

HEX: #75E3CC
RGB: (117,227,204)

Color info

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

RGB color model

#75E3CC color RGB value is (117,227,204).

  • red value is 117;
  • green value is 227;
  • blue value is 204.
RGB:
(117,227,204)
(46%,89%,80%)

RGB channels and saturation

R 117 of 255 = 46%
G 227 of 255 = 89%
B 204 of 255 = 80%

117
227
204

R + G + B ~ 72%. #75E3CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 227 + 204 = 548 (100%)
R 117 of 548 ~ 21.35%
G 227 of 548 ~ 41.42%
B 204 of 548 ~ 37.23%

%21.35
%41.42
%37.23

CMYK color model

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

  • cyan value is 48.46%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 10.98%
CMYK:
(48,0,10,11)
C48M0Y10K11 
(48%,0%,10%,11%)
(0.48/0.00/0.10/0.11)	

CMYK percentages

%48.46
%0
%10.13
%10.98

Codes

Color #75E3CC in popluar color models

75E3CC
RGB117227204
HSL167°66.27%67.45%
HSB/HSV167°48.46%89.02%
CMYK48.46%0.00%10.13%
10.98%

Color #75E3CC in popluar number systems.

HEX75E3CC
Decimal117227204
Binary11101011110001111001100
Octal165343314

Shades and tints

Shades of #75E3CC

#75E3CC
(117,227,204)
#6BCFBA
(107,207,186)
#61BBA8
(97,187,168)
#57A796
(87,167,150)
#4D9384
(77,147,132)
#437F72
(67,127,114)
#396B60
(57,107,96)
#2F574E
(47,87,78)
#25433C
(37,67,60)
#1B2F2A
(27,47,42)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #75E3CC

#75E3CC
(117,227,204)
#81E5D0
(129,229,208)
#8DE7D4
(141,231,212)
#99E9D8
(153,233,216)
#A5EBDC
(165,235,220)
#B1EDE0
(177,237,224)
#BDEFE4
(189,239,228)
#C9F1E8
(201,241,232)
#D5F3EC
(213,243,236)
#E1F5F0
(225,245,240)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75E3CC color. Also use rgb(117,227,204) instead hex code.

Text Font Color

.myTextColor { color: #75E3CC; }

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

This text font color is #75E3CC.


Background Color

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

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

This div background color is #75E3CC.


Border color

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

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

This div border color is #75E3CC.


Opacity

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

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

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

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

This text has shadow with #75E3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E3CC on black background.


Color preview on white background

This text has color #75E3CC on white background.



Black color preview on #75E3CC background

This text has black color on #75E3CC background.


White color preview on #75E3CC background

This text has white color on #75E3CC background.