#067086

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

Shades of Teal #067086

Tints of Teal #067086

Color information

#067086 (or 0x067086) is unknown color: approx Teal. HEX triplet: 06, 70 and 86. RGB value is (6,112,134). Sum of RGB (Red+Green+Blue) = 6+112+134=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #067086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067086 is #F98F79. Grayscale: #525252. Windows color (decimal): -16355194 or 8810502. OLE color: 8810502.

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

Color convert

RGB6112134-
CMYK0.960.1600.47
HSL190.31º91.43%27.45%-
HSV(B)190.31º95.52%52.55%-
XYZ10.1713.3524.59-
YUV82.81156.8873.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 134 (52.73% from 255) = 53.17%
R=2.38%
G=44.44%
B=53.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61121340.960.1600.47190.3191.4327.45
Hex67086601002Fbe5b1b
Octal61602061402005727613333
Binary110111000010000110110000010000010111110111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067086; }

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

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

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

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

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

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

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

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