COLOR #75DCAA

HEX: #75DCAA
RGB: (117,220,170)

Color info

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

RGB color model

#75DCAA color RGB value is (117,220,170).

  • red value is 117;
  • green value is 220;
  • blue value is 170.
RGB:
(117,220,170)
(46%,86%,67%)

RGB channels and saturation

R 117 of 255 = 46%
G 220 of 255 = 86%
B 170 of 255 = 67%

117
220
170

R + G + B ~ 66%. #75DCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 220 + 170 = 507 (100%)
R 117 of 507 ~ 23.08%
G 220 of 507 ~ 43.39%
B 170 of 507 ~ 33.53%

%23.08
%43.39
%33.53

CMYK color model

#75DCAA color CMYK value is (47,0,23,14).

  • cyan value is 46.82%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK:
(47,0,23,14)
C47M0Y23K14 
(47%,0%,23%,14%)
(0.47/0.00/0.23/0.14)	

CMYK percentages

%46.82
%0
%22.73
%13.73

Codes

Color #75DCAA in popluar color models

75DCAA
RGB117220170
HSL151°59.54%66.08%
HSB/HSV151°46.82%86.27%
CMYK46.82%0.00%22.73%
13.73%

Color #75DCAA in popluar number systems.

HEX75DCAA
Decimal117220170
Binary11101011101110010101010
Octal165334252

Shades and tints

Shades of #75DCAA

#75DCAA
(117,220,170)
#6BC89B
(107,200,155)
#61B48C
(97,180,140)
#57A07D
(87,160,125)
#4D8C6E
(77,140,110)
#43785F
(67,120,95)
#396450
(57,100,80)
#2F5041
(47,80,65)
#253C32
(37,60,50)
#1B2823
(27,40,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #75DCAA

#75DCAA
(117,220,170)
#81DFB1
(129,223,177)
#8DE2B8
(141,226,184)
#99E5BF
(153,229,191)
#A5E8C6
(165,232,198)
#B1EBCD
(177,235,205)
#BDEED4
(189,238,212)
#C9F1DB
(201,241,219)
#D5F4E2
(213,244,226)
#E1F7E9
(225,247,233)
#EDFAF0
(237,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75DCAA color. Also use rgb(117,220,170) instead hex code.

Text Font Color

.myTextColor { color: #75DCAA; }

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

This text font color is #75DCAA.


Background Color

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

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

This div background color is #75DCAA.


Border color

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

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

This div border color is #75DCAA.


Opacity

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

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

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

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

This text has shadow with #75DCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75DCAA on black background.


Color preview on white background

This text has color #75DCAA on white background.



Black color preview on #75DCAA background

This text has black color on #75DCAA background.


White color preview on #75DCAA background

This text has white color on #75DCAA background.