COLOR #00AE7B

HEX: #00AE7B
RGB: (0,174,123)

Color info

#00AE7B contains only green and blue colors. Web safe color of #00AE7B is #009966 (or #096).

RGB color model

#00AE7B color RGB value is (0,174,123).

  • red value is 0;
  • green value is 174;
  • blue value is 123.
RGB:
(0,174,123)
(0%,68%,48%)

RGB channels and saturation

R 0 of 255 = 0%
G 174 of 255 = 68%
B 123 of 255 = 48%

0
174
123

R + G + B ~ 39%. #00AE7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 174 + 123 = 297 (100%)
R 0 of 297 ~ 0%
G 174 of 297 ~ 58.59%
B 123 of 297 ~ 41.41%

%58.59
%41.41

CMYK color model

#00AE7B color CMYK value is (100,0,29,32).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 31.76%
CMYK:
(100,0,29,32)
C100M0Y29K32 
(100%,0%,29%,32%)
(1.00/0.00/0.29/0.32)	

CMYK percentages

%100
%0
%29.31
%31.76

Codes

Color #00AE7B in popluar color models

00AE7B
RGB0174123
HSL162°100.00%34.12%
HSB/HSV162°100.00%68.24%
CMYK100.00%0.00%29.31%
31.76%

Color #00AE7B in popluar number systems.

HEX00AE7B
Decimal0174123
Binary0101011101111011
Octal0256173

Shades and tints

Shades of #00AE7B

#00AE7B
(0,174,123)
#009F70
(0,159,112)
#009065
(0,144,101)
#00815A
(0,129,90)
#00724F
(0,114,79)
#006344
(0,99,68)
#005439
(0,84,57)
#00452E
(0,69,46)
#003623
(0,54,35)
#002718
(0,39,24)
#00180D
(0,24,13)
#000000
(0,0,0)

Tints of #00AE7B

#00AE7B
(0,174,123)
#17B587
(23,181,135)
#2EBC93
(46,188,147)
#45C39F
(69,195,159)
#5CCAAB
(92,202,171)
#73D1B7
(115,209,183)
#8AD8C3
(138,216,195)
#A1DFCF
(161,223,207)
#B8E6DB
(184,230,219)
#CFEDE7
(207,237,231)
#E6F4F3
(230,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00AE7B color. Also use rgb(0,174,123) instead hex code.

Text Font Color

.myTextColor { color: #00AE7B; }

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

This text font color is #00AE7B.


Background Color

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

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

This div background color is #00AE7B.


Border color

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

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

This div border color is #00AE7B.


Opacity

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

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

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

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

This text has shadow with #00AE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00AE7B on black background.


Color preview on white background

This text has color #00AE7B on white background.



Black color preview on #00AE7B background

This text has black color on #00AE7B background.


White color preview on #00AE7B background

This text has white color on #00AE7B background.