COLOR #18BDC1

HEX: #18BDC1
RGB: (24,189,193)

Color info

#18BDC1 contains mainly green and blue colors. Web safe color of #18BDC1 is #00CCCC (or #0CC).

RGB color model

#18BDC1 color RGB value is (24,189,193).

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

RGB channels and saturation

R 24 of 255 = 9%
G 189 of 255 = 74%
B 193 of 255 = 76%

24
189
193

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

Portions of RGB colors in percentages

R + G + B =
24 + 189 + 193 = 406 (100%)
R 24 of 406 ~ 5.91%
G 189 of 406 ~ 46.55%
B 193 of 406 ~ 47.54%

%46.55
%47.54

CMYK color model

#18BDC1 color CMYK value is (88,2,0,24).

  • cyan value is 87.56%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(88,2,0,24)
C88M2Y0K24 
(88%,2%,0%,24%)
(0.88/0.02/0.00/0.24)	

CMYK percentages

%87.56
%2.07
%0
%24.31

Codes

Color #18BDC1 in popluar color models

18BDC1
RGB24189193
HSL181°77.88%42.55%
HSB/HSV181°87.56%75.69%
CMYK87.56%2.07%0.00%
24.31%

Color #18BDC1 in popluar number systems.

HEX18BDC1
Decimal24189193
Binary110001011110111000001
Octal30275301

Shades and tints

Shades of #18BDC1

#18BDC1
(24,189,193)
#16ACB0
(22,172,176)
#149B9F
(20,155,159)
#128A8E
(18,138,142)
#10797D
(16,121,125)
#0E686C
(14,104,108)
#0C575B
(12,87,91)
#0A464A
(10,70,74)
#083539
(8,53,57)
#062428
(6,36,40)
#041317
(4,19,23)
#000000
(0,0,0)

Tints of #18BDC1

#18BDC1
(24,189,193)
#2DC3C6
(45,195,198)
#42C9CB
(66,201,203)
#57CFD0
(87,207,208)
#6CD5D5
(108,213,213)
#81DBDA
(129,219,218)
#96E1DF
(150,225,223)
#ABE7E4
(171,231,228)
#C0EDE9
(192,237,233)
#D5F3EE
(213,243,238)
#EAF9F3
(234,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18BDC1; }

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

This text font color is #18BDC1.


Background Color

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

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

This div background color is #18BDC1.


Border color

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

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

This div border color is #18BDC1.


Opacity

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

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

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

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

This text has shadow with #18BDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18BDC1 on black background.


Color preview on white background

This text has color #18BDC1 on white background.



Black color preview on #18BDC1 background

This text has black color on #18BDC1 background.


White color preview on #18BDC1 background

This text has white color on #18BDC1 background.