COLOR #75C6A5

HEX: #75C6A5 RGB: (117,198,165)

Color info

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

RGB color model

#75C6A5 color RGB value is (117,198,165).

RGB: (117,198,165) (46%, 78%, 65%)

RGB channels and saturation

R 117 of 255 = 46%
G 198 of 255 = 78%
B 165 of 255 = 65%

117
198
165

R + G + B ~ 63%. #75C6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 198 + 165 = 480 (100%)
R 117 of 480 ~ 24.38%
G 198 of 480 ~ 41.25%
B 165 of 480 ~ 34.38'%

%24.38
%41.25
%34.38

CMYK color model

#75C6A5 color CMYK value is (41,0,17,22).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 22.35%

CMYK: (41,0,17,22)
C41M0Y17K22 (41%, 0%, 17%, 22%)
(0.41 / 0.00 / 0.17 / 0.22)

CMYK percentages

%40.91
%0
%16.67
%22.35

Codes

Color #75C6A5 in popluar color models

75 C6 A5
RGB 117 198 165
HSL 156° 41.54% 61.76%
HSB/HSV 156° 40.91% 77.65%
CMYK 40.91% 0.00% 16.67%
22.35%

Color #75C6A5 in popluar number systems.

HEX 75 C6 A5
Decimal 117 198 165
Binary 1110101 11000110 10100101
Octal 165 306 245

Shades and tints

Shades of #75C6A5

#75C6A5
(117,198,165)
#6BB496
(107,180,150)
#61A287
(97,162,135)
#579078
(87,144,120)
#4D7E69
(77,126,105)
#436C5A
(67,108,90)
#395A4B
(57,90,75)
#2F483C
(47,72,60)
#25362D
(37,54,45)
#1B241E
(27,36,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #75C6A5

#75C6A5
(117,198,165)
#81CBAD
(129,203,173)
#8DD0B5
(141,208,181)
#99D5BD
(153,213,189)
#A5DAC5
(165,218,197)
#B1DFCD
(177,223,205)
#BDE4D5
(189,228,213)
#C9E9DD
(201,233,221)
#D5EEE5
(213,238,229)
#E1F3ED
(225,243,237)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C6A5; }

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

This text font color is #75C6A5.

Background Color

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

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

This div background color is #75C6A5.

Border color

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

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

This div border color is #75C6A5.

Opacity

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

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

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

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

This text has shadow with #75C6A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C6A5.

Preview

Color preview on black background

This text has color #75C6A5 on black background.


Color preview on white background

This text has color #75C6A5 on white background.


Black color preview on #75C6A5 background

This text has black color on #75C6A5 background.


White color preview on #75C6A5 background

This text has white color on #75C6A5 background.


Related colors

Complementary color

Complementary color for #hex is #8A395A.


I love getcolorcode.com

Triadic colors

1 #A575C6 and #C6A575 with #75C6A5 are triadic colors.

2 #A5C675 and #C675A5 with #75C6A5 are triadic colors.