COLOR #75CAA3

HEX: #75CAA3 RGB: (117,202,163)

Color info

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

RGB color model

#75CAA3 color RGB value is (117,202,163).

RGB: (117,202,163) (46%, 79%, 64%)

RGB channels and saturation

R 117 of 255 = 46%
G 202 of 255 = 79%
B 163 of 255 = 64%

117
202
163

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

Portions of RGB colors in percentages

R + G + B = 117 + 202 + 163 = 482 (100%)
R 117 of 482 ~ 24.27%
G 202 of 482 ~ 41.91%
B 163 of 482 ~ 33.82'%

%24.27
%41.91
%33.82

CMYK color model

#75CAA3 color CMYK value is (42,0,19,21).

  • cyan value is 42.08%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 20.78%

CMYK: (42,0,19,21)
C42M0Y19K21 (42%, 0%, 19%, 21%)
(0.42 / 0.00 / 0.19 / 0.21)

CMYK percentages

%42.08
%0
%19.31
%20.78

Codes

Color #75CAA3 in popluar color models

75 CA A3
RGB 117 202 163
HSL 152° 44.50% 62.55%
HSB/HSV 152° 42.08% 79.22%
CMYK 42.08% 0.00% 19.31%
20.78%

Color #75CAA3 in popluar number systems.

HEX 75 CA A3
Decimal 117 202 163
Binary 1110101 11001010 10100011
Octal 165 312 243

Shades and tints

Shades of #75CAA3

#75CAA3
(117,202,163)
#6BB895
(107,184,149)
#61A687
(97,166,135)
#579479
(87,148,121)
#4D826B
(77,130,107)
#43705D
(67,112,93)
#395E4F
(57,94,79)
#2F4C41
(47,76,65)
#253A33
(37,58,51)
#1B2825
(27,40,37)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #75CAA3

#75CAA3
(117,202,163)
#81CEAB
(129,206,171)
#8DD2B3
(141,210,179)
#99D6BB
(153,214,187)
#A5DAC3
(165,218,195)
#B1DECB
(177,222,203)
#BDE2D3
(189,226,211)
#C9E6DB
(201,230,219)
#D5EAE3
(213,234,227)
#E1EEEB
(225,238,235)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CAA3 color. Also use rgb(117,202,163) instead hex code.

Text Font Color

.myTextColor { color: #75CAA3; }

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

This text font color is #75CAA3.

Background Color

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

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

This div background color is #75CAA3.

Border color

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

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

This div border color is #75CAA3.

Opacity

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

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

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

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

This text has shadow with #75CAA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75CAA3.

Preview

Color preview on black background

This text has color #75CAA3 on black background.


Color preview on white background

This text has color #75CAA3 on white background.


Black color preview on #75CAA3 background

This text has black color on #75CAA3 background.


White color preview on #75CAA3 background

This text has white color on #75CAA3 background.


Related colors

Complementary color

Complementary color for #hex is #8A355C.


I love getcolorcode.com

Triadic colors

1 #A375CA and #CAA375 with #75CAA3 are triadic colors.

2 #A3CA75 and #CA75A3 with #75CAA3 are triadic colors.