#067782

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

Shades of Teal #067782

Tints of Teal #067782

Color information

#067782 (or 0x067782) is unknown color: approx Teal. HEX triplet: 06, 77 and 82. RGB value is (6,119,130). Sum of RGB (Red+Green+Blue) = 6+119+130=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #067782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067782 is #F9887D. Grayscale: #565656. Windows color (decimal): -16353406 or 8550150. OLE color: 8550150.

HSL color Cylindrical-coordinate representation of color #067782: hue angle of 185.32º 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 #067782 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6119130-
CMYK0.950.0800.49
HSL185.32º91.18%26.67%-
HSV(B)185.32º95.38%50.98%-
XYZ10.714.8423.42-
YUV86.47152.5670.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=2.35%
G=46.67%
B=50.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61191300.950.0800.49185.3291.1826.67
Hex677825F8031b95b1b
Octal61672021371006127113333
Binary11011101111000001010111111000011000110111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067782; }

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

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

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

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

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

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

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

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