COLOR #18B4A3

HEX: #18B4A3
RGB: (24,180,163)

Color info

#18B4A3 contains mainly green and blue colors. Web safe color of #18B4A3 is #00CC99 (or #0C9).

RGB color model

#18B4A3 color RGB value is (24,180,163).

  • red value is 24;
  • green value is 180;
  • blue value is 163.
RGB:
(24,180,163)
(9%,71%,64%)

RGB channels and saturation

R 24 of 255 = 9%
G 180 of 255 = 71%
B 163 of 255 = 64%

24
180
163

R + G + B ~ 48%. #18B4A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 180 + 163 = 367 (100%)
R 24 of 367 ~ 6.54%
G 180 of 367 ~ 49.05%
B 163 of 367 ~ 44.41%

%49.05
%44.41

CMYK color model

#18B4A3 color CMYK value is (87,0,9,29).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 9.44%
  • key color value is 29.41%
CMYK:
(87,0,9,29)
C87M0Y9K29 
(87%,0%,9%,29%)
(0.87/0.00/0.09/0.29)	

CMYK percentages

%86.67
%0
%9.44
%29.41

Codes

Color #18B4A3 in popluar color models

18B4A3
RGB24180163
HSL173°76.47%40.00%
HSB/HSV173°86.67%70.59%
CMYK86.67%0.00%9.44%
29.41%

Color #18B4A3 in popluar number systems.

HEX18B4A3
Decimal24180163
Binary110001011010010100011
Octal30264243

Shades and tints

Shades of #18B4A3

#18B4A3
(24,180,163)
#16A495
(22,164,149)
#149487
(20,148,135)
#128479
(18,132,121)
#10746B
(16,116,107)
#0E645D
(14,100,93)
#0C544F
(12,84,79)
#0A4441
(10,68,65)
#083433
(8,52,51)
#062425
(6,36,37)
#041417
(4,20,23)
#000000
(0,0,0)

Tints of #18B4A3

#18B4A3
(24,180,163)
#2DBAAB
(45,186,171)
#42C0B3
(66,192,179)
#57C6BB
(87,198,187)
#6CCCC3
(108,204,195)
#81D2CB
(129,210,203)
#96D8D3
(150,216,211)
#ABDEDB
(171,222,219)
#C0E4E3
(192,228,227)
#D5EAEB
(213,234,235)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18B4A3 color. Also use rgb(24,180,163) instead hex code.

Text Font Color

.myTextColor { color: #18B4A3; }

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

This text font color is #18B4A3.


Background Color

.myBgColor { background-color: #18B4A3; }

<div style="background-color:#18B4A3">Inner text</div>

This div background color is #18B4A3.


Border color

.myBorderColor { border: 1px solid #18B4A3; }

<div style="border:3px solid #18B4A3">Div</div>

This div border color is #18B4A3.


Opacity

.myOpacity80 { color: #18B4A3; opacity: 0.8; }

<p style="color:#18B4A3;opacity:0.8;">80%</p>

Text with #18B4A3 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 #18B4A3;}

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

This text has shadow with #18B4A3 color.

.textShadow {text-shadow: 3px 3px 1px #18B4A3, 3px 3px 1px red;}

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

This text has shadow with #18B4A3 primary color and red secondary color.


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

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

This text has shadow with #18B4A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18B4A3 on black background.


Color preview on white background

This text has color #18B4A3 on white background.



Black color preview on #18B4A3 background

This text has black color on #18B4A3 background.


White color preview on #18B4A3 background

This text has white color on #18B4A3 background.