COLOR #75BCAE

HEX: #75BCAE
RGB: (117,188,174)

Color info

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

RGB color model

#75BCAE color RGB value is (117,188,174).

  • red value is 117;
  • green value is 188;
  • blue value is 174.
RGB:
(117,188,174)
(46%,74%,68%)

RGB channels and saturation

R 117 of 255 = 46%
G 188 of 255 = 74%
B 174 of 255 = 68%

117
188
174

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

Portions of RGB colors in percentages

R + G + B =
117 + 188 + 174 = 479 (100%)
R 117 of 479 ~ 24.43%
G 188 of 479 ~ 39.25%
B 174 of 479 ~ 36.33%

%24.43
%39.25
%36.33

CMYK color model

#75BCAE color CMYK value is (38,0,7,26).

  • cyan value is 37.77%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(38,0,7,26)
C38M0Y7K26 
(38%,0%,7%,26%)
(0.38/0.00/0.07/0.26)	

CMYK percentages

%37.77
%0
%7.45
%26.27

Codes

Color #75BCAE in popluar color models

75BCAE
RGB117188174
HSL168°34.63%59.80%
HSB/HSV168°37.77%73.73%
CMYK37.77%0.00%7.45%
26.27%

Color #75BCAE in popluar number systems.

HEX75BCAE
Decimal117188174
Binary11101011011110010101110
Octal165274256

Shades and tints

Shades of #75BCAE

#75BCAE
(117,188,174)
#6BAB9F
(107,171,159)
#619A90
(97,154,144)
#578981
(87,137,129)
#4D7872
(77,120,114)
#436763
(67,103,99)
#395654
(57,86,84)
#2F4545
(47,69,69)
#253436
(37,52,54)
#1B2327
(27,35,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #75BCAE

#75BCAE
(117,188,174)
#81C2B5
(129,194,181)
#8DC8BC
(141,200,188)
#99CEC3
(153,206,195)
#A5D4CA
(165,212,202)
#B1DAD1
(177,218,209)
#BDE0D8
(189,224,216)
#C9E6DF
(201,230,223)
#D5ECE6
(213,236,230)
#E1F2ED
(225,242,237)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BCAE; }

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

This text font color is #75BCAE.


Background Color

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

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

This div background color is #75BCAE.


Border color

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

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

This div border color is #75BCAE.


Opacity

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

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

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

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

This text has shadow with #75BCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BCAE on black background.


Color preview on white background

This text has color #75BCAE on white background.



Black color preview on #75BCAE background

This text has black color on #75BCAE background.


White color preview on #75BCAE background

This text has white color on #75BCAE background.