COLOR #75CFA4

HEX: #75CFA4
RGB: (117,207,164)

Color info

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

RGB color model

#75CFA4 color RGB value is (117,207,164).

  • red value is 117;
  • green value is 207;
  • blue value is 164.
RGB:
(117,207,164)
(46%,81%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 207 of 255 = 81%
B 164 of 255 = 64%

117
207
164

R + G + B ~ 64%. #75CFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 207 + 164 = 488 (100%)
R 117 of 488 ~ 23.98%
G 207 of 488 ~ 42.42%
B 164 of 488 ~ 33.61%

%23.98
%42.42
%33.61

CMYK color model

#75CFA4 color CMYK value is (43,0,21,19).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 18.82%
CMYK:
(43,0,21,19)
C43M0Y21K19 
(43%,0%,21%,19%)
(0.43/0.00/0.21/0.19)	

CMYK percentages

%43.48
%0
%20.77
%18.82

Codes

Color #75CFA4 in popluar color models

75CFA4
RGB117207164
HSL151°48.39%63.53%
HSB/HSV151°43.48%81.18%
CMYK43.48%0.00%20.77%
18.82%

Color #75CFA4 in popluar number systems.

HEX75CFA4
Decimal117207164
Binary11101011100111110100100
Octal165317244

Shades and tints

Shades of #75CFA4

#75CFA4
(117,207,164)
#6BBD96
(107,189,150)
#61AB88
(97,171,136)
#57997A
(87,153,122)
#4D876C
(77,135,108)
#43755E
(67,117,94)
#396350
(57,99,80)
#2F5142
(47,81,66)
#253F34
(37,63,52)
#1B2D26
(27,45,38)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #75CFA4

#75CFA4
(117,207,164)
#81D3AC
(129,211,172)
#8DD7B4
(141,215,180)
#99DBBC
(153,219,188)
#A5DFC4
(165,223,196)
#B1E3CC
(177,227,204)
#BDE7D4
(189,231,212)
#C9EBDC
(201,235,220)
#D5EFE4
(213,239,228)
#E1F3EC
(225,243,236)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CFA4 color. Also use rgb(117,207,164) instead hex code.

Text Font Color

.myTextColor { color: #75CFA4; }

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

This text font color is #75CFA4.


Background Color

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

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

This div background color is #75CFA4.


Border color

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

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

This div border color is #75CFA4.


Opacity

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

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

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

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

This text has shadow with #75CFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75CFA4 on black background.


Color preview on white background

This text has color #75CFA4 on white background.



Black color preview on #75CFA4 background

This text has black color on #75CFA4 background.


White color preview on #75CFA4 background

This text has white color on #75CFA4 background.