COLOR #06A59D

HEX: #06A59D
RGB: (6,165,157)

Color info

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

RGB color model

#06A59D color RGB value is (6,165,157).

  • red value is 6;
  • green value is 165;
  • blue value is 157.
RGB:
(6,165,157)
(2%,65%,62%)

RGB channels and saturation

R 6 of 255 = 2%
G 165 of 255 = 65%
B 157 of 255 = 62%

6
165
157

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

Portions of RGB colors in percentages

R + G + B =
6 + 165 + 157 = 328 (100%)
R 6 of 328 ~ 1.83%
G 165 of 328 ~ 50.3%
B 157 of 328 ~ 47.87%

%50.3
%47.87

CMYK color model

#06A59D color CMYK value is (96,0,5,35).

  • cyan value is 96.36%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(96,0,5,35)
C96M0Y5K35 
(96%,0%,5%,35%)
(0.96/0.00/0.05/0.35)	

CMYK percentages

%96.36
%0
%4.85
%35.29

Codes

Color #06A59D in popluar color models

06A59D
RGB6165157
HSL177°92.98%33.53%
HSB/HSV177°96.36%64.71%
CMYK96.36%0.00%4.85%
35.29%

Color #06A59D in popluar number systems.

HEX06A59D
Decimal6165157
Binary1101010010110011101
Octal6245235

Shades and tints

Shades of #06A59D

#06A59D
(6,165,157)
#06968F
(6,150,143)
#068781
(6,135,129)
#067873
(6,120,115)
#066965
(6,105,101)
#065A57
(6,90,87)
#064B49
(6,75,73)
#063C3B
(6,60,59)
#062D2D
(6,45,45)
#061E1F
(6,30,31)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #06A59D

#06A59D
(6,165,157)
#1CADA5
(28,173,165)
#32B5AD
(50,181,173)
#48BDB5
(72,189,181)
#5EC5BD
(94,197,189)
#74CDC5
(116,205,197)
#8AD5CD
(138,213,205)
#A0DDD5
(160,221,213)
#B6E5DD
(182,229,221)
#CCEDE5
(204,237,229)
#E2F5ED
(226,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06A59D color. Also use rgb(6,165,157) instead hex code.

Text Font Color

.myTextColor { color: #06A59D; }

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

This text font color is #06A59D.


Background Color

.myBgColor { background-color: #06A59D; }

<div style="background-color:#06A59D">Inner text</div>

This div background color is #06A59D.


Border color

.myBorderColor { border: 1px solid #06A59D; }

<div style="border:3px solid #06A59D">Div</div>

This div border color is #06A59D.


Opacity

.myOpacity80 { color: #06A59D; opacity: 0.8; }

<p style="color:#06A59D;opacity:0.8;">80%</p>

Text with #06A59D 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 #06A59D;}

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

This text has shadow with #06A59D color.

.textShadow {text-shadow: 3px 3px 1px #06A59D, 3px 3px 1px red;}

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

This text has shadow with #06A59D primary color and red secondary color.


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

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

This text has shadow with #06A59D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06A59D on black background.


Color preview on white background

This text has color #06A59D on white background.



Black color preview on #06A59D background

This text has black color on #06A59D background.


White color preview on #06A59D background

This text has white color on #06A59D background.