COLOR #75ABAB

HEX: #75ABAB
RGB: (117,171,171)

Color info

#75ABAB contains red, green and blue colors in about the same proportion. Web safe color of #75ABAB is #669999 (or #699).

RGB color model

#75ABAB color RGB value is (117,171,171).

  • red value is 117;
  • green value is 171;
  • blue value is 171.
RGB:
(117,171,171)
(46%,67%,67%)

RGB channels and saturation

R 117 of 255 = 46%
G 171 of 255 = 67%
B 171 of 255 = 67%

117
171
171

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

Portions of RGB colors in percentages

R + G + B =
117 + 171 + 171 = 459 (100%)
R 117 of 459 ~ 25.49%
G 171 of 459 ~ 37.25%
B 171 of 459 ~ 37.25%

%25.49
%37.25
%37.25

CMYK color model

#75ABAB color CMYK value is (32,0,0,33).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(32,0,0,33)
C32M0Y0K33 
(32%,0%,0%,33%)
(0.32/0.00/0.00/0.33)	

CMYK percentages

%31.58
%0
%0
%32.94

Codes

Color #75ABAB in popluar color models

75ABAB
RGB117171171
HSL180°24.32%56.47%
HSB/HSV180°31.58%67.06%
CMYK31.58%0.00%0.00%
32.94%

Color #75ABAB in popluar number systems.

HEX75ABAB
Decimal117171171
Binary11101011010101110101011
Octal165253253

Shades and tints

Shades of #75ABAB

#75ABAB
(117,171,171)
#6B9C9C
(107,156,156)
#618D8D
(97,141,141)
#577E7E
(87,126,126)
#4D6F6F
(77,111,111)
#436060
(67,96,96)
#395151
(57,81,81)
#2F4242
(47,66,66)
#253333
(37,51,51)
#1B2424
(27,36,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #75ABAB

#75ABAB
(117,171,171)
#81B2B2
(129,178,178)
#8DB9B9
(141,185,185)
#99C0C0
(153,192,192)
#A5C7C7
(165,199,199)
#B1CECE
(177,206,206)
#BDD5D5
(189,213,213)
#C9DCDC
(201,220,220)
#D5E3E3
(213,227,227)
#E1EAEA
(225,234,234)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75ABAB; }

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

This text font color is #75ABAB.


Background Color

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

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

This div background color is #75ABAB.


Border color

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

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

This div border color is #75ABAB.


Opacity

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

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

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

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

This text has shadow with #75ABAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75ABAB on black background.


Color preview on white background

This text has color #75ABAB on white background.



Black color preview on #75ABAB background

This text has black color on #75ABAB background.


White color preview on #75ABAB background

This text has white color on #75ABAB background.