#067B82

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

Shades of Teal #067B82

Tints of Teal #067B82

Color information

#067B82 (or 0x067B82) is unknown color: approx Teal. HEX triplet: 06, 7B and 82. RGB value is (6,123,130). Sum of RGB (Red+Green+Blue) = 6+123+130=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #067B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067B82 is #F9847D. Grayscale: #585858. Windows color (decimal): -16352382 or 8551174. OLE color: 8551174.

HSL color Cylindrical-coordinate representation of color #067B82: hue angle of 183.39º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B82 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6123130-
CMYK0.950.0500.49
HSL183.39º91.18%26.67%-
HSV(B)183.39º95.38%50.98%-
XYZ11.1915.8223.58-
YUV88.82151.2468.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 123 (48.44% from 255) = 47.49%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=2.32%
G=47.49%
B=50.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61231300.950.0500.49183.3991.1826.67
Hex67B825F5031b75b1b
Octal6173202137506126713333
Binary1101111011100000101011111101011000110110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067B82; }

 p { color: rgb(6,123,130); }

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

<style>
 a { background-color: #067B82; }

 a { background-color: rgb(6,123,130); }

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

<style>
 span { border-color: #067B82; }

 span { border-color: rgb(6,123,130); }

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