COLOR #4BBCAE

HEX: #4BBCAE
RGB: (75,188,174)

Color info

#4BBCAE contains mainly green and blue colors. Web safe color of #4BBCAE is #33CC99 (or #3C9).

RGB color model

#4BBCAE color RGB value is (75,188,174).

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

RGB channels and saturation

R 75 of 255 = 29%
G 188 of 255 = 74%
B 174 of 255 = 68%

75
188
174

R + G + B ~ 57%. #4BBCAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 188 + 174 = 437 (100%)
R 75 of 437 ~ 17.16%
G 188 of 437 ~ 43.02%
B 174 of 437 ~ 39.82%

%17.16
%43.02
%39.82

CMYK color model

#4BBCAE color CMYK value is (60,0,7,26).

  • cyan value is 60.11%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(60,0,7,26)
C60M0Y7K26 
(60%,0%,7%,26%)
(0.60/0.00/0.07/0.26)	

CMYK percentages

%60.11
%0
%7.45
%26.27

Codes

Color #4BBCAE in popluar color models

4BBCAE
RGB75188174
HSL173°45.75%51.57%
HSB/HSV173°60.11%73.73%
CMYK60.11%0.00%7.45%
26.27%

Color #4BBCAE in popluar number systems.

HEX4BBCAE
Decimal75188174
Binary10010111011110010101110
Octal113274256

Shades and tints

Shades of #4BBCAE

#4BBCAE
(75,188,174)
#45AB9F
(69,171,159)
#3F9A90
(63,154,144)
#398981
(57,137,129)
#337872
(51,120,114)
#2D6763
(45,103,99)
#275654
(39,86,84)
#214545
(33,69,69)
#1B3436
(27,52,54)
#152327
(21,35,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #4BBCAE

#4BBCAE
(75,188,174)
#5BC2B5
(91,194,181)
#6BC8BC
(107,200,188)
#7BCEC3
(123,206,195)
#8BD4CA
(139,212,202)
#9BDAD1
(155,218,209)
#ABE0D8
(171,224,216)
#BBE6DF
(187,230,223)
#CBECE6
(203,236,230)
#DBF2ED
(219,242,237)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BBCAE; }

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

This text font color is #4BBCAE.


Background Color

.myBgColor { background-color: #4BBCAE; }

<div style="background-color:#4BBCAE">Inner text</div>

This div background color is #4BBCAE.


Border color

.myBorderColor { border: 1px solid #4BBCAE; }

<div style="border:3px solid #4BBCAE">Div</div>

This div border color is #4BBCAE.


Opacity

.myOpacity80 { color: #4BBCAE; opacity: 0.8; }

<p style="color:#4BBCAE;opacity:0.8;">80%</p>

Text with #4BBCAE 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 #4BBCAE;}

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

This text has shadow with #4BBCAE color.

.textShadow {text-shadow: 3px 3px 1px #4BBCAE, 3px 3px 1px red;}

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

This text has shadow with #4BBCAE primary color and red secondary color.


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

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

This text has shadow with #4BBCAE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBCAE on black background.


Color preview on white background

This text has color #4BBCAE on white background.



Black color preview on #4BBCAE background

This text has black color on #4BBCAE background.


White color preview on #4BBCAE background

This text has white color on #4BBCAE background.