COLOR #18AABD

HEX: #18AABD
RGB: (24,170,189)

Color info

#18AABD contains mainly green and blue colors. Web safe color of #18AABD is #0099CC (or #09C).

RGB color model

#18AABD color RGB value is (24,170,189).

  • red value is 24;
  • green value is 170;
  • blue value is 189.
RGB:
(24,170,189)
(9%,67%,74%)

RGB channels and saturation

R 24 of 255 = 9%
G 170 of 255 = 67%
B 189 of 255 = 74%

24
170
189

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

Portions of RGB colors in percentages

R + G + B =
24 + 170 + 189 = 383 (100%)
R 24 of 383 ~ 6.27%
G 170 of 383 ~ 44.39%
B 189 of 383 ~ 49.35%

%44.39
%49.35

CMYK color model

#18AABD color CMYK value is (87,10,0,26).

  • cyan value is 87.30%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(87,10,0,26)
C87M10Y0K26 
(87%,10%,0%,26%)
(0.87/0.10/0.00/0.26)	

CMYK percentages

%87.3
%10.05
%0
%25.88

Codes

Color #18AABD in popluar color models

18AABD
RGB24170189
HSL187°77.46%41.76%
HSB/HSV187°87.30%74.12%
CMYK87.30%10.05%0.00%
25.88%

Color #18AABD in popluar number systems.

HEX18AABD
Decimal24170189
Binary110001010101010111101
Octal30252275

Shades and tints

Shades of #18AABD

#18AABD
(24,170,189)
#169BAC
(22,155,172)
#148C9B
(20,140,155)
#127D8A
(18,125,138)
#106E79
(16,110,121)
#0E5F68
(14,95,104)
#0C5057
(12,80,87)
#0A4146
(10,65,70)
#083235
(8,50,53)
#062324
(6,35,36)
#041413
(4,20,19)
#000000
(0,0,0)

Tints of #18AABD

#18AABD
(24,170,189)
#2DB1C3
(45,177,195)
#42B8C9
(66,184,201)
#57BFCF
(87,191,207)
#6CC6D5
(108,198,213)
#81CDDB
(129,205,219)
#96D4E1
(150,212,225)
#ABDBE7
(171,219,231)
#C0E2ED
(192,226,237)
#D5E9F3
(213,233,243)
#EAF0F9
(234,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18AABD color. Also use rgb(24,170,189) instead hex code.

Text Font Color

.myTextColor { color: #18AABD; }

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

This text font color is #18AABD.


Background Color

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

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

This div background color is #18AABD.


Border color

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

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

This div border color is #18AABD.


Opacity

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

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

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

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

This text has shadow with #18AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18AABD on black background.


Color preview on white background

This text has color #18AABD on white background.



Black color preview on #18AABD background

This text has black color on #18AABD background.


White color preview on #18AABD background

This text has white color on #18AABD background.