#06867E

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

Shades of Teal #06867E

Tints of Teal #06867E

Color information

#06867E (or 0x06867E) is unknown color: approx Teal. HEX triplet: 06, 86 and 7E. RGB value is (6,134,126). Sum of RGB (Red+Green+Blue) = 6+134+126=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #06867E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06867E is #F97981. Grayscale: #5E5E5E. Windows color (decimal): -16349570 or 8291846. OLE color: 8291846.

HSL color Cylindrical-coordinate representation of color #06867E: hue angle of 176.25º 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 #06867E is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB6134126-
CMYK0.9600.060.47
HSL176.25º91.43%27.45%-
HSV(B)176.25º95.52%52.55%-
XYZ12.3718.622.68-
YUV94.82145.5964.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 134 (52.73% from 255) = 50.38%
BLUE value IS 126 (49.61% from 255) = 47.37%
R=2.26%
G=50.38%
B=47.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61341260.9600.060.47176.2591.4327.45
Hex6867E60062Fb05b1b
Octal6206176140065726013333
Binary1101000011011111101100000011010111110110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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