#067984

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

Shades of Teal #067984

Tints of Teal #067984

Color information

#067984 (or 0x067984) is unknown color: approx Teal. HEX triplet: 06, 79 and 84. RGB value is (6,121,132). Sum of RGB (Red+Green+Blue) = 6+121+132=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #067984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067984 is #F9867B. Grayscale: #575757. Windows color (decimal): -16352892 or 8681734. OLE color: 8681734.

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

Color convert

RGB6121132-
CMYK0.950.0800.48
HSL185.24º91.3%27.06%-
HSV(B)185.24º95.45%51.76%-
XYZ11.0815.3824.21-
YUV87.87152.969.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 121 (47.66% from 255) = 46.72%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=2.32%
G=46.72%
B=50.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61211320.950.0800.48185.2491.327.06
Hex679845F8030b95b1b
Octal61712041371006027113333
Binary11011110011000010010111111000011000010111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067984; }

 p { color: rgb(6,121,132); }

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

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

 a { background-color: rgb(6,121,132); }

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

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

 span { border-color: rgb(6,121,132); }

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