COLOR #12BBB0

HEX: #12BBB0
RGB: (18,187,176)

Color info

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

RGB color model

#12BBB0 color RGB value is (18,187,176).

  • red value is 18;
  • green value is 187;
  • blue value is 176.
RGB:
(18,187,176)
(7%,73%,69%)

RGB channels and saturation

R 18 of 255 = 7%
G 187 of 255 = 73%
B 176 of 255 = 69%

18
187
176

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

Portions of RGB colors in percentages

R + G + B =
18 + 187 + 176 = 381 (100%)
R 18 of 381 ~ 4.72%
G 187 of 381 ~ 49.08%
B 176 of 381 ~ 46.19%

%49.08
%46.19

CMYK color model

#12BBB0 color CMYK value is (90,0,6,27).

  • cyan value is 90.37%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(90,0,6,27)
C90M0Y6K27 
(90%,0%,6%,27%)
(0.90/0.00/0.06/0.27)	

CMYK percentages

%90.37
%0
%5.88
%26.67

Codes

Color #12BBB0 in popluar color models

12BBB0
RGB18187176
HSL176°82.44%40.20%
HSB/HSV176°90.37%73.33%
CMYK90.37%0.00%5.88%
26.67%

Color #12BBB0 in popluar number systems.

HEX12BBB0
Decimal18187176
Binary100101011101110110000
Octal22273260

Shades and tints

Shades of #12BBB0

#12BBB0
(18,187,176)
#11AAA0
(17,170,160)
#109990
(16,153,144)
#0F8880
(15,136,128)
#0E7770
(14,119,112)
#0D6660
(13,102,96)
#0C5550
(12,85,80)
#0B4440
(11,68,64)
#0A3330
(10,51,48)
#092220
(9,34,32)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #12BBB0

#12BBB0
(18,187,176)
#27C1B7
(39,193,183)
#3CC7BE
(60,199,190)
#51CDC5
(81,205,197)
#66D3CC
(102,211,204)
#7BD9D3
(123,217,211)
#90DFDA
(144,223,218)
#A5E5E1
(165,229,225)
#BAEBE8
(186,235,232)
#CFF1EF
(207,241,239)
#E4F7F6
(228,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12BBB0 color. Also use rgb(18,187,176) instead hex code.

Text Font Color

.myTextColor { color: #12BBB0; }

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

This text font color is #12BBB0.


Background Color

.myBgColor { background-color: #12BBB0; }

<div style="background-color:#12BBB0">Inner text</div>

This div background color is #12BBB0.


Border color

.myBorderColor { border: 1px solid #12BBB0; }

<div style="border:3px solid #12BBB0">Div</div>

This div border color is #12BBB0.


Opacity

.myOpacity80 { color: #12BBB0; opacity: 0.8; }

<p style="color:#12BBB0;opacity:0.8;">80%</p>

Text with #12BBB0 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 #12BBB0;}

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

This text has shadow with #12BBB0 color.

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

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

This text has shadow with #12BBB0 primary color and red secondary color.


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

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

This text has shadow with #12BBB0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12BBB0 on black background.


Color preview on white background

This text has color #12BBB0 on white background.



Black color preview on #12BBB0 background

This text has black color on #12BBB0 background.


White color preview on #12BBB0 background

This text has white color on #12BBB0 background.