#0A8680

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

Shades of Teal #0A8680

Tints of Teal #0A8680

Color information

#0A8680 (or 0x0A8680) is unknown color: approx Teal. HEX triplet: 0A, 86 and 80. RGB value is (10,134,128). Sum of RGB (Red+Green+Blue) = 10+134+128=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8680 is #F5797F. Grayscale: #606060. Windows color (decimal): -16087424 or 8422922. OLE color: 8422922.

HSL color Cylindrical-coordinate representation of color #0A8680: hue angle of 177.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8680 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB10134128-
CMYK0.9300.040.47
HSL177.1º86.11%28.24%-
HSV(B)177.1º92.54%52.55%-
XYZ12.5518.6723.37-
YUV96.24145.9266.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=3.68%
G=49.26%
B=47.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101341280.9300.040.47177.186.1128.24
HexA86805D042Fb1561c
Octal12206200135045726112634
Binary101010000110100000001011101010010111110110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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