COLOR #75DBAA

HEX: #75DBAA
RGB: (117,219,170)

Color info

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

RGB color model

#75DBAA color RGB value is (117,219,170).

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

RGB channels and saturation

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

117
219
170

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

Portions of RGB colors in percentages

R + G + B =
117 + 219 + 170 = 506 (100%)
R 117 of 506 ~ 23.12%
G 219 of 506 ~ 43.28%
B 170 of 506 ~ 33.6%

%23.12
%43.28
%33.6

CMYK color model

#75DBAA color CMYK value is (47,0,22,14).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 14.12%
CMYK:
(47,0,22,14)
C47M0Y22K14 
(47%,0%,22%,14%)
(0.47/0.00/0.22/0.14)	

CMYK percentages

%46.58
%0
%22.37
%14.12

Codes

Color #75DBAA in popluar color models

75DBAA
RGB117219170
HSL151°58.62%65.88%
HSB/HSV151°46.58%85.88%
CMYK46.58%0.00%22.37%
14.12%

Color #75DBAA in popluar number systems.

HEX75DBAA
Decimal117219170
Binary11101011101101110101010
Octal165333252

Shades and tints

Shades of #75DBAA

#75DBAA
(117,219,170)
#6BC89B
(107,200,155)
#61B58C
(97,181,140)
#57A27D
(87,162,125)
#4D8F6E
(77,143,110)
#437C5F
(67,124,95)
#396950
(57,105,80)
#2F5641
(47,86,65)
#254332
(37,67,50)
#1B3023
(27,48,35)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #75DBAA

#75DBAA
(117,219,170)
#81DEB1
(129,222,177)
#8DE1B8
(141,225,184)
#99E4BF
(153,228,191)
#A5E7C6
(165,231,198)
#B1EACD
(177,234,205)
#BDEDD4
(189,237,212)
#C9F0DB
(201,240,219)
#D5F3E2
(213,243,226)
#E1F6E9
(225,246,233)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75DBAA; }

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

This text font color is #75DBAA.


Background Color

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

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

This div background color is #75DBAA.


Border color

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

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

This div border color is #75DBAA.


Opacity

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

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

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

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

This text has shadow with #75DBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75DBAA on black background.


Color preview on white background

This text has color #75DBAA on white background.



Black color preview on #75DBAA background

This text has black color on #75DBAA background.


White color preview on #75DBAA background

This text has white color on #75DBAA background.