COLOR #75BEAB

HEX: #75BEAB
RGB: (117,190,171)

Color info

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

RGB color model

#75BEAB color RGB value is (117,190,171).

  • red value is 117;
  • green value is 190;
  • blue value is 171.
RGB:
(117,190,171)
(46%,75%,67%)

RGB channels and saturation

R 117 of 255 = 46%
G 190 of 255 = 75%
B 171 of 255 = 67%

117
190
171

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

Portions of RGB colors in percentages

R + G + B =
117 + 190 + 171 = 478 (100%)
R 117 of 478 ~ 24.48%
G 190 of 478 ~ 39.75%
B 171 of 478 ~ 35.77%

%24.48
%39.75
%35.77

CMYK color model

#75BEAB color CMYK value is (38,0,10,25).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(38,0,10,25)
C38M0Y10K25 
(38%,0%,10%,25%)
(0.38/0.00/0.10/0.25)	

CMYK percentages

%38.42
%0
%10
%25.49

Codes

Color #75BEAB in popluar color models

75BEAB
RGB117190171
HSL164°35.96%60.20%
HSB/HSV164°38.42%74.51%
CMYK38.42%0.00%10.00%
25.49%

Color #75BEAB in popluar number systems.

HEX75BEAB
Decimal117190171
Binary11101011011111010101011
Octal165276253

Shades and tints

Shades of #75BEAB

#75BEAB
(117,190,171)
#6BAD9C
(107,173,156)
#619C8D
(97,156,141)
#578B7E
(87,139,126)
#4D7A6F
(77,122,111)
#436960
(67,105,96)
#395851
(57,88,81)
#2F4742
(47,71,66)
#253633
(37,54,51)
#1B2524
(27,37,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #75BEAB

#75BEAB
(117,190,171)
#81C3B2
(129,195,178)
#8DC8B9
(141,200,185)
#99CDC0
(153,205,192)
#A5D2C7
(165,210,199)
#B1D7CE
(177,215,206)
#BDDCD5
(189,220,213)
#C9E1DC
(201,225,220)
#D5E6E3
(213,230,227)
#E1EBEA
(225,235,234)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BEAB; }

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

This text font color is #75BEAB.


Background Color

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

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

This div background color is #75BEAB.


Border color

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

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

This div border color is #75BEAB.


Opacity

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

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

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

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

This text has shadow with #75BEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BEAB on black background.


Color preview on white background

This text has color #75BEAB on white background.



Black color preview on #75BEAB background

This text has black color on #75BEAB background.


White color preview on #75BEAB background

This text has white color on #75BEAB background.