COLOR #01B198

HEX: #01B198
RGB: (1,177,152)

Color info

#01B198 contains mainly green and blue colors. Web safe color of #01B198 is #009999 (or #099).

RGB color model

#01B198 color RGB value is (1,177,152).

  • red value is 1;
  • green value is 177;
  • blue value is 152.
RGB:
(1,177,152)
(0%,69%,60%)

RGB channels and saturation

R 1 of 255 = 0%
G 177 of 255 = 69%
B 152 of 255 = 60%

1
177
152

R + G + B ~ 43%. #01B198 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 177 + 152 = 330 (100%)
R 1 of 330 ~ 0.3%
G 177 of 330 ~ 53.64%
B 152 of 330 ~ 46.06%

%53.64
%46.06

CMYK color model

#01B198 color CMYK value is (99,0,14,31).

  • cyan value is 99.44%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(99,0,14,31)
C99M0Y14K31 
(99%,0%,14%,31%)
(0.99/0.00/0.14/0.31)	

CMYK percentages

%99.44
%0
%14.12
%30.59

Codes

Color #01B198 in popluar color models

01B198
RGB1177152
HSL171°98.88%34.90%
HSB/HSV171°99.44%69.41%
CMYK99.44%0.00%14.12%
30.59%

Color #01B198 in popluar number systems.

HEX01B198
Decimal1177152
Binary11011000110011000
Octal1261230

Shades and tints

Shades of #01B198

#01B198
(1,177,152)
#01A18B
(1,161,139)
#01917E
(1,145,126)
#018171
(1,129,113)
#017164
(1,113,100)
#016157
(1,97,87)
#01514A
(1,81,74)
#01413D
(1,65,61)
#013130
(1,49,48)
#012123
(1,33,35)
#011116
(1,17,22)
#000000
(0,0,0)

Tints of #01B198

#01B198
(1,177,152)
#18B8A1
(24,184,161)
#2FBFAA
(47,191,170)
#46C6B3
(70,198,179)
#5DCDBC
(93,205,188)
#74D4C5
(116,212,197)
#8BDBCE
(139,219,206)
#A2E2D7
(162,226,215)
#B9E9E0
(185,233,224)
#D0F0E9
(208,240,233)
#E7F7F2
(231,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01B198 color. Also use rgb(1,177,152) instead hex code.

Text Font Color

.myTextColor { color: #01B198; }

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

This text font color is #01B198.


Background Color

.myBgColor { background-color: #01B198; }

<div style="background-color:#01B198">Inner text</div>

This div background color is #01B198.


Border color

.myBorderColor { border: 1px solid #01B198; }

<div style="border:3px solid #01B198">Div</div>

This div border color is #01B198.


Opacity

.myOpacity80 { color: #01B198; opacity: 0.8; }

<p style="color:#01B198;opacity:0.8;">80%</p>

Text with #01B198 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 #01B198;}

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

This text has shadow with #01B198 color.

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

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

This text has shadow with #01B198 primary color and red secondary color.


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

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

This text has shadow with #01B198 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01B198 on black background.


Color preview on white background

This text has color #01B198 on white background.



Black color preview on #01B198 background

This text has black color on #01B198 background.


White color preview on #01B198 background

This text has white color on #01B198 background.