#0A867F

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

Shades of Teal #0A867F

Tints of Teal #0A867F

Color information

#0A867F (or 0x0A867F) is unknown color: approx Teal. HEX triplet: 0A, 86 and 7F. RGB value is (10,134,127). Sum of RGB (Red+Green+Blue) = 10+134+127=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #0A867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A867F is #F57980. Grayscale: #606060. Windows color (decimal): -16087425 or 8357386. OLE color: 8357386.

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

Color convert

RGB10134127-
CMYK0.9300.050.47
HSL176.61º86.11%28.24%-
HSV(B)176.61º92.54%52.55%-
XYZ12.4818.6523.02-
YUV96.13145.4266.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 127 (50% from 255) = 46.86%
R=3.69%
G=49.45%
B=46.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101341270.9300.050.47176.6186.1128.24
HexA867F5D052Fb1561c
Octal12206177135055726112634
Binary10101000011011111111011101010110111110110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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