COLOR #75B4B4

HEX: #75B4B4
RGB: (117,180,180)

Color info

#75B4B4 contains mainly green and blue colors. Web safe color of #75B4B4 is #66CCCC (or #6CC).

RGB color model

#75B4B4 color RGB value is (117,180,180).

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

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 180 of 255 = 71%

117
180
180

R + G + B ~ 63%. #75B4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 180 + 180 = 477 (100%)
R 117 of 477 ~ 24.53%
G 180 of 477 ~ 37.74%
B 180 of 477 ~ 37.74%

%24.53
%37.74
%37.74

CMYK color model

#75B4B4 color CMYK value is (35,0,0,29).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(35,0,0,29)
C35M0Y0K29 
(35%,0%,0%,29%)
(0.35/0.00/0.00/0.29)	

CMYK percentages

%35
%0
%0
%29.41

Codes

Color #75B4B4 in popluar color models

75B4B4
RGB117180180
HSL180°29.58%58.24%
HSB/HSV180°35.00%70.59%
CMYK35.00%0.00%0.00%
29.41%

Color #75B4B4 in popluar number systems.

HEX75B4B4
Decimal117180180
Binary11101011011010010110100
Octal165264264

Shades and tints

Shades of #75B4B4

#75B4B4
(117,180,180)
#6BA4A4
(107,164,164)
#619494
(97,148,148)
#578484
(87,132,132)
#4D7474
(77,116,116)
#436464
(67,100,100)
#395454
(57,84,84)
#2F4444
(47,68,68)
#253434
(37,52,52)
#1B2424
(27,36,36)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #75B4B4

#75B4B4
(117,180,180)
#81BABA
(129,186,186)
#8DC0C0
(141,192,192)
#99C6C6
(153,198,198)
#A5CCCC
(165,204,204)
#B1D2D2
(177,210,210)
#BDD8D8
(189,216,216)
#C9DEDE
(201,222,222)
#D5E4E4
(213,228,228)
#E1EAEA
(225,234,234)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B4B4; }

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

This text font color is #75B4B4.


Background Color

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

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

This div background color is #75B4B4.


Border color

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

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

This div border color is #75B4B4.


Opacity

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

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

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

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

This text has shadow with #75B4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B4B4 on black background.


Color preview on white background

This text has color #75B4B4 on white background.



Black color preview on #75B4B4 background

This text has black color on #75B4B4 background.


White color preview on #75B4B4 background

This text has white color on #75B4B4 background.