#0A8089

Color #0A8089 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #0A8089

Tints of Teal #0A8089

Color information

#0A8089 (or 0x0A8089) is unknown color: approx Teal. HEX triplet: 0A, 80 and 89. RGB value is (10,128,137). Sum of RGB (Red+Green+Blue) = 10+128+137=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A8089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8089 is #F57F76. Grayscale: #5D5D5D. Windows color (decimal): -16088951 or 9011210. OLE color: 9011210.

HSL color Cylindrical-coordinate representation of color #0A8089: hue angle of 184.25º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8089 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10128137-
CMYK0.930.0700.46
HSL184.25º86.39%28.82%-
HSV(B)184.25º92.7%53.73%-
XYZ12.3617.3126.36-
YUV93.74152.4168.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 3.64%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 137 (53.91% from 255) = 49.82%
R=3.64%
G=46.55%
B=49.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101281370.930.0700.46184.2586.3928.82
HexA80895D702Eb8561d
Octal12200211135705627012635
Binary101010000000100010011011101111010111010111000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8089; }

 p { color: rgb(10,128,137); }

 H1.HeaderClassName
 {
   color: #0A8089;
 }
 .AnyTagClassName
 {
   color: #0A8089;
 }
</style>
background-color css

<style>
 a { background-color: #0A8089; }

 a { background-color: rgb(10,128,137); }

 div.DivClassName
 {
   background-color: #0A8089;
 }
 .BgClassName
 {
   background-color: #0A8089;
 }
</style>
border-color css

<style>
 span { border-color: #0A8089; }

 span { border-color: rgb(10,128,137); }

 td.TdClassName
 {
   border-color: #0A8089;
 }
 .TagClassName
 {
   border-color: #0A8089;
 }
</style>