#067F85

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

Shades of Teal #067F85

Tints of Teal #067F85

Color information

#067F85 (or 0x067F85) is unknown color: approx Teal. HEX triplet: 06, 7F and 85. RGB value is (6,127,133). Sum of RGB (Red+Green+Blue) = 6+127+133=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #067F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F85 is #F9807A. Grayscale: #5B5B5B. Windows color (decimal): -16351355 or 8748806. OLE color: 8748806.

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

Color convert

RGB6127133-
CMYK0.950.0500.48
HSL182.83º91.37%27.25%-
HSV(B)182.83º95.49%52.16%-
XYZ11.916.9124.83-
YUV91.5151.4167.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 127 (50% from 255) = 47.74%
BLUE value IS 133 (52.34% from 255) = 50%
R=2.26%
G=47.74%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61271330.950.0500.48182.8391.3727.25
Hex67F855F5030b75b1b
Octal6177205137506026713333
Binary1101111111100001011011111101011000010110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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