COLOR #75DAC5

HEX: #75DAC5 RGB: (117,218,197)

Color info

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

RGB color model

#75DAC5 color RGB value is (117,218,197).

RGB: (117,218,197) (46%, 85%, 77%)

RGB channels and saturation

R 117 of 255 = 46%
G 218 of 255 = 85%
B 197 of 255 = 77%

117
218
197

R + G + B ~ 69%. #75DAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 218 + 197 = 532 (100%)
R 117 of 532 ~ 21.99%
G 218 of 532 ~ 40.98%
B 197 of 532 ~ 37.03'%

%21.99
%40.98
%37.03

CMYK color model

#75DAC5 color CMYK value is (46,0,10,15).

  • cyan value is 46.33%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (46,0,10,15)
C46M0Y10K15 (46%, 0%, 10%, 15%)
(0.46 / 0.00 / 0.10 / 0.15)

CMYK percentages

%46.33
%0
%9.63
%14.51

Codes

Color #75DAC5 in popluar color models

75 DA C5
RGB 117 218 197
HSL 168° 57.71% 65.69%
HSB/HSV 168° 46.33% 85.49%
CMYK 46.33% 0.00% 9.63%
14.51%

Color #75DAC5 in popluar number systems.

HEX 75 DA C5
Decimal 117 218 197
Binary 1110101 11011010 11000101
Octal 165 332 305

Shades and tints

Shades of #75DAC5

#75DAC5
(117,218,197)
#6BC7B4
(107,199,180)
#61B4A3
(97,180,163)
#57A192
(87,161,146)
#4D8E81
(77,142,129)
#437B70
(67,123,112)
#39685F
(57,104,95)
#2F554E
(47,85,78)
#25423D
(37,66,61)
#1B2F2C
(27,47,44)
#111C1B
(17,28,27)
#000000
(0,0,0)

Tints of #75DAC5

#75DAC5
(117,218,197)
#81DDCA
(129,221,202)
#8DE0CF
(141,224,207)
#99E3D4
(153,227,212)
#A5E6D9
(165,230,217)
#B1E9DE
(177,233,222)
#BDECE3
(189,236,227)
#C9EFE8
(201,239,232)
#D5F2ED
(213,242,237)
#E1F5F2
(225,245,242)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75DAC5 color. Also use rgb(117,218,197) instead hex code.

Text Font Color

.myTextColor { color: #75DAC5; }

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

This text font color is #75DAC5.

Background Color

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

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

This div background color is #75DAC5.

Border color

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

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

This div border color is #75DAC5.

Opacity

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

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

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

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

This text has shadow with #75DAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75DAC5.

Preview

Color preview on black background

This text has color #75DAC5 on black background.


Color preview on white background

This text has color #75DAC5 on white background.


Black color preview on #75DAC5 background

This text has black color on #75DAC5 background.


White color preview on #75DAC5 background

This text has white color on #75DAC5 background.


Related colors

Complementary color

Complementary color for #hex is #8A253A.


I love getcolorcode.com

Triadic colors

1 #C575DA and #DAC575 with #75DAC5 are triadic colors.

2 #C5DA75 and #DA75C5 with #75DAC5 are triadic colors.