#08867C

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

Shades of Teal #08867C

Tints of Teal #08867C

Color information

#08867C (or 0x08867C) is unknown color: approx Teal. HEX triplet: 08, 86 and 7C. RGB value is (8,134,124). Sum of RGB (Red+Green+Blue) = 8+134+124=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #08867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08867C is #F77983. Grayscale: #5F5F5F. Windows color (decimal): -16218500 or 8160776. OLE color: 8160776.

HSL color Cylindrical-coordinate representation of color #08867C: hue angle of 175.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08867C is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB8134124-
CMYK0.9400.070.47
HSL175.24º88.73%27.84%-
HSV(B)175.24º94.03%52.55%-
XYZ12.2618.5622-
YUV95.19144.2665.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.01%
GREEN value IS 134 (52.73% from 255) = 50.38%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=3.01%
G=50.38%
B=46.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81341240.9400.070.47175.2488.7327.84
Hex8867C5E072Faf591c
Octal10206174136075725713134
Binary10001000011011111001011110011110111110101111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08867C; }

 p { color: rgb(8,134,124); }

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

<style>
 a { background-color: #08867C; }

 a { background-color: rgb(8,134,124); }

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

<style>
 span { border-color: #08867C; }

 span { border-color: rgb(8,134,124); }

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