COLOR #018A6A

HEX: #018A6A
RGB: (1,138,106)

Color info

#018A6A contains mainly green and blue colors. Web safe color of #018A6A is #009966 (or #096).

RGB color model

#018A6A color RGB value is (1,138,106).

  • red value is 1;
  • green value is 138;
  • blue value is 106.
RGB:
(1,138,106)
(0%,54%,42%)

RGB channels and saturation

R 1 of 255 = 0%
G 138 of 255 = 54%
B 106 of 255 = 42%

1
138
106

R + G + B ~ 32%. #018A6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 138 + 106 = 245 (100%)
R 1 of 245 ~ 0.41%
G 138 of 245 ~ 56.33%
B 106 of 245 ~ 43.27%

%56.33
%43.27

CMYK color model

#018A6A color CMYK value is (99,0,23,46).

  • cyan value is 99.28%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 45.88%
CMYK:
(99,0,23,46)
C99M0Y23K46 
(99%,0%,23%,46%)
(0.99/0.00/0.23/0.46)	

CMYK percentages

%99.28
%0
%23.19
%45.88

Codes

Color #018A6A in popluar color models

018A6A
RGB1138106
HSL166°98.56%27.25%
HSB/HSV166°99.28%54.12%
CMYK99.28%0.00%23.19%
45.88%

Color #018A6A in popluar number systems.

HEX018A6A
Decimal1138106
Binary1100010101101010
Octal1212152

Shades and tints

Shades of #018A6A

#018A6A
(1,138,106)
#017E61
(1,126,97)
#017258
(1,114,88)
#01664F
(1,102,79)
#015A46
(1,90,70)
#014E3D
(1,78,61)
#014234
(1,66,52)
#01362B
(1,54,43)
#012A22
(1,42,34)
#011E19
(1,30,25)
#011210
(1,18,16)
#000000
(0,0,0)

Tints of #018A6A

#018A6A
(1,138,106)
#189477
(24,148,119)
#2F9E84
(47,158,132)
#46A891
(70,168,145)
#5DB29E
(93,178,158)
#74BCAB
(116,188,171)
#8BC6B8
(139,198,184)
#A2D0C5
(162,208,197)
#B9DAD2
(185,218,210)
#D0E4DF
(208,228,223)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018A6A color. Also use rgb(1,138,106) instead hex code.

Text Font Color

.myTextColor { color: #018A6A; }

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

This text font color is #018A6A.


Background Color

.myBgColor { background-color: #018A6A; }

<div style="background-color:#018A6A">Inner text</div>

This div background color is #018A6A.


Border color

.myBorderColor { border: 1px solid #018A6A; }

<div style="border:3px solid #018A6A">Div</div>

This div border color is #018A6A.


Opacity

.myOpacity80 { color: #018A6A; opacity: 0.8; }

<p style="color:#018A6A;opacity:0.8;">80%</p>

Text with #018A6A 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 #018A6A;}

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

This text has shadow with #018A6A color.

.textShadow {text-shadow: 3px 3px 1px #018A6A, 3px 3px 1px red;}

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

This text has shadow with #018A6A primary color and red secondary color.


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

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

This text has shadow with #018A6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018A6A on black background.


Color preview on white background

This text has color #018A6A on white background.



Black color preview on #018A6A background

This text has black color on #018A6A background.


White color preview on #018A6A background

This text has white color on #018A6A background.