COLOR #00AEAE

HEX: #00AEAE
RGB: (0,174,174)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
174
174

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

Portions of RGB colors in percentages

R + G + B =
0 + 174 + 174 = 348 (100%)
R 0 of 348 ~ 0%
G 174 of 348 ~ 50%
B 174 of 348 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%31.76

Codes

Color #00AEAE in popluar color models

00AEAE
RGB0174174
HSL180°100.00%34.12%
HSB/HSV180°100.00%68.24%
CMYK100.00%0.00%0.00%
31.76%

Color #00AEAE in popluar number systems.

HEX00AEAE
Decimal0174174
Binary01010111010101110
Octal0256256

Shades and tints

Shades of #00AEAE

#00AEAE
(0,174,174)
#009F9F
(0,159,159)
#009090
(0,144,144)
#008181
(0,129,129)
#007272
(0,114,114)
#006363
(0,99,99)
#005454
(0,84,84)
#004545
(0,69,69)
#003636
(0,54,54)
#002727
(0,39,39)
#001818
(0,24,24)
#000000
(0,0,0)

Tints of #00AEAE

#00AEAE
(0,174,174)
#17B5B5
(23,181,181)
#2EBCBC
(46,188,188)
#45C3C3
(69,195,195)
#5CCACA
(92,202,202)
#73D1D1
(115,209,209)
#8AD8D8
(138,216,216)
#A1DFDF
(161,223,223)
#B8E6E6
(184,230,230)
#CFEDED
(207,237,237)
#E6F4F4
(230,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00AEAE; }

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

This text font color is #00AEAE.


Background Color

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

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

This div background color is #00AEAE.


Border color

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

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

This div border color is #00AEAE.


Opacity

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

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

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

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

This text has shadow with #00AEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00AEAE on black background.


Color preview on white background

This text has color #00AEAE on white background.



Black color preview on #00AEAE background

This text has black color on #00AEAE background.


White color preview on #00AEAE background

This text has white color on #00AEAE background.