COLOR #00B299

HEX: #00B299
RGB: (0,178,153)

Color info

#00B299 contains only green and blue colors. Web safe color of #00B299 is #009999 (or #099).

RGB color model

#00B299 color RGB value is (0,178,153).

  • red value is 0;
  • green value is 178;
  • blue value is 153.
RGB:
(0,178,153)
(0%,70%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 178 of 255 = 70%
B 153 of 255 = 60%

0
178
153

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

Portions of RGB colors in percentages

R + G + B =
0 + 178 + 153 = 331 (100%)
R 0 of 331 ~ 0%
G 178 of 331 ~ 53.78%
B 153 of 331 ~ 46.22%

%53.78
%46.22

CMYK color model

#00B299 color CMYK value is (100,0,14,30).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 30.20%
CMYK:
(100,0,14,30)
C100M0Y14K30 
(100%,0%,14%,30%)
(1.00/0.00/0.14/0.30)	

CMYK percentages

%100
%0
%14.04
%30.2

Codes

Color #00B299 in popluar color models

00B299
RGB0178153
HSL172°100.00%34.90%
HSB/HSV172°100.00%69.80%
CMYK100.00%0.00%14.04%
30.20%

Color #00B299 in popluar number systems.

HEX00B299
Decimal0178153
Binary01011001010011001
Octal0262231

Shades and tints

Shades of #00B299

#00B299
(0,178,153)
#00A28C
(0,162,140)
#00927F
(0,146,127)
#008272
(0,130,114)
#007265
(0,114,101)
#006258
(0,98,88)
#00524B
(0,82,75)
#00423E
(0,66,62)
#003231
(0,50,49)
#002224
(0,34,36)
#001217
(0,18,23)
#000000
(0,0,0)

Tints of #00B299

#00B299
(0,178,153)
#17B9A2
(23,185,162)
#2EC0AB
(46,192,171)
#45C7B4
(69,199,180)
#5CCEBD
(92,206,189)
#73D5C6
(115,213,198)
#8ADCCF
(138,220,207)
#A1E3D8
(161,227,216)
#B8EAE1
(184,234,225)
#CFF1EA
(207,241,234)
#E6F8F3
(230,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B299 color. Also use rgb(0,178,153) instead hex code.

Text Font Color

.myTextColor { color: #00B299; }

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

This text font color is #00B299.


Background Color

.myBgColor { background-color: #00B299; }

<div style="background-color:#00B299">Inner text</div>

This div background color is #00B299.


Border color

.myBorderColor { border: 1px solid #00B299; }

<div style="border:3px solid #00B299">Div</div>

This div border color is #00B299.


Opacity

.myOpacity80 { color: #00B299; opacity: 0.8; }

<p style="color:#00B299;opacity:0.8;">80%</p>

Text with #00B299 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 #00B299;}

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

This text has shadow with #00B299 color.

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

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

This text has shadow with #00B299 primary color and red secondary color.


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

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

This text has shadow with #00B299 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B299 on black background.


Color preview on white background

This text has color #00B299 on white background.



Black color preview on #00B299 background

This text has black color on #00B299 background.


White color preview on #00B299 background

This text has white color on #00B299 background.