COLOR #75B3A2

HEX: #75B3A2
RGB: (117,179,162)

Color info

#75B3A2 contains mainly green and blue colors. Web safe color of #75B3A2 is #669999 (or #699).

RGB color model

#75B3A2 color RGB value is (117,179,162).

  • red value is 117;
  • green value is 179;
  • blue value is 162.
RGB:
(117,179,162)
(46%,70%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 179 of 255 = 70%
B 162 of 255 = 64%

117
179
162

R + G + B ~ 60%. #75B3A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 179 + 162 = 458 (100%)
R 117 of 458 ~ 25.55%
G 179 of 458 ~ 39.08%
B 162 of 458 ~ 35.37%

%25.55
%39.08
%35.37

CMYK color model

#75B3A2 color CMYK value is (35,0,9,30).

  • cyan value is 34.64%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK:
(35,0,9,30)
C35M0Y9K30 
(35%,0%,9%,30%)
(0.35/0.00/0.09/0.30)	

CMYK percentages

%34.64
%0
%9.5
%29.8

Codes

Color #75B3A2 in popluar color models

75B3A2
RGB117179162
HSL164°28.97%58.04%
HSB/HSV164°34.64%70.20%
CMYK34.64%0.00%9.50%
29.80%

Color #75B3A2 in popluar number systems.

HEX75B3A2
Decimal117179162
Binary11101011011001110100010
Octal165263242

Shades and tints

Shades of #75B3A2

#75B3A2
(117,179,162)
#6BA394
(107,163,148)
#619386
(97,147,134)
#578378
(87,131,120)
#4D736A
(77,115,106)
#43635C
(67,99,92)
#39534E
(57,83,78)
#2F4340
(47,67,64)
#253332
(37,51,50)
#1B2324
(27,35,36)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #75B3A2

#75B3A2
(117,179,162)
#81B9AA
(129,185,170)
#8DBFB2
(141,191,178)
#99C5BA
(153,197,186)
#A5CBC2
(165,203,194)
#B1D1CA
(177,209,202)
#BDD7D2
(189,215,210)
#C9DDDA
(201,221,218)
#D5E3E2
(213,227,226)
#E1E9EA
(225,233,234)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B3A2 color. Also use rgb(117,179,162) instead hex code.

Text Font Color

.myTextColor { color: #75B3A2; }

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

This text font color is #75B3A2.


Background Color

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

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

This div background color is #75B3A2.


Border color

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

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

This div border color is #75B3A2.


Opacity

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

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

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

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

This text has shadow with #75B3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B3A2 on black background.


Color preview on white background

This text has color #75B3A2 on white background.



Black color preview on #75B3A2 background

This text has black color on #75B3A2 background.


White color preview on #75B3A2 background

This text has white color on #75B3A2 background.