#06867F

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

Shades of Teal #06867F

Tints of Teal #06867F

Color information

#06867F (or 0x06867F) is unknown color: approx Teal. HEX triplet: 06, 86 and 7F. RGB value is (6,134,127). Sum of RGB (Red+Green+Blue) = 6+134+127=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #06867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06867F is #F97980. Grayscale: #5E5E5E. Windows color (decimal): -16349569 or 8357382. OLE color: 8357382.

HSL color Cylindrical-coordinate representation of color #06867F: hue angle of 176.72º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06867F is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB6134127-
CMYK0.9600.050.47
HSL176.72º91.43%27.45%-
HSV(B)176.72º95.52%52.55%-
XYZ12.4318.6223.02-
YUV94.93146.0964.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 127 (50% from 255) = 47.57%
R=2.25%
G=50.19%
B=47.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61341270.9600.050.47176.7291.4327.45
Hex6867F60052Fb15b1b
Octal6206177140055726113333
Binary1101000011011111111100000010110111110110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06867F; }

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

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

<style>
 a { background-color: #06867F; }

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

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

<style>
 span { border-color: #06867F; }

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

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