#0A8286

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

Shades of Teal #0A8286

Tints of Teal #0A8286

Color information

#0A8286 (or 0x0A8286) is unknown color: approx Teal. HEX triplet: 0A, 82 and 86. RGB value is (10,130,134). Sum of RGB (Red+Green+Blue) = 10+130+134=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A8286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8286 is #F57D79. Grayscale: #5E5E5E. Windows color (decimal): -16088442 or 8815114. OLE color: 8815114.

HSL color Cylindrical-coordinate representation of color #0A8286: hue angle of 181.94º 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 #0A8286 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10130134-
CMYK0.930.0300.47
HSL181.94º86.11%28.24%-
HSV(B)181.94º92.54%52.55%-
XYZ12.4117.7525.33-
YUV94.58150.2467.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.65%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=3.65%
G=47.45%
B=48.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101301340.930.0300.47181.9486.1128.24
HexA82865D302Fb6561c
Octal12202206135305726612634
Binary10101000001010000110101110111010111110110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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