COLOR #18AFB7

HEX: #18AFB7
RGB: (24,175,183)

Color info

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

RGB color model

#18AFB7 color RGB value is (24,175,183).

  • red value is 24;
  • green value is 175;
  • blue value is 183.
RGB:
(24,175,183)
(9%,69%,72%)

RGB channels and saturation

R 24 of 255 = 9%
G 175 of 255 = 69%
B 183 of 255 = 72%

24
175
183

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

Portions of RGB colors in percentages

R + G + B =
24 + 175 + 183 = 382 (100%)
R 24 of 382 ~ 6.28%
G 175 of 382 ~ 45.81%
B 183 of 382 ~ 47.91%

%45.81
%47.91

CMYK color model

#18AFB7 color CMYK value is (87,4,0,28).

  • cyan value is 86.89%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(87,4,0,28)
C87M4Y0K28 
(87%,4%,0%,28%)
(0.87/0.04/0.00/0.28)	

CMYK percentages

%86.89
%4.37
%0
%28.24

Codes

Color #18AFB7 in popluar color models

18AFB7
RGB24175183
HSL183°76.81%40.59%
HSB/HSV183°86.89%71.76%
CMYK86.89%4.37%0.00%
28.24%

Color #18AFB7 in popluar number systems.

HEX18AFB7
Decimal24175183
Binary110001010111110110111
Octal30257267

Shades and tints

Shades of #18AFB7

#18AFB7
(24,175,183)
#16A0A7
(22,160,167)
#149197
(20,145,151)
#128287
(18,130,135)
#107377
(16,115,119)
#0E6467
(14,100,103)
#0C5557
(12,85,87)
#0A4647
(10,70,71)
#083737
(8,55,55)
#062827
(6,40,39)
#041917
(4,25,23)
#000000
(0,0,0)

Tints of #18AFB7

#18AFB7
(24,175,183)
#2DB6BD
(45,182,189)
#42BDC3
(66,189,195)
#57C4C9
(87,196,201)
#6CCBCF
(108,203,207)
#81D2D5
(129,210,213)
#96D9DB
(150,217,219)
#ABE0E1
(171,224,225)
#C0E7E7
(192,231,231)
#D5EEED
(213,238,237)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18AFB7 color. Also use rgb(24,175,183) instead hex code.

Text Font Color

.myTextColor { color: #18AFB7; }

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

This text font color is #18AFB7.


Background Color

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

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

This div background color is #18AFB7.


Border color

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

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

This div border color is #18AFB7.


Opacity

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

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

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

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

This text has shadow with #18AFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18AFB7 on black background.


Color preview on white background

This text has color #18AFB7 on white background.



Black color preview on #18AFB7 background

This text has black color on #18AFB7 background.


White color preview on #18AFB7 background

This text has white color on #18AFB7 background.