COLOR #75DCA5

HEX: #75DCA5 RGB: (117,220,165)

Color info

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

RGB color model

#75DCA5 color RGB value is (117,220,165).

RGB: (117,220,165) (46%, 86%, 65%)

RGB channels and saturation

R 117 of 255 = 46%
G 220 of 255 = 86%
B 165 of 255 = 65%

117
220
165

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

Portions of RGB colors in percentages

R + G + B = 117 + 220 + 165 = 502 (100%)
R 117 of 502 ~ 23.31%
G 220 of 502 ~ 43.82%
B 165 of 502 ~ 32.87'%

%23.31
%43.82
%32.87

CMYK color model

#75DCA5 color CMYK value is (47,0,25,14).

  • cyan value is 46.82%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%
CMYK: (47,0,25,14) C47M0Y25K14 (47%,0%,25%,14%) (0.47/0.00/0.25/0.14) 

CMYK percentages

%46.82
%0
%25
%13.73

Codes

Color #75DCA5 in popluar color models

75 DC A5
RGB 117 220 165
HSL 148° 59.54% 66.08%
HSB/HSV 148° 46.82% 86.27%
CMYK 46.82% 0.00% 25.00%
13.73%

Color #75DCA5 in popluar number systems.

HEX 75 DC A5
Decimal 117 220 165
Binary 1110101 11011100 10100101
Octal 165 334 245

Shades and tints

Shades of #75DCA5

#75DCA5
(117,220,165)
#6BC896
(107,200,150)
#61B487
(97,180,135)
#57A078
(87,160,120)
#4D8C69
(77,140,105)
#43785A
(67,120,90)
#39644B
(57,100,75)
#2F503C
(47,80,60)
#253C2D
(37,60,45)
#1B281E
(27,40,30)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #75DCA5

#75DCA5
(117,220,165)
#81DFAD
(129,223,173)
#8DE2B5
(141,226,181)
#99E5BD
(153,229,189)
#A5E8C5
(165,232,197)
#B1EBCD
(177,235,205)
#BDEED5
(189,238,213)
#C9F1DD
(201,241,221)
#D5F4E5
(213,244,229)
#E1F7ED
(225,247,237)
#EDFAF5
(237,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75DCA5; }

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

This text font color is #75DCA5.

Background Color

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

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

This div background color is #75DCA5.

Border color

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

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

This div border color is #75DCA5.

Opacity

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

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

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

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

This text has shadow with #75DCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75DCA5.

Preview

Color preview on black background

This text has color #75DCA5 on black background.


Color preview on white background

This text has color #75DCA5 on white background.


Black color preview on #75DCA5 background

This text has black color on #75DCA5 background.


White color preview on #75DCA5 background

This text has white color on #75DCA5 background.


Related colors

Complementary color

Complementary color for #hex is #8A235A.


I love getcolorcode.com

Triadic colors

1 #A575DC and #DCA575 with #75DCA5 are triadic colors.

2 #A5DC75 and #DC75A5 with #75DCA5 are triadic colors.