COLOR #75AFAF

HEX: #75AFAF
RGB: (117,175,175)

Color info

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

RGB color model

#75AFAF color RGB value is (117,175,175).

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

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 175 of 255 = 69%

117
175
175

R + G + B ~ 61%. #75AFAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 175 = 467 (100%)
R 117 of 467 ~ 25.05%
G 175 of 467 ~ 37.47%
B 175 of 467 ~ 37.47%

%25.05
%37.47
%37.47

CMYK color model

#75AFAF color CMYK value is (33,0,0,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,0,0,31)
C33M0Y0K31 
(33%,0%,0%,31%)
(0.33/0.00/0.00/0.31)	

CMYK percentages

%33.14
%0
%0
%31.37

Codes

Color #75AFAF in popluar color models

75AFAF
RGB117175175
HSL180°26.61%57.25%
HSB/HSV180°33.14%68.63%
CMYK33.14%0.00%0.00%
31.37%

Color #75AFAF in popluar number systems.

HEX75AFAF
Decimal117175175
Binary11101011010111110101111
Octal165257257

Shades and tints

Shades of #75AFAF

#75AFAF
(117,175,175)
#6BA0A0
(107,160,160)
#619191
(97,145,145)
#578282
(87,130,130)
#4D7373
(77,115,115)
#436464
(67,100,100)
#395555
(57,85,85)
#2F4646
(47,70,70)
#253737
(37,55,55)
#1B2828
(27,40,40)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #75AFAF

#75AFAF
(117,175,175)
#81B6B6
(129,182,182)
#8DBDBD
(141,189,189)
#99C4C4
(153,196,196)
#A5CBCB
(165,203,203)
#B1D2D2
(177,210,210)
#BDD9D9
(189,217,217)
#C9E0E0
(201,224,224)
#D5E7E7
(213,231,231)
#E1EEEE
(225,238,238)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AFAF; }

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

This text font color is #75AFAF.


Background Color

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

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

This div background color is #75AFAF.


Border color

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

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

This div border color is #75AFAF.


Opacity

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

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

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

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

This text has shadow with #75AFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AFAF on black background.


Color preview on white background

This text has color #75AFAF on white background.



Black color preview on #75AFAF background

This text has black color on #75AFAF background.


White color preview on #75AFAF background

This text has white color on #75AFAF background.