COLOR #1ABCBC

HEX: #1ABCBC
RGB: (26,188,188)

Color info

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

RGB color model

#1ABCBC color RGB value is (26,188,188).

  • red value is 26;
  • green value is 188;
  • blue value is 188.
RGB:
(26,188,188)
(10%,74%,74%)

RGB channels and saturation

R 26 of 255 = 10%
G 188 of 255 = 74%
B 188 of 255 = 74%

26
188
188

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

Portions of RGB colors in percentages

R + G + B =
26 + 188 + 188 = 402 (100%)
R 26 of 402 ~ 6.47%
G 188 of 402 ~ 46.77%
B 188 of 402 ~ 46.77%

%46.77
%46.77

CMYK color model

#1ABCBC color CMYK value is (86,0,0,26).

  • cyan value is 86.17%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(86,0,0,26)
C86M0Y0K26 
(86%,0%,0%,26%)
(0.86/0.00/0.00/0.26)	

CMYK percentages

%86.17
%0
%0
%26.27

Codes

Color #1ABCBC in popluar color models

1ABCBC
RGB26188188
HSL180°75.70%41.96%
HSB/HSV180°86.17%73.73%
CMYK86.17%0.00%0.00%
26.27%

Color #1ABCBC in popluar number systems.

HEX1ABCBC
Decimal26188188
Binary110101011110010111100
Octal32274274

Shades and tints

Shades of #1ABCBC

#1ABCBC
(26,188,188)
#18ABAB
(24,171,171)
#169A9A
(22,154,154)
#148989
(20,137,137)
#127878
(18,120,120)
#106767
(16,103,103)
#0E5656
(14,86,86)
#0C4545
(12,69,69)
#0A3434
(10,52,52)
#082323
(8,35,35)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #1ABCBC

#1ABCBC
(26,188,188)
#2EC2C2
(46,194,194)
#42C8C8
(66,200,200)
#56CECE
(86,206,206)
#6AD4D4
(106,212,212)
#7EDADA
(126,218,218)
#92E0E0
(146,224,224)
#A6E6E6
(166,230,230)
#BAECEC
(186,236,236)
#CEF2F2
(206,242,242)
#E2F8F8
(226,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ABCBC color. Also use rgb(26,188,188) instead hex code.

Text Font Color

.myTextColor { color: #1ABCBC; }

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

This text font color is #1ABCBC.


Background Color

.myBgColor { background-color: #1ABCBC; }

<div style="background-color:#1ABCBC">Inner text</div>

This div background color is #1ABCBC.


Border color

.myBorderColor { border: 1px solid #1ABCBC; }

<div style="border:3px solid #1ABCBC">Div</div>

This div border color is #1ABCBC.


Opacity

.myOpacity80 { color: #1ABCBC; opacity: 0.8; }

<p style="color:#1ABCBC;opacity:0.8;">80%</p>

Text with #1ABCBC 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 #1ABCBC;}

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

This text has shadow with #1ABCBC color.

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

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

This text has shadow with #1ABCBC primary color and red secondary color.


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

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

This text has shadow with #1ABCBC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ABCBC on black background.


Color preview on white background

This text has color #1ABCBC on white background.



Black color preview on #1ABCBC background

This text has black color on #1ABCBC background.


White color preview on #1ABCBC background

This text has white color on #1ABCBC background.