COLOR #75B6B2

HEX: #75B6B2
RGB: (117,182,178)

Color info

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

RGB color model

#75B6B2 color RGB value is (117,182,178).

  • red value is 117;
  • green value is 182;
  • blue value is 178.
RGB:
(117,182,178)
(46%,71%,70%)

RGB channels and saturation

R 117 of 255 = 46%
G 182 of 255 = 71%
B 178 of 255 = 70%

117
182
178

R + G + B ~ 62%. #75B6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 182 + 178 = 477 (100%)
R 117 of 477 ~ 24.53%
G 182 of 477 ~ 38.16%
B 178 of 477 ~ 37.32%

%24.53
%38.16
%37.32

CMYK color model

#75B6B2 color CMYK value is (36,0,2,29).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 28.63%
CMYK:
(36,0,2,29)
C36M0Y2K29 
(36%,0%,2%,29%)
(0.36/0.00/0.02/0.29)	

CMYK percentages

%35.71
%0
%2.2
%28.63

Codes

Color #75B6B2 in popluar color models

75B6B2
RGB117182178
HSL176°30.81%58.63%
HSB/HSV176°35.71%71.37%
CMYK35.71%0.00%2.20%
28.63%

Color #75B6B2 in popluar number systems.

HEX75B6B2
Decimal117182178
Binary11101011011011010110010
Octal165266262

Shades and tints

Shades of #75B6B2

#75B6B2
(117,182,178)
#6BA6A2
(107,166,162)
#619692
(97,150,146)
#578682
(87,134,130)
#4D7672
(77,118,114)
#436662
(67,102,98)
#395652
(57,86,82)
#2F4642
(47,70,66)
#253632
(37,54,50)
#1B2622
(27,38,34)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #75B6B2

#75B6B2
(117,182,178)
#81BCB9
(129,188,185)
#8DC2C0
(141,194,192)
#99C8C7
(153,200,199)
#A5CECE
(165,206,206)
#B1D4D5
(177,212,213)
#BDDADC
(189,218,220)
#C9E0E3
(201,224,227)
#D5E6EA
(213,230,234)
#E1ECF1
(225,236,241)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B6B2; }

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

This text font color is #75B6B2.


Background Color

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

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

This div background color is #75B6B2.


Border color

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

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

This div border color is #75B6B2.


Opacity

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

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

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

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

This text has shadow with #75B6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B6B2 on black background.


Color preview on white background

This text has color #75B6B2 on white background.



Black color preview on #75B6B2 background

This text has black color on #75B6B2 background.


White color preview on #75B6B2 background

This text has white color on #75B6B2 background.