COLOR #0A8A85

HEX: #0A8A85
RGB: (10,138,133)

Color info

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

RGB color model

#0A8A85 color RGB value is (10,138,133).

  • red value is 10;
  • green value is 138;
  • blue value is 133.
RGB:
(10,138,133)
(4%,54%,52%)

RGB channels and saturation

R 10 of 255 = 4%
G 138 of 255 = 54%
B 133 of 255 = 52%

10
138
133

R + G + B ~ 37%. #0A8A85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 138 + 133 = 281 (100%)
R 10 of 281 ~ 3.56%
G 138 of 281 ~ 49.11%
B 133 of 281 ~ 47.33%

%49.11
%47.33

CMYK color model

#0A8A85 color CMYK value is (93,0,4,46).

  • cyan value is 92.75%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK:
(93,0,4,46)
C93M0Y4K46 
(93%,0%,4%,46%)
(0.93/0.00/0.04/0.46)	

CMYK percentages

%92.75
%0
%3.62
%45.88

Codes

Color #0A8A85 in popluar color models

0A8A85
RGB10138133
HSL178°86.49%29.02%
HSB/HSV178°92.75%54.12%
CMYK92.75%0.00%3.62%
45.88%

Color #0A8A85 in popluar number systems.

HEX0A8A85
Decimal10138133
Binary10101000101010000101
Octal12212205

Shades and tints

Shades of #0A8A85

#0A8A85
(10,138,133)
#0A7E79
(10,126,121)
#0A726D
(10,114,109)
#0A6661
(10,102,97)
#0A5A55
(10,90,85)
#0A4E49
(10,78,73)
#0A423D
(10,66,61)
#0A3631
(10,54,49)
#0A2A25
(10,42,37)
#0A1E19
(10,30,25)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #0A8A85

#0A8A85
(10,138,133)
#209490
(32,148,144)
#369E9B
(54,158,155)
#4CA8A6
(76,168,166)
#62B2B1
(98,178,177)
#78BCBC
(120,188,188)
#8EC6C7
(142,198,199)
#A4D0D2
(164,208,210)
#BADADD
(186,218,221)
#D0E4E8
(208,228,232)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A8A85 color. Also use rgb(10,138,133) instead hex code.

Text Font Color

.myTextColor { color: #0A8A85; }

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

This text font color is #0A8A85.


Background Color

.myBgColor { background-color: #0A8A85; }

<div style="background-color:#0A8A85">Inner text</div>

This div background color is #0A8A85.


Border color

.myBorderColor { border: 1px solid #0A8A85; }

<div style="border:3px solid #0A8A85">Div</div>

This div border color is #0A8A85.


Opacity

.myOpacity80 { color: #0A8A85; opacity: 0.8; }

<p style="color:#0A8A85;opacity:0.8;">80%</p>

Text with #0A8A85 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 #0A8A85;}

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

This text has shadow with #0A8A85 color.

.textShadow {text-shadow: 3px 3px 1px #0A8A85, 3px 3px 1px red;}

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

This text has shadow with #0A8A85 primary color and red secondary color.


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

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

This text has shadow with #0A8A85 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A8A85 on black background.


Color preview on white background

This text has color #0A8A85 on white background.



Black color preview on #0A8A85 background

This text has black color on #0A8A85 background.


White color preview on #0A8A85 background

This text has white color on #0A8A85 background.