COLOR #75B8A8

HEX: #75B8A8
RGB: (117,184,168)

Color info

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

RGB color model

#75B8A8 color RGB value is (117,184,168).

  • red value is 117;
  • green value is 184;
  • blue value is 168.
RGB:
(117,184,168)
(46%,72%,66%)

RGB channels and saturation

R 117 of 255 = 46%
G 184 of 255 = 72%
B 168 of 255 = 66%

117
184
168

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

Portions of RGB colors in percentages

R + G + B =
117 + 184 + 168 = 469 (100%)
R 117 of 469 ~ 24.95%
G 184 of 469 ~ 39.23%
B 168 of 469 ~ 35.82%

%24.95
%39.23
%35.82

CMYK color model

#75B8A8 color CMYK value is (36,0,9,28).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 27.84%
CMYK:
(36,0,9,28)
C36M0Y9K28 
(36%,0%,9%,28%)
(0.36/0.00/0.09/0.28)	

CMYK percentages

%36.41
%0
%8.7
%27.84

Codes

Color #75B8A8 in popluar color models

75B8A8
RGB117184168
HSL166°32.06%59.02%
HSB/HSV166°36.41%72.16%
CMYK36.41%0.00%8.70%
27.84%

Color #75B8A8 in popluar number systems.

HEX75B8A8
Decimal117184168
Binary11101011011100010101000
Octal165270250

Shades and tints

Shades of #75B8A8

#75B8A8
(117,184,168)
#6BA899
(107,168,153)
#61988A
(97,152,138)
#57887B
(87,136,123)
#4D786C
(77,120,108)
#43685D
(67,104,93)
#39584E
(57,88,78)
#2F483F
(47,72,63)
#253830
(37,56,48)
#1B2821
(27,40,33)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #75B8A8

#75B8A8
(117,184,168)
#81BEAF
(129,190,175)
#8DC4B6
(141,196,182)
#99CABD
(153,202,189)
#A5D0C4
(165,208,196)
#B1D6CB
(177,214,203)
#BDDCD2
(189,220,210)
#C9E2D9
(201,226,217)
#D5E8E0
(213,232,224)
#E1EEE7
(225,238,231)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B8A8; }

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

This text font color is #75B8A8.


Background Color

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

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

This div background color is #75B8A8.


Border color

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

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

This div border color is #75B8A8.


Opacity

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

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

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

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

This text has shadow with #75B8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B8A8 on black background.


Color preview on white background

This text has color #75B8A8 on white background.



Black color preview on #75B8A8 background

This text has black color on #75B8A8 background.


White color preview on #75B8A8 background

This text has white color on #75B8A8 background.