COLOR #75BEB3

HEX: #75BEB3
RGB: (117,190,179)

Color info

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

RGB color model

#75BEB3 color RGB value is (117,190,179).

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

RGB channels and saturation

R 117 of 255 = 46%
G 190 of 255 = 75%
B 179 of 255 = 70%

117
190
179

R + G + B ~ 64%. #75BEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 190 + 179 = 486 (100%)
R 117 of 486 ~ 24.07%
G 190 of 486 ~ 39.09%
B 179 of 486 ~ 36.83%

%24.07
%39.09
%36.83

CMYK color model

#75BEB3 color CMYK value is (38,0,6,25).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(38,0,6,25)
C38M0Y6K25 
(38%,0%,6%,25%)
(0.38/0.00/0.06/0.25)	

CMYK percentages

%38.42
%0
%5.79
%25.49

Codes

Color #75BEB3 in popluar color models

75BEB3
RGB117190179
HSL171°35.96%60.20%
HSB/HSV171°38.42%74.51%
CMYK38.42%0.00%5.79%
25.49%

Color #75BEB3 in popluar number systems.

HEX75BEB3
Decimal117190179
Binary11101011011111010110011
Octal165276263

Shades and tints

Shades of #75BEB3

#75BEB3
(117,190,179)
#6BADA3
(107,173,163)
#619C93
(97,156,147)
#578B83
(87,139,131)
#4D7A73
(77,122,115)
#436963
(67,105,99)
#395853
(57,88,83)
#2F4743
(47,71,67)
#253633
(37,54,51)
#1B2523
(27,37,35)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #75BEB3

#75BEB3
(117,190,179)
#81C3B9
(129,195,185)
#8DC8BF
(141,200,191)
#99CDC5
(153,205,197)
#A5D2CB
(165,210,203)
#B1D7D1
(177,215,209)
#BDDCD7
(189,220,215)
#C9E1DD
(201,225,221)
#D5E6E3
(213,230,227)
#E1EBE9
(225,235,233)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BEB3; }

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

This text font color is #75BEB3.


Background Color

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

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

This div background color is #75BEB3.


Border color

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

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

This div border color is #75BEB3.


Opacity

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

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

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

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

This text has shadow with #75BEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BEB3 on black background.


Color preview on white background

This text has color #75BEB3 on white background.



Black color preview on #75BEB3 background

This text has black color on #75BEB3 background.


White color preview on #75BEB3 background

This text has white color on #75BEB3 background.