COLOR #4BB1A8

HEX: #4BB1A8 RGB: (75,177,168)

Color info

#4BB1A8 contains mainly green and blue colors. Web safe color of #4BB1A8 is #339999 (or #399).

RGB color model

#4BB1A8 color RGB value is (75,177,168).

RGB: (75,177,168) (29%, 69%, 66%)

RGB channels and saturation

R 75 of 255 = 29%
G 177 of 255 = 69%
B 168 of 255 = 66%

75
177
168

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

Portions of RGB colors in percentages

R + G + B = 75 + 177 + 168 = 420 (100%)
R 75 of 420 ~ 17.86%
G 177 of 420 ~ 42.14%
B 168 of 420 ~ 40'%

%17.86
%42.14
%40

CMYK color model

#4BB1A8 color CMYK value is (58,0,5,31).

  • cyan value is 57.63%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 30.59%

CMYK: (58,0,5,31)
C58M0Y5K31 (58%, 0%, 5%, 31%)
(0.58 / 0.00 / 0.05 / 0.31)

CMYK percentages

%57.63
%0
%5.08
%30.59

Codes

Color #4BB1A8 in popluar color models

4B B1 A8
RGB 75 177 168
HSL 175° 40.48% 49.41%
HSB/HSV 175° 57.63% 69.41%
CMYK 57.63% 0.00% 5.08%
30.59%

Color #4BB1A8 in popluar number systems.

HEX 4B B1 A8
Decimal 75 177 168
Binary 1001011 10110001 10101000
Octal 113 261 250

Shades and tints

Shades of #4BB1A8

#4BB1A8
(75,177,168)
#45A199
(69,161,153)
#3F918A
(63,145,138)
#39817B
(57,129,123)
#33716C
(51,113,108)
#2D615D
(45,97,93)
#27514E
(39,81,78)
#21413F
(33,65,63)
#1B3130
(27,49,48)
#152121
(21,33,33)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #4BB1A8

#4BB1A8
(75,177,168)
#5BB8AF
(91,184,175)
#6BBFB6
(107,191,182)
#7BC6BD
(123,198,189)
#8BCDC4
(139,205,196)
#9BD4CB
(155,212,203)
#ABDBD2
(171,219,210)
#BBE2D9
(187,226,217)
#CBE9E0
(203,233,224)
#DBF0E7
(219,240,231)
#EBF7EE
(235,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BB1A8 color. Also use rgb(75,177,168) instead hex code.

Text Font Color

.myTextColor { color: #4BB1A8; }

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

This text font color is #4BB1A8.

Background Color

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

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

This div background color is #4BB1A8.

Border color

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

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

This div border color is #4BB1A8.

Opacity

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

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

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

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

This text has shadow with #4BB1A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BB1A8.

Preview

Color preview on black background

This text has color #4BB1A8 on black background.


Color preview on white background

This text has color #4BB1A8 on white background.


Black color preview on #4BB1A8 background

This text has black color on #4BB1A8 background.


White color preview on #4BB1A8 background

This text has white color on #4BB1A8 background.


Related colors

Complementary color

Complementary color for #hex is #B44E57.


I love getcolorcode.com

Triadic colors

1 #A84BB1 and #B1A84B with #4BB1A8 are triadic colors.

2 #A8B14B and #B14BA8 with #4BB1A8 are triadic colors.