COLOR #10A685

HEX: #10A685
RGB: (16,166,133)

Color info

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

RGB color model

#10A685 color RGB value is (16,166,133).

  • red value is 16;
  • green value is 166;
  • blue value is 133.
RGB:
(16,166,133)
(6%,65%,52%)

RGB channels and saturation

R 16 of 255 = 6%
G 166 of 255 = 65%
B 133 of 255 = 52%

16
166
133

R + G + B ~ 41%. #10A685 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 166 + 133 = 315 (100%)
R 16 of 315 ~ 5.08%
G 166 of 315 ~ 52.7%
B 133 of 315 ~ 42.22%

%52.7
%42.22

CMYK color model

#10A685 color CMYK value is (90,0,20,35).

  • cyan value is 90.36%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 34.90%
CMYK:
(90,0,20,35)
C90M0Y20K35 
(90%,0%,20%,35%)
(0.90/0.00/0.20/0.35)	

CMYK percentages

%90.36
%0
%19.88
%34.9

Codes

Color #10A685 in popluar color models

10A685
RGB16166133
HSL167°82.42%35.69%
HSB/HSV167°90.36%65.10%
CMYK90.36%0.00%19.88%
34.90%

Color #10A685 in popluar number systems.

HEX10A685
Decimal16166133
Binary100001010011010000101
Octal20246205

Shades and tints

Shades of #10A685

#10A685
(16,166,133)
#0F9779
(15,151,121)
#0E886D
(14,136,109)
#0D7961
(13,121,97)
#0C6A55
(12,106,85)
#0B5B49
(11,91,73)
#0A4C3D
(10,76,61)
#093D31
(9,61,49)
#082E25
(8,46,37)
#071F19
(7,31,25)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #10A685

#10A685
(16,166,133)
#25AE90
(37,174,144)
#3AB69B
(58,182,155)
#4FBEA6
(79,190,166)
#64C6B1
(100,198,177)
#79CEBC
(121,206,188)
#8ED6C7
(142,214,199)
#A3DED2
(163,222,210)
#B8E6DD
(184,230,221)
#CDEEE8
(205,238,232)
#E2F6F3
(226,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10A685 color. Also use rgb(16,166,133) instead hex code.

Text Font Color

.myTextColor { color: #10A685; }

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

This text font color is #10A685.


Background Color

.myBgColor { background-color: #10A685; }

<div style="background-color:#10A685">Inner text</div>

This div background color is #10A685.


Border color

.myBorderColor { border: 1px solid #10A685; }

<div style="border:3px solid #10A685">Div</div>

This div border color is #10A685.


Opacity

.myOpacity80 { color: #10A685; opacity: 0.8; }

<p style="color:#10A685;opacity:0.8;">80%</p>

Text with #10A685 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 #10A685;}

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

This text has shadow with #10A685 color.

.textShadow {text-shadow: 3px 3px 1px #10A685, 3px 3px 1px red;}

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

This text has shadow with #10A685 primary color and red secondary color.


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

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

This text has shadow with #10A685 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10A685 on black background.


Color preview on white background

This text has color #10A685 on white background.



Black color preview on #10A685 background

This text has black color on #10A685 background.


White color preview on #10A685 background

This text has white color on #10A685 background.