COLOR #75B898

HEX: #75B898
RGB: (117,184,152)

Color info

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

RGB color model

#75B898 color RGB value is (117,184,152).

  • red value is 117;
  • green value is 184;
  • blue value is 152.
RGB:
(117,184,152)
(46%,72%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 184 of 255 = 72%
B 152 of 255 = 60%

117
184
152

R + G + B ~ 59%. #75B898 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 184 + 152 = 453 (100%)
R 117 of 453 ~ 25.83%
G 184 of 453 ~ 40.62%
B 152 of 453 ~ 33.55%

%25.83
%40.62
%33.55

CMYK color model

#75B898 color CMYK value is (36,0,17,28).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 27.84%
CMYK:
(36,0,17,28)
C36M0Y17K28 
(36%,0%,17%,28%)
(0.36/0.00/0.17/0.28)	

CMYK percentages

%36.41
%0
%17.39
%27.84

Codes

Color #75B898 in popluar color models

75B898
RGB117184152
HSL151°32.06%59.02%
HSB/HSV151°36.41%72.16%
CMYK36.41%0.00%17.39%
27.84%

Color #75B898 in popluar number systems.

HEX75B898
Decimal117184152
Binary11101011011100010011000
Octal165270230

Shades and tints

Shades of #75B898

#75B898
(117,184,152)
#6BA88B
(107,168,139)
#61987E
(97,152,126)
#578871
(87,136,113)
#4D7864
(77,120,100)
#436857
(67,104,87)
#39584A
(57,88,74)
#2F483D
(47,72,61)
#253830
(37,56,48)
#1B2823
(27,40,35)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #75B898

#75B898
(117,184,152)
#81BEA1
(129,190,161)
#8DC4AA
(141,196,170)
#99CAB3
(153,202,179)
#A5D0BC
(165,208,188)
#B1D6C5
(177,214,197)
#BDDCCE
(189,220,206)
#C9E2D7
(201,226,215)
#D5E8E0
(213,232,224)
#E1EEE9
(225,238,233)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B898; }

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

This text font color is #75B898.


Background Color

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

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

This div background color is #75B898.


Border color

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

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

This div border color is #75B898.


Opacity

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

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

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

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

This text has shadow with #75B898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B898 on black background.


Color preview on white background

This text has color #75B898 on white background.



Black color preview on #75B898 background

This text has black color on #75B898 background.


White color preview on #75B898 background

This text has white color on #75B898 background.