COLOR #4ABB9A

HEX: #4ABB9A
RGB: (74,187,154)

Color info

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

RGB color model

#4ABB9A color RGB value is (74,187,154).

  • red value is 74;
  • green value is 187;
  • blue value is 154.
RGB:
(74,187,154)
(29%,73%,60%)

RGB channels and saturation

R 74 of 255 = 29%
G 187 of 255 = 73%
B 154 of 255 = 60%

74
187
154

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

Portions of RGB colors in percentages

R + G + B =
74 + 187 + 154 = 415 (100%)
R 74 of 415 ~ 17.83%
G 187 of 415 ~ 45.06%
B 154 of 415 ~ 37.11%

%17.83
%45.06
%37.11

CMYK color model

#4ABB9A color CMYK value is (60,0,18,27).

  • cyan value is 60.43%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(60,0,18,27)
C60M0Y18K27 
(60%,0%,18%,27%)
(0.60/0.00/0.18/0.27)	

CMYK percentages

%60.43
%0
%17.65
%26.67

Codes

Color #4ABB9A in popluar color models

4ABB9A
RGB74187154
HSL162°45.38%51.18%
HSB/HSV162°60.43%73.33%
CMYK60.43%0.00%17.65%
26.67%

Color #4ABB9A in popluar number systems.

HEX4ABB9A
Decimal74187154
Binary10010101011101110011010
Octal112273232

Shades and tints

Shades of #4ABB9A

#4ABB9A
(74,187,154)
#44AA8C
(68,170,140)
#3E997E
(62,153,126)
#388870
(56,136,112)
#327762
(50,119,98)
#2C6654
(44,102,84)
#265546
(38,85,70)
#204438
(32,68,56)
#1A332A
(26,51,42)
#14221C
(20,34,28)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #4ABB9A

#4ABB9A
(74,187,154)
#5AC1A3
(90,193,163)
#6AC7AC
(106,199,172)
#7ACDB5
(122,205,181)
#8AD3BE
(138,211,190)
#9AD9C7
(154,217,199)
#AADFD0
(170,223,208)
#BAE5D9
(186,229,217)
#CAEBE2
(202,235,226)
#DAF1EB
(218,241,235)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ABB9A color. Also use rgb(74,187,154) instead hex code.

Text Font Color

.myTextColor { color: #4ABB9A; }

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

This text font color is #4ABB9A.


Background Color

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

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

This div background color is #4ABB9A.


Border color

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

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

This div border color is #4ABB9A.


Opacity

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

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

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

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

This text has shadow with #4ABB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ABB9A on black background.


Color preview on white background

This text has color #4ABB9A on white background.



Black color preview on #4ABB9A background

This text has black color on #4ABB9A background.


White color preview on #4ABB9A background

This text has white color on #4ABB9A background.